Bernt Hansen norang.ca> writes:
>
> If you want to set adaptive-fill-mode to nil you need something like
> this instead:
>
> (add-hook 'text-mode-hook '(lambda () (setq adaptive-fill-mode nil)))
>
>
Thanks for the detailed explanation. I added
(add-hook 'text-mode-hook '(lambda () (setq a
Felix writes:
>>
>> I think the problem is your 'nil' entries.
>>
>> My text-mode-hook looks like this:
>>
>> --8<---cut here---start->8---
>> text-mode-hook's value is
>> (text-mode-hook-identify)
>> --8<---cut here---end---
>
> I think the problem is your 'nil' entries.
>
> My text-mode-hook looks like this:
>
> --8<---cut here---start->8---
> text-mode-hook's value is
> (text-mode-hook-identify)
> --8<---cut here---end--->8---
>
> I would re
Felix writes:
> Thanks, Bernt. The values are as shown below. Please suggest any changes.
>
> Sincerely,
> Felix
>
> text-mode-hook's value is
> (nil text-mode-hook-identify)
>
> outline-mode-hook's value is nil
>
> org-mode-hook is a variable defined in `org.el'.
> Its value is
> (#[nil "\300\
Thanks, Bernt. The values are as shown below. Please suggest any changes.
Sincerely,
Felix
text-mode-hook's value is
(nil text-mode-hook-identify)
outline-mode-hook's value is nil
org-mode-hook is a variable defined in `org.el'.
Its value is
(#[nil "\300\301\302\303\304$\207"
[org-add-
Felix writes:
> I am using GNU Emacs 23.1.1 with org-mode version 7.7. I want to use C-c c t
> to
> capture a task and send it to ~/todo.org as defined in the
> org-capture-template
> below. On pressing C-c c, the Org Select buffer opens but when I hit t, I get
> the error message "Capture abo
I am using GNU Emacs 23.1.1 with org-mode version 7.7. I want to use C-c c t to
capture a task and send it to ~/todo.org as defined in the org-capture-template
below. On pressing C-c c, the Org Select buffer opens but when I hit t, I get
the error message "Capture abort: (void-function nil)" and n