emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* A little warning
@ 2009-02-15  9:31 Carsten Dominik
  2009-02-15 10:41 ` Christopher Suckling
  2009-03-13 14:45 ` David Bremner
  0 siblings, 2 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-02-15  9:31 UTC (permalink / raw)
  To: org-mode mailing list


Hi,

just a little warning if you are pulling todays version
from the git repo, there are changes that may be unexpected:

I am abandoning the CLOCK drawer, and instead use
the LOGBOOK drawer also for CLOCK lines and clock-out notes.
This makes a lot of sense to me, hopefully also to you.

Also, org-log-state-notes-into-drawer has been renamed to
org-log-into-drawer, please use only this variable.

You can opt to continue to use the CLOCK drawer with

(setq org-clock-into-drawer "CLOCK")

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A little warning
  2009-02-15  9:31 A little warning Carsten Dominik
@ 2009-02-15 10:41 ` Christopher Suckling
  2009-02-15 19:16   ` Carsten Dominik
  2009-03-13 14:45 ` David Bremner
  1 sibling, 1 reply; 5+ messages in thread
From: Christopher Suckling @ 2009-02-15 10:41 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: org-mode mailing list


On 15 Feb 2009, at 09:31, Carsten Dominik wrote:

>
> just a little warning if you are pulling todays version
> from the git repo, there are changes that may be unexpected:
>
> I am abandoning the CLOCK drawer, and instead use
> the LOGBOOK drawer also for CLOCK lines and clock-out notes.
> This makes a lot of sense to me, hopefully also to you.
>
> Also, org-log-state-notes-into-drawer has been renamed to
> org-log-into-drawer, please use only this variable.
>

I'm loving the new tidiness of the LOGBOOK drawer.

One quick question:

Even though the change of state is placed in the drawer, because it is  
formatted as a list item it causes the main entry to be indented one  
level further (this, of course, isn't a new problem  with change of  
state; I had just hoped that shoving it in a drawer would be an  
automatic cure!)


* TODO Foo
   :LOGBOOK:...

      lorem ipsum


Rather than


* TODO Foo
   :LOGBOOK:...

   lorem ipsum


Best wishes,

Christopher

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A little warning
  2009-02-15 10:41 ` Christopher Suckling
@ 2009-02-15 19:16   ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-02-15 19:16 UTC (permalink / raw)
  To: Christopher Suckling; +Cc: org-mode mailing list


Hi Christopher,

thanks for pointing this out, fixed now.

- Carsten



On Feb 15, 2009, at 11:41 AM, Christopher Suckling wrote:

>
> On 15 Feb 2009, at 09:31, Carsten Dominik wrote:
>
>>
>> just a little warning if you are pulling todays version
>> from the git repo, there are changes that may be unexpected:
>>
>> I am abandoning the CLOCK drawer, and instead use
>> the LOGBOOK drawer also for CLOCK lines and clock-out notes.
>> This makes a lot of sense to me, hopefully also to you.
>>
>> Also, org-log-state-notes-into-drawer has been renamed to
>> org-log-into-drawer, please use only this variable.
>>
>
> I'm loving the new tidiness of the LOGBOOK drawer.
>
> One quick question:
>
> Even though the change of state is placed in the drawer, because it  
> is formatted as a list item it causes the main entry to be indented  
> one level further (this, of course, isn't a new problem  with change  
> of state; I had just hoped that shoving it in a drawer would be an  
> automatic cure!)
>
>
> * TODO Foo
>  :LOGBOOK:...
>
>     lorem ipsum
>
>
> Rather than
>
>
> * TODO Foo
>  :LOGBOOK:...
>
>  lorem ipsum
>
>
> Best wishes,
>
> Christopher

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A little warning
  2009-02-15  9:31 A little warning Carsten Dominik
  2009-02-15 10:41 ` Christopher Suckling
@ 2009-03-13 14:45 ` David Bremner
  2009-03-13 16:50   ` Carsten Dominik
  1 sibling, 1 reply; 5+ messages in thread
From: David Bremner @ 2009-03-13 14:45 UTC (permalink / raw)
  To: org-mode mailing list

Carsten Dominik wrote:

>I am abandoning the CLOCK drawer, and instead use the LOGBOOK drawer
>also for CLOCK lines and clock-out notes.  This makes a lot of sense
>to me, hopefully also to you.

Is it sensible to global search and replace :CLOCK: with :LOGBOOK: to
"upgrade" my org files?

David

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: A little warning
  2009-03-13 14:45 ` David Bremner
@ 2009-03-13 16:50   ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-03-13 16:50 UTC (permalink / raw)
  To: David Bremner; +Cc: org-mode mailing list

Yes.

- Carsten

On Mar 13, 2009, at 3:45 PM, David Bremner wrote:

> Carsten Dominik wrote:
>
>> I am abandoning the CLOCK drawer, and instead use the LOGBOOK drawer
>> also for CLOCK lines and clock-out notes.  This makes a lot of sense
>> to me, hopefully also to you.
>
> Is it sensible to global search and replace :CLOCK: with :LOGBOOK: to
> "upgrade" my org files?
>
> David
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-13 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-15  9:31 A little warning Carsten Dominik
2009-02-15 10:41 ` Christopher Suckling
2009-02-15 19:16   ` Carsten Dominik
2009-03-13 14:45 ` David Bremner
2009-03-13 16:50   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).