[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Remove * characters from the front of variable docstrings
From: |
Tassilo Horn |
Subject: |
Re: Remove * characters from the front of variable docstrings |
Date: |
Thu, 26 Apr 2012 21:55:53 +0200 |
User-agent: |
Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) |
Glenn Morris <address@hidden> writes:
> PS As of today, this error has now been independently propagated to the
> emacs-24 branch. Fiddling with such things is really not appropriate for
> the emacs-24 branch anyway at this stage. (Unless I misunderstand what
> this variable is for.)
The asterisk is definitively important here. If it's gone, the function
using that template won't create a new org (outline) headline as
intended.
Bye,
Tassilo
> Glenn Morris wrote:
>
>> Also I just noticed this error; maybe there are similar things:
>>
>> bzr diff -r 107812..107813 lisp/org/org-ctags.el
>>
>> *** lisp/org/org-ctags.el 2012-04-03 12:02:21 +0000
>> --- lisp/org/org-ctags.el 2012-04-09 13:05:48 +0000
>> ***************
>> *** 188,194 ****
>> Created as a local variable in each buffer.")
>>
>> (defcustom org-ctags-new-topic-template
>> ! "* <<%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"
>> --- 188,194 ----
>> Created as a local variable in each buffer.")
>>
>> (defcustom org-ctags-new-topic-template
>> ! " <<%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"