emacs-orgmode
[Top][All Lists]
Advanced

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

[O] feature request: easier style attributes


From: Matt Price
Subject: [O] feature request: easier style attributes
Date: Fri, 23 Oct 2015 21:16:08 -0400

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?




reply via email to

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