From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: feature request: easier style attributes Date: Fri, 23 Oct 2015 21:16:08 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113fb200171d360522cf7929 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpnRK-0005eW-9i for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 21:16:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpnRJ-0006w0-As for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 21:16:10 -0400 Received: from mail-io0-x236.google.com ([2607:f8b0:4001:c06::236]:33817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpnRJ-0006vw-61 for emacs-orgmode@gnu.org; Fri, 23 Oct 2015 21:16:09 -0400 Received: by iow1 with SMTP id 1so140390583iow.1 for ; Fri, 23 Oct 2015 18:16:08 -0700 (PDT) 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: Org Mode --001a113fb200171d360522cf7929 Content-Type: text/plain; charset=UTF-8 OK, one more, again a repeat of an old request. Pandoc Markdown has this incredibly easy way to specify html attributes ( http://pandoc.org/README.html#header-identifiers): ---- # My Header {#myid .class1 .class2} ---- I find this much easier to read, write, and maintain than the org-mode equivalent: #+ATTR_HTML: :id myid :class class1 class2 * My Header I would love to have something like the pandoc syntax available within org. What do other people think, and how hard would this be to implement? --001a113fb200171d360522cf7929 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
OK, one more, again a r= epeat of an old request.

Pandoc Markdown has this incredibly e= asy way to specify html attributes (http://pandoc.org/README.html#header-identifiers)= :

----
# My Header {#myid .class1 .class2}
----

<= /div>I find this much easier to read, write, and maintain than the org-mode= equivalent:

#+ATTR_HTML: :id myid :class class1 class2
* My Header

I would love to have something like the pandoc = syntax available within org.=C2=A0 What do other people think, and how hard= would this be to implement?



--001a113fb200171d360522cf7929--