* BUG: defcustom org-use-property-inheritance
@ 2007-12-29 19:41 Adam Spiers
2008-01-02 22:11 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2007-12-29 19:41 UTC (permalink / raw)
To: org-mode mailing list
In:
(defcustom org-use-property-inheritance nil
[snipped]
:group 'org-properties
:type '(choice
(const :tag "Not" nil)
(const :tag "Always" nil)
(repeat :tag "Specific properties")))
the last line is missing a definition of the type of value to repeat.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: BUG: defcustom org-use-property-inheritance
2007-12-29 19:41 BUG: defcustom org-use-property-inheritance Adam Spiers
@ 2008-01-02 22:11 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-01-02 22:11 UTC (permalink / raw)
To: Adam Spiers; +Cc: org-mode mailing list
Fixed, thanks.
Carsten
On Dec 29, 2007, at 8:41 PM, Adam Spiers wrote:
> In:
>
> (defcustom org-use-property-inheritance nil
>
> [snipped]
>
> :group 'org-properties
> :type '(choice
> (const :tag "Not" nil)
> (const :tag "Always" nil)
> (repeat :tag "Specific properties")))
>
> the last line is missing a definition of the type of value to repeat.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' t
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-02 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-29 19:41 BUG: defcustom org-use-property-inheritance Adam Spiers
2008-01-02 22:11 ` 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).