Thanks Carsten and Bastien!
On 22 September 2012 11:03, Carsten Dominik wrote:
> GReat, thanks!
>
> - Carsten
>
> On 22.9.2012, at 11:02, Bastien wrote:
>
>> Hi Carsten,
>>
>> Carsten Dominik writes:
>>
>>> I agree that this would be a good default, but not with a hard-coded 6.
>>>
>>> (add-hook
GReat, thanks!
- Carsten
On 22.9.2012, at 11:02, Bastien wrote:
> Hi Carsten,
>
> Carsten Dominik writes:
>
>> I agree that this would be a good default, but not with a hard-coded 6.
>>
>> (add-hook 'org-cycle-hook
>> (lambda (state) (when (eq state 'contents)
>> (and (boundp
Hi Carsten,
Carsten Dominik writes:
> I agree that this would be a good default, but not with a hard-coded 6.
>
> (add-hook 'org-cycle-hook
> (lambda (state) (when (eq state 'contents)
> (and (boundp 'org-inlinetask-min-level)
> org-inlinetask-min-level
>
On 19 sep. 2012, at 12:34, Bastien wrote:
> Hi Christopher,
>
> Christopher Witte writes:
>
>> I have a document with lots of inline tasks scattered throughout it. I
>> want to get an overview of the document so I use S- to cycle to
>> CONTENTS, when I do that all of the inline tasks are disp
Hi Christopher,
Christopher Witte writes:
> I have a document with lots of inline tasks scattered throughout it. I
> want to get an overview of the document so I use S- to cycle to
> CONTENTS, when I do that all of the inline tasks are displayed like
> this:
You can add this hook:
(add-hook 'o
Hi all,
I have a document with lots of inline tasks scattered throughout it. I
want to get an overview of the document so I use S- to cycle to
CONTENTS, when I do that all of the inline tasks are displayed like
this:
* 1
** 2
*** TODO 4
*** END
*** TODO 5
*