all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22777: Can't get Effort and CLOCK properties into the same drawer (PROPERTIES)
       [not found] <1546833999.1059401.1456182359316.JavaMail.yahoo.ref@mail.yahoo.com>
@ 2016-02-22 23:05 ` David Caldwell
  2017-12-01 18:51   ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: David Caldwell @ 2016-02-22 23:05 UTC (permalink / raw)
  To: 22777

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Hi,
- org-clock-into-drawer is customized to "PROPERTIES"
- so both CLOCK and Effort properties should go in the PROPERTIES drawer- it works in Org-mode version 8.2.10 (release_8.2.10 @ d:/bin/emacs-24.5/share/emacs/24.5/lisp/org/)  - result:    :PROPERTIES:
    CLOCK: [2016-02-22 Mon 15:26]    :Effort:   1w    :END:- it does *not* work in Org-mode version 8.3.3 (8.3.3-55-g9f7d7b-elpa @ d:/ddc/.emacs.d/elpa/org-20160215/)
  - result:    :PROPERTIES:
    :Effort:   1w    :END:    :PROPERTIES:    CLOCK: [2016-02-22 Mon 15:26]    :END:
David

[-- Attachment #2: Type: text/html, Size: 2017 bytes --]

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

* bug#22777: Can't get Effort and CLOCK properties into the same drawer (PROPERTIES)
  2016-02-22 23:05 ` bug#22777: Can't get Effort and CLOCK properties into the same drawer (PROPERTIES) David Caldwell
@ 2017-12-01 18:51   ` Nicolas Goaziou
  2017-12-01 21:23     ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2017-12-01 18:51 UTC (permalink / raw)
  To: David Caldwell; +Cc: 22777

Hello,

David Caldwell <ddcows2006@yahoo.com> writes:

> - org-clock-into-drawer is customized to "PROPERTIES"
> - so both CLOCK and Effort properties should go in the PROPERTIES
> drawer- it works in Org-mode version 8.2.10 (release_8.2.10 @
> d:/bin/emacs-24.5/share/emacs/24.5/lisp/org/)  - result: 
>   :PROPERTIES:
>     CLOCK: [2016-02-22 Mon 15:26]    :Effort:   1w    :END:- it does *not* work in Org-mode version 8.3.3 (8.3.3-55-g9f7d7b-elpa @ d:/ddc/.emacs.d/elpa/org-20160215/)
>   - result:    :PROPERTIES:
>     :Effort:   1w    :END:    :PROPERTIES:    CLOCK: [2016-02-22 Mon
> 15:26]    :END:

PROPERTIES is a special, reserved, drawer. You cannot insert anything in
it but node properties. It helps Org finding properties and handling
property inheritance reasonably fast.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

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

* bug#22777: Can't get Effort and CLOCK properties into the same drawer (PROPERTIES)
  2017-12-01 18:51   ` Nicolas Goaziou
@ 2017-12-01 21:23     ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2017-12-01 21:23 UTC (permalink / raw)
  To: David Caldwell; +Cc: 22777-close

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> David Caldwell <ddcows2006@yahoo.com> writes:
>
>> - org-clock-into-drawer is customized to "PROPERTIES"
>> - so both CLOCK and Effort properties should go in the PROPERTIES
>> drawer- it works in Org-mode version 8.2.10 (release_8.2.10 @
>> d:/bin/emacs-24.5/share/emacs/24.5/lisp/org/)  - result: 
>>   :PROPERTIES:
>>     CLOCK: [2016-02-22 Mon 15:26]    :Effort:   1w    :END:- it does *not* work in Org-mode version 8.3.3 (8.3.3-55-g9f7d7b-elpa @ d:/ddc/.emacs.d/elpa/org-20160215/)
>>   - result:    :PROPERTIES:
>>     :Effort:   1w    :END:    :PROPERTIES:    CLOCK: [2016-02-22 Mon
>> 15:26]    :END:
>
> PROPERTIES is a special, reserved, drawer. You cannot insert anything in
> it but node properties. It helps Org finding properties and handling
> property inheritance reasonably fast.

Closing this bug.

Regards,

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

end of thread, other threads:[~2017-12-01 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1546833999.1059401.1456182359316.JavaMail.yahoo.ref@mail.yahoo.com>
2016-02-22 23:05 ` bug#22777: Can't get Effort and CLOCK properties into the same drawer (PROPERTIES) David Caldwell
2017-12-01 18:51   ` Nicolas Goaziou
2017-12-01 21:23     ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.