From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Crandall Subject: Re: New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML) Date: Mon, 18 Jun 2012 18:47:24 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgnXU-00056N-Kq for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:47:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgnXS-0007Fx-Ic for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:47:28 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:40565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgnXS-0007Fg-4e for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:47:26 -0400 Received: by obbtb8 with SMTP id tb8so3574128obb.0 for ; Mon, 18 Jun 2012 18:47:24 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Avdi Grimm Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , Jambunathan K Hello Avdi, I'm glad you like it! On Fri, Jun 15, 2012 at 8:15 AM, Avdi Grimm wrote: > I really like this idea! > This change may be Herculean--giving links full access to target attributes--but I certainly hope not. As I thought about it, it seems like fair amount of abstraction will be possible, creating one org-attribute name that would export appropriately to each target, without attaching destination prefixes to every item. But some will likely need to be target specific. Thanks again, -BC > On Thu, Jun 14, 2012 at 8:53 PM, William Crandall > wrote: >> >> ATTRIBUTES would consisting of name:value pairs, perhaps >> giving names export-type prefixes, such as HTML_STYLE and >> HTML_TITLE, or LATEX_PDFBORDER and LATEX_URLCOLOR. >> >> HTML ATTRIBUTES would map to HTML 'attributes': >> >> http://www.w3.org/TR/html5/section-index.html#attributes-1 >> >> LATEX ATTRIBUTES would map to Latex \hypersetup 'options': >> >> http://en.wikibooks.org/wiki/LaTeX/Hyperlinks#.5Chyperref >> (Subsection: Customization) >> >> >> -------------------------------------------------- >> >> This would be a significant change, but it would make LINKS >> "first class objects," and allow Org mode users to directly >> apply rich families of link attributes/options. >> > > I really like this idea! > > -- > Avdi