Procházet zdrojové kódy

Merge branch 'maint'

Bastien Guerry před 13 roky
rodič
revize
0233eb989b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org-ctags.el

+ 1 - 1
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"