]> code.delx.au - gnu-emacs/commitdiff
org-ctags.el (org-ctags-new-topic-template): Fix the option default value back again.
authorBastien Guerry <bastien1@free.fr>
Thu, 26 Apr 2012 20:46:10 +0000 (22:46 +0200)
committerBastien Guerry <bastien1@free.fr>
Thu, 26 Apr 2012 20:46:10 +0000 (22:46 +0200)
This option was changed by error in this commit:
http://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org-protocol.el?h=emacs-24&id=0fc749f9

I first overwrote this change by error, then backported it
into Org git repo, then backported the error back into Emacs.

This is now fixed.

lisp/org/ChangeLog
lisp/org/org-ctags.el

index 6af0e9bf6b93a0b2f3552587039e27a6f36ebaad..1f4c1f90997e32dc4fca2c062afbe1fe50126b5a 100644 (file)
 
        * org-faces.el (org-date-selected): Fix docstring.
 
-2012-04-26  Bastien Guerry  <bzg@gnu.org>
-
-       * org-ctags.el (org-ctags-new-topic-template): Remove * character
-       in front of variable docstring.
-
 2012-04-26  Nicolas Goaziou  <n.goaziou@gmail.com>
 
        * org-list.el (org-list-struct-indent): Follow
index 5874646ff48846e0ab1bd54df37a9e8acc6a7a2b..48656190a0cb04923ae7ce1d0b8722bc512fe86d 100644 (file)
@@ -188,7 +188,7 @@ See the ctags documentation for more information.")
 Created as a local variable in each buffer.")
 
 (defcustom org-ctags-new-topic-template
-  "<<%t>>\n\n\n\n\n\n"
+  "<<%t>>\n\n\n\n\n\n"
   "Text to insert when creating a new org file via opening a hyperlink.
 The following patterns are replaced in the string:
     `%t' - replaced with the capitalized title of the hyperlink"