From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: feature request: easier style attributes Date: Sat, 24 Oct 2015 13:51:41 +0200 Message-ID: <87r3kkzdpu.fsf@gmx.us> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpxN2-0003cN-K4 for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 07:52:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpxMz-0004qP-F6 for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 07:52:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:60315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpxMz-0004qL-8u for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 07:52:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZpxMi-00061c-UZ for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 13:52:05 +0200 Received: from x590e1e01.dyn.telefonica.de ([89.14.30.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Oct 2015 13:52:04 +0200 Received: from rasmus by x590e1e01.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Oct 2015 13:52:04 +0200 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: emacs-orgmode@gnu.org Matt Price writes: > 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 Does this do what you want? * my header :PROPERTIES: :CUSTOM_ID: myid :HTML_CONTAINER_CLASS: class1 class2 :END: -- The second rule of Fight Club is: You do not talk about Fight Club