>
> How do you set it? With M-x set-variable RET ..., or with M-: (setq
> ...)? In each case you have to quote file, e.g. say 'file.
>
Thank you, works like a charm now.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the lis
Carsten Dominik writes:
Hi Carsten,
>> Done that, and this line of my .emacs broke the completion:
>>
>> (setq completion-styles (remove 'basic completion-styles))
>>
>> After deleting it, I can complete in steps as it should be.
>
> What reason did you have to add this line in the first place?
On Apr 2, 2009, at 8:52 PM, Tassilo Horn wrote:
Carsten Dominik writes:
Hi Carsten,
That's what I'm doing. After I've completed to file.org/ an
additional TAB won't add the headings as new completion
possibilities, file.org/ is the only one. The same with RET.
Very strange. This does w
On Apr 2, 2009, at 10:02 AM, Tassilo Horn wrote:
Carsten Dominik writes:
Hi Carsten,
With this step-wise completion I only get file.org/ but I cannot
select it. Completing to file.org/ and hitting RET causes a short
flickering, but no new completion possibilities, e.g. the headlines
in fil
Carsten Dominik writes:
Hi Carsten,
>> With this step-wise completion I only get file.org/ but I cannot
>> select it. Completing to file.org/ and hitting RET causes a short
>> flickering, but no new completion possibilities, e.g. the headlines
>> in file.org.
>
> The idea is not to select it, b
On Apr 1, 2009, at 8:37 PM, Tassilo Horn wrote:
Carsten Dominik writes:
Hi Carsten,
There are two things to this.
First, there was a bug (now fixed) which caused the file name to show
up twice, both as part of the outline path, and then behind it in
parenthesis.
Fixed now.
Great!
The