From: Glenn Morris Date: Fri, 27 Apr 2012 06:21:10 +0000 (-0700) Subject: Fix org-ctags.el change from trunk 2012-04-09T13:05:48Z!cyd@gnu.org X-Git-Tag: emacs-24.2.90~471^2~252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cd38783c0395c0c070a578cd73cd85211791923;p=emacs.git Fix org-ctags.el change from trunk 2012-04-09T13:05:48Z!cyd@gnu.org * lisp/org/org-ctags.el (org-ctags-new-topic-template): Revert 2012-04-09 removal of * from defcustom value, not doc. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index c340fd45df3..8cdc90109b3 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,8 @@ +2012-04-27 Glenn Morris + + * org-ctags.el (org-ctags-new-topic-template): + Revert 2012-04-09 removal of * from defcustom value, not doc. + 2012-04-27 Nicolas Goaziou * org-table.el (org-table-number-fraction): Fix typo. @@ -21950,7 +21955,7 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el index 8b5bc6ecdf6..48656190a0c 100644 --- a/lisp/org/org-ctags.el +++ b/lisp/org/org-ctags.el @@ -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"