emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108055: Fix org-ctags.el change from


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108055: Fix org-ctags.el change from trunk r107813
Date: Thu, 26 Apr 2012 23:21:10 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108055
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-04-26 23:21:10 -0700
message:
  Fix org-ctags.el change from trunk r107813
  
  * lisp/org/org-ctags.el (org-ctags-new-topic-template):
  Revert 2012-04-09 removal of * from defcustom value, not doc.
modified:
  lisp/org/ChangeLog
  lisp/org/org-ctags.el
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2012-04-27 03:10:38 +0000
+++ b/lisp/org/ChangeLog        2012-04-27 06:21:10 +0000
@@ -1,3 +1,8 @@
+2012-04-27  Glenn Morris  <address@hidden>
+
+       * org-ctags.el (org-ctags-new-topic-template):
+       Revert 2012-04-09 removal of * from defcustom value, not doc.
+
 2012-04-27  Nicolas Goaziou  <address@hidden>
 
        * 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.
 

=== modified file 'lisp/org/org-ctags.el'
--- a/lisp/org/org-ctags.el     2012-04-27 03:10:38 +0000
+++ b/lisp/org/org-ctags.el     2012-04-27 06:21:10 +0000
@@ -188,7 +188,7 @@
 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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]