emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] prevent drawer from folding for specific subtree


From: Bastien
Subject: Re: [O] prevent drawer from folding for specific subtree
Date: Sat, 15 Dec 2012 09:41:39 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Rainer,

Rainer Stengele <address@hidden> writes:

> When I am bookmark-jumping to one of these subtrees and then clock in
> the clock drawer is always closed - which normally is fine. But in this
> case I would like to maybe have a property signaling the drawer to open
> as soon as I do clock the task in.

I'd use `org-clock-in-prepare-hook' like this:

  (add-hook 'org-clock-in-prepare-hook 'show-subtree)

HTH,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]