diff options
| author | Glenn Morris | 2012-04-26 23:21:10 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-26 23:21:10 -0700 |
| commit | 0cd38783c0395c0c070a578cd73cd85211791923 (patch) | |
| tree | 2adc46668fea34758987c2e6317de121588d23eb /lisp | |
| parent | 578c1d4bf1e11476a030b8b3b49d879e8533ce03 (diff) | |
| download | emacs-0cd38783c0395c0c070a578cd73cd85211791923.tar.gz emacs-0cd38783c0395c0c070a578cd73cd85211791923.zip | |
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.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/org/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/org/org-ctags.el | 2 |
2 files changed, 7 insertions, 2 deletions
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 @@ | |||
| 1 | 2012-04-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * org-ctags.el (org-ctags-new-topic-template): | ||
| 4 | Revert 2012-04-09 removal of * from defcustom value, not doc. | ||
| 5 | |||
| 1 | 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com> | 6 | 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com> |
| 2 | 7 | ||
| 3 | * org-table.el (org-table-number-fraction): Fix typo. | 8 | * org-table.el (org-table-number-fraction): Fix typo. |
| @@ -21950,7 +21955,7 @@ | |||
| 21950 | ;; add-log-time-zone-rule: t | 21955 | ;; add-log-time-zone-rule: t |
| 21951 | ;; End: | 21956 | ;; End: |
| 21952 | 21957 | ||
| 21953 | Copyright (C) 2008-2012 Free Software Foundation, Inc. | 21958 | Copyright (C) 2008-2012 Free Software Foundation, Inc. |
| 21954 | 21959 | ||
| 21955 | This file is part of GNU Emacs. | 21960 | This file is part of GNU Emacs. |
| 21956 | 21961 | ||
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.") | |||
| 188 | Created as a local variable in each buffer.") | 188 | Created as a local variable in each buffer.") |
| 189 | 189 | ||
| 190 | (defcustom org-ctags-new-topic-template | 190 | (defcustom org-ctags-new-topic-template |
| 191 | " <<%t>>\n\n\n\n\n\n" | 191 | "* <<%t>>\n\n\n\n\n\n" |
| 192 | "Text to insert when creating a new org file via opening a hyperlink. | 192 | "Text to insert when creating a new org file via opening a hyperlink. |
| 193 | The following patterns are replaced in the string: | 193 | The following patterns are replaced in the string: |
| 194 | `%t' - replaced with the capitalized title of the hyperlink" | 194 | `%t' - replaced with the capitalized title of the hyperlink" |