emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] New Link Syntax: Adding ATTRIBUTES


From: Thomas S. Dye
Subject: Re: [O] New Link Syntax: Adding ATTRIBUTES
Date: Tue, 19 Jun 2012 10:11:55 -1000

Samuel Wales <address@hidden> writes:

> Hmm, maybe something like this:
>
>   $[link "http://mysite.example"; :label "Example" :html-attr "..."
> :latex-attr "..."]
>
> Code that adds functionality or safety to this syntax (including all
> future code) will also apply to other features than links.  For a new
> feature, replace the first element with id, fancy-date, or whatever
> idea you have.  It might even be possible to open it up to the user in
> a safe and convenient way.
>
> Samuel
Neat idea.  IIUC, a read macro and something like funcall would do a lot
of the work.

I'd like to see something like this, so the Org-mode buffer could
reflect the underlying, possibly user-extended, semantics:

  $[link "http://mysite.example"; :label "Example" :html-attr "..."
 :latex-attr "..." :org-attr "..."]

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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