Browse Source

Tangled IDs

Samuel W. Flint 8 years ago
parent
commit
e8f738367c
8 changed files with 16 additions and 16 deletions
  1. 2 2
      eaf
  2. 2 2
      ediff
  3. 2 2
      eframe
  4. 2 2
      emacs-capture
  5. 2 2
      emacs-present
  6. 2 2
      email
  7. 2 2
      lptf
  8. 2 2
      remote-emacs

+ 2 - 2
eaf

@@ -1,5 +1,5 @@
 #!/bin/zsh
-# my-init.org [[nil][add-file-to-current-session]]
+# my-init.org [[id:../.emacs.d/7c27f949-fae8-4343-b528-f7d539a8e9ec][add-file-to-current-session]]
 programname=`basename $0`
 
 if [ $# -eq 0 ] ;
@@ -9,4 +9,4 @@ then
 fi
 
 emacsclient --alternate-editor="" -n $@
-# End my-init.org [[nil][add-file-to-current-session]]
+# End my-init.org [[id:../.emacs.d/7c27f949-fae8-4343-b528-f7d539a8e9ec][add-file-to-current-session]]

+ 2 - 2
ediff

@@ -1,5 +1,5 @@
 #!/bin/zsh
-# my-init.org [[nil][ediff-script]]
+# my-init.org [[id:../.emacs.d/b54027f8-26b4-445c-8e63-944b0b47411d][ediff-script]]
 programname=`basename $0`
 
 if [ $# -eq 0 ] ;
@@ -9,4 +9,4 @@ then
 fi
 
 emacsclient -c --eval "(ediff-files \"${1}\" \"${2}\")"
-# End my-init.org [[nil][ediff-script]]
+# End my-init.org [[id:../.emacs.d/b54027f8-26b4-445c-8e63-944b0b47411d][ediff-script]]

+ 2 - 2
eframe

@@ -1,4 +1,4 @@
 #!/bin/zsh
-# my-init.org [[nil][create-a-new-frame]]
+# my-init.org [[id:../.emacs.d/89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]
 emacsclient -c $@
-# End my-init.org [[nil][create-a-new-frame]]
+# End my-init.org [[id:../.emacs.d/89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]

+ 2 - 2
emacs-capture

@@ -1,4 +1,4 @@
 #!/bin/zsh
-# my-init.org [[nil][start-capture]]
+# my-init.org [[id:../.emacs.d/06a608bb-79e3-4526-8d40-97863173ad87][start-capture]]
 emacsclient "org-protocol://capture://${1}"
-# End my-init.org [[nil][start-capture]]
+# End my-init.org [[id:../.emacs.d/06a608bb-79e3-4526-8d40-97863173ad87][start-capture]]

+ 2 - 2
emacs-present

@@ -1,4 +1,4 @@
 #!/bin/zsh
-# my-init.org [[nil][generic-presentation-script]]
+# my-init.org [[id:../.emacs.d/11fbd999-ad24-4c22-825d-c2c593f62c90][generic-presentation-script]]
 emacs -q --load ~/.emacs.d/general-presentation.el $@
-# End my-init.org [[nil][generic-presentation-script]]
+# End my-init.org [[id:../.emacs.d/11fbd999-ad24-4c22-825d-c2c593f62c90][generic-presentation-script]]

+ 2 - 2
email

@@ -1,4 +1,4 @@
 #!/bin/zsh
-# my-init.org [[nil][send-email-with-emacs]]
+# my-init.org [[id:../.emacs.d/bbf8a15e-c295-4829-9770-05475bdebc83][send-email-with-emacs]]
 emacsclient -c --eval "(browse-url-mail \"$1\")"
-# End my-init.org [[nil][send-email-with-emacs]]
+# End my-init.org [[id:../.emacs.d/bbf8a15e-c295-4829-9770-05475bdebc83][send-email-with-emacs]]

+ 2 - 2
lptf

@@ -1,5 +1,5 @@
 #!/bin/zsh
-# my-init.org [[nil][printout-script]]
+# my-init.org [[id:../.emacs.d/0456fd85-6bf4-4423-a8c6-389247f1332b][printout-script]]
 [ $# -eq 0 ] && { echo "Usage $0: file1 file2 ... fileN" ; exit 1; }
 
 for file in $*
@@ -12,4 +12,4 @@ do
                  --eval "(kill-emacs)" \
             || echo "File does not exist: $file"
 done
-# End my-init.org [[nil][printout-script]]
+# End my-init.org [[id:../.emacs.d/0456fd85-6bf4-4423-a8c6-389247f1332b][printout-script]]

+ 2 - 2
remote-emacs

@@ -1,9 +1,9 @@
 #!/bin/zsh
-# my-init.org [[nil][create-remote-frame]]
+# my-init.org [[id:../.emacs.d/1c3c73e8-185e-44bf-9234-51c7dae10d8b][create-remote-frame]]
 if [ $# -eq 0 ] ; then
     echo "Usage ${0} username@host"
     exit
 fi
 
 ssh ${1} -f emacsclient --eval '"(make-frame-on-display \"$DISPLAY\")"'
-# End my-init.org [[nil][create-remote-frame]]
+# End my-init.org [[id:../.emacs.d/1c3c73e8-185e-44bf-9234-51c7dae10d8b][create-remote-frame]]