* [PATCH] Adding known properties
@ 2011-03-08 16:33 Sébastien Vauban
2011-03-09 10:19 ` Bastien
0 siblings, 1 reply; 7+ messages in thread
From: Sébastien Vauban @ 2011-03-08 16:33 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hello,
I found out about (at least) 2 missing "known" properties. This patch adds
them to the list.
--8<---------------cut here---------------start------------->8---
diff --git a/lisp/org.el b/lisp/org.el
index 92f2406..9205719 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -13402,7 +13402,8 @@ but in some other way.")
'("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION" "CUSTOM_ID"
"LOCATION" "LOGGING" "COLUMNS" "VISIBILITY"
"TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE"
- "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE"
+ "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_TEXT" "EXPORT_AUTHOR"
+ "EXPORT_DATE" "EXPORT_OPTIONS"
"ORDERED" "NOBLOCKING" "COOKIE_DATA" "LOG_INTO_DRAWER" "REPEAT_TO_STATE"
"CLOCK_MODELINE_TOTAL" "STYLE" "HTML_CONTAINER_CLASS")
"Some properties that are used by Org-mode for various purposes.
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
--
Sébastien Vauban
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] Adding known properties
2011-03-08 16:33 [PATCH] Adding known properties Sébastien Vauban
@ 2011-03-09 10:19 ` Bastien
2011-03-09 13:39 ` Sébastien Vauban
2011-03-09 14:38 ` Bernt Hansen
0 siblings, 2 replies; 7+ messages in thread
From: Bastien @ 2011-03-09 10:19 UTC (permalink / raw)
To: Sébastien Vauban; +Cc: emacs-orgmode
Hi Sébastien,
Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
> I found out about (at least) 2 missing "known" properties. This patch
> adds them to the list.
Thanks for catching this -- I've applied a modified patch, yours add
EXPORT_DATE twice :)
Best,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Adding known properties
2011-03-09 10:19 ` Bastien
@ 2011-03-09 13:39 ` Sébastien Vauban
2011-03-09 14:45 ` Bastien
2011-03-09 14:38 ` Bernt Hansen
1 sibling, 1 reply; 7+ messages in thread
From: Sébastien Vauban @ 2011-03-09 13:39 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi Bastien,
Bastien wrote:
> Sébastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> writes:
>
>> I found out about (at least) 2 missing "known" properties. This patch
>> adds them to the list.
>
> Thanks for catching this -- I've applied a modified patch, yours add
> EXPORT_DATE twice :)
Hein? Not sure what you're talking about...
>> diff --git a/lisp/org.el b/lisp/org.el
>> index 92f2406..9205719 100644
>> --- a/lisp/org.el
>> +++ b/lisp/org.el
>> @@ -13402,7 +13402,8 @@ but in some other way.")
>> '("ARCHIVE" "CATEGORY" "SUMMARY" "DESCRIPTION" "CUSTOM_ID"
>> "LOCATION" "LOGGING" "COLUMNS" "VISIBILITY"
>> "TABLE_EXPORT_FORMAT" "TABLE_EXPORT_FILE"
>> - "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_AUTHOR" "EXPORT_DATE"
>> + "EXPORT_FILE_NAME" "EXPORT_TITLE" "EXPORT_TEXT" "EXPORT_AUTHOR"
>> + "EXPORT_DATE" "EXPORT_OPTIONS"
>> "ORDERED" "NOBLOCKING" "COOKIE_DATA" "LOG_INTO_DRAWER" "REPEAT_TO_STATE"
>> "CLOCK_MODELINE_TOTAL" "STYLE" "HTML_CONTAINER_CLASS")
>> "Some properties that are used by Org-mode for various purposes.
Best regards,
Seb
--
Sébastien Vauban
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Adding known properties
2011-03-09 10:19 ` Bastien
2011-03-09 13:39 ` Sébastien Vauban
@ 2011-03-09 14:38 ` Bernt Hansen
2011-03-09 14:45 ` Bastien
1 sibling, 1 reply; 7+ messages in thread
From: Bernt Hansen @ 2011-03-09 14:38 UTC (permalink / raw)
To: Bastien; +Cc: Sébastien Vauban, emacs-orgmode
Bastien <bzg@altern.org> writes:
> Hi Sébastien,
>
> Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>
>> I found out about (at least) 2 missing "known" properties. This patch
>> adds them to the list.
>
> Thanks for catching this -- I've applied a modified patch, yours add
> EXPORT_DATE twice :)
>
> Best,
Hi Bastien,
I don't think your version is correct. The original patch added
EXPORT_TEXT and EXPORT_DATE (not EXPORT_DATE twice) and your version is
missing EXPORT_TEXT.
Regards,
--
Bernt
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Adding known properties
2011-03-09 14:38 ` Bernt Hansen
@ 2011-03-09 14:45 ` Bastien
0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2011-03-09 14:45 UTC (permalink / raw)
To: Bernt Hansen; +Cc: Sébastien Vauban, emacs-orgmode
Hi Bernt,
Bernt Hansen <bernt@norang.ca> writes:
> I don't think your version is correct. The original patch added
> EXPORT_TEXT and EXPORT_DATE (not EXPORT_DATE twice) and your version is
> missing EXPORT_TEXT.
Right, I just fixed this...
--
Bastien, who gets a bit of a post-release hang-over
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Adding known properties
2011-03-09 13:39 ` Sébastien Vauban
@ 2011-03-09 14:45 ` Bastien
2011-03-10 9:00 ` Sébastien Vauban
0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2011-03-09 14:45 UTC (permalink / raw)
To: Sébastien Vauban; +Cc: emacs-orgmode
Hi Sébastien,
Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:
>> Thanks for catching this -- I've applied a modified patch, yours add
>> EXPORT_DATE twice :)
>
> Hein? Not sure what you're talking about...
I'm talking about _nothing_ -- just misread your patch.
Sorry for that!
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Adding known properties
2011-03-09 14:45 ` Bastien
@ 2011-03-10 9:00 ` Sébastien Vauban
0 siblings, 0 replies; 7+ messages in thread
From: Sébastien Vauban @ 2011-03-10 9:00 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
Hi Bastien,
Bastien wrote:
> Sébastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org> writes:
>>> Thanks for catching this -- I've applied a modified patch, yours add
>>> EXPORT_DATE twice :)
>>
>> Hein? Not sure what you're talking about...
>
> I'm talking about _nothing_ -- just misread your patch.
>
> Sorry for that!
Not a problem... Thanks for your work.
Best regards,
Seb
--
Sébastien Vauban
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-03-10 9:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 16:33 [PATCH] Adding known properties Sébastien Vauban
2011-03-09 10:19 ` Bastien
2011-03-09 13:39 ` Sébastien Vauban
2011-03-09 14:45 ` Bastien
2011-03-10 9:00 ` Sébastien Vauban
2011-03-09 14:38 ` Bernt Hansen
2011-03-09 14:45 ` Bastien
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).