emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107908: org-ctags.el (org-ctags-n


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107908: org-ctags.el (org-ctags-new-topic-template): Fix the option default value back again.
Date: Thu, 26 Apr 2012 22:46:10 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107908
committer: Bastien Guerry <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-04-26 22:46:10 +0200
message:
  org-ctags.el (org-ctags-new-topic-template): Fix the option default value 
back again.
  
  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.
modified:
  lisp/org/ChangeLog
  lisp/org/org-ctags.el
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2012-04-26 18:57:49 +0000
+++ b/lisp/org/ChangeLog        2012-04-26 20:46:10 +0000
@@ -16,11 +16,6 @@
 
        * org-faces.el (org-date-selected): Fix docstring.
 
-2012-04-26  Bastien Guerry  <address@hidden>
-
-       * org-ctags.el (org-ctags-new-topic-template): Remove * character
-       in front of variable docstring.
-
 2012-04-26  Nicolas Goaziou  <address@hidden>
 
        * org-list.el (org-list-struct-indent): Follow

=== modified file 'lisp/org/org-ctags.el'
--- a/lisp/org/org-ctags.el     2012-04-26 17:30:04 +0000
+++ b/lisp/org/org-ctags.el     2012-04-26 20:46: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]