summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-26 22:43:36 +0200
committerBastien Guerry <bzg@altern.org>2012-04-26 22:43:36 +0200
commit0233eb989b99f37cc6cad63e78e95883645b76bb (patch)
tree81ff46e96c98932dfaa4449cf6517d8ee9899891
parent8c18495597b284ef84bb54e712964239aacc5688 (diff)
parent0945fea562ac499b7bce9da119f89bb13c5003af (diff)
downloadorg-mode-0233eb989b99f37cc6cad63e78e95883645b76bb.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-ctags.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index 747797a..caf4c84 100644
--- a/lisp/org-ctags.el
+++ b/lisp/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"