Re: [Emacs-orgmode] elisp: links

2006-05-21 Thread Carsten Dominik
Because so far I did not have a use for this. But I am accepting the patch - good idea!. Thanks. - Carsten On May 22, 2006, at 3:50, Todd Neal wrote: I checked the message archive and couldn't find anything regarding links that eval elisp so I wrote up a quick patch. Was there a reason th

[Emacs-orgmode] elisp: links

2006-05-21 Thread Todd Neal
I checked the message archive and couldn't find anything regarding links that eval elisp so I wrote up a quick patch. Was there a reason that they weren't included before (unsafe, not needed, etc.)? Todd --- ../org.el 2006-05-21 21:40:41.873116136 -0400 +++ org.el 2006-05-21 21:45:26.30187639

Re: [Emacs-orgmode] configurable link export

2006-05-21 Thread Austin Frank
Carsten Dominik wrote: > Anyway, I have been thinking about your argumentation and come to the > conclusion that this is an issue I would like to push almost entirely > onto Davids table. David, are you listening? :-) I seem to have a knack for setting David's table. Hi dto! > [...] > > David,

Re: [Emacs-orgmode] third export request

2006-05-21 Thread Austin Frank
Carsten Dominik wrote: > This is no problem. I will probably not make separate variables for > this, but allow an alist value for org-publishing-directory that can > look like this: > > > (setq org-publishing-directory > '((:html . "./html/") >(:ascii . "../text/") >(:xoxo .

Re: [Emacs-orgmode] another org-export request regarding links

2006-05-21 Thread Austin Frank
Carsten Dominik wrote: > Are jou suggesting that *all* links should be exported as reference > style, or only some? Which ones? There are a few different ways I can see it working. First, and probably simplest, would be to set a flag in #+OPTIONS: that applied to all of the links in the file on

Re: [Emacs-orgmode] configurable link export

2006-05-21 Thread Austin Frank
David O'Toole wrote: > All we need is for people to specify a property called :link-base that > is the prefix for a URL. For example, if :publishing-directory is > "/ssh:[EMAIL PROTECTED]:~/public_html/images", the user should probably set > the :link-base to "/images" or "http://foosite.org/images

Re: [Emacs-orgmode] another org-export request regarding links

2006-05-21 Thread Carsten Dominik
Are jou suggesting that *all* links should be exported as reference style, or only some? Which ones? This is going on my list of things to remember, but I don't know yet if/when I will get to this. - Carsten On May 19, 2006, at 21:53, Austin Frank wrote: Hi again! Org-exort-as-ascii desc