emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: org-export-generic: accessing todo keywords


From: Tim Hermans
Subject: [Orgmode] Re: org-export-generic: accessing todo keywords
Date: Wed, 18 Nov 2009 15:33:03 -0500

Thanks Wes.  Great work on "org-export-generic"!

One other thing while you're at it:  on line 443 of the current version (last updated in 6.25trans) you use the function "set-alist":

     (defun org-set-generic-type (type definition)
       "Adds a TYPE and DEFINITION to the existing list of defined generic  export definitions."
        (set-alist 'org-generic-alist type definition))

I believe this is defined in the APEL package which is included in XEmacs, but not in later versions of GNU Emacs.

I took note from a post by James TD Smith on this list a while back and changed this to use "aput".  This is included in "assoc.el" which is included in both XEmacs and GNU Emacs.  It does exactly the same thing.  It would be more portable.

Thanks,

TH


On Tue, Nov 17, 2009 at 8:16 PM, Wes Hardaker <address@hidden> wrote:
>>>>> On Mon, 16 Nov 2009 17:43:59 -0500, Tim Hermans <address@hidden> said:

TH> I was wondering if there was a directive within "org-export-generic" to
TH> access "org-todo-keyword" items?  I did not see anything.

TH> I'd like to add formatting to those keywords.

There isn't right now, though I've admittedly wanted to add support for
that.  I've been swamped with other things lately and haven't gotten
much work done on org-export-generic.  Ironically, I may work on it in
the next few weeks but I'm not sure todo keywords will fall into the
list much (we'll see).

I was just thinking earlier today, in fact, that I'd love to be able to
change things like TODO words.  You can change checkboxes right now, but
not TODO words.

--
\ Wes Hardaker                           http://pontifications.hardakers.net /
 \_____ "In the bathtub of history the truth is harder to hold than ________/
      \_______ the soap, and much more difficult to find." _______/
              \_________ -- Terry Pratchett ______________/
                        \__________________/


reply via email to

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