emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] another blog exporter


From: Robert Klein
Subject: Re: [O] another blog exporter
Date: Tue, 04 Mar 2014 10:51:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hello,

thank you very much for your feedback.


On 02/10/2014 12:30 PM, Nicolas Goaziou wrote:
> Hello,
> 
> Bastien <address@hidden> writes:
> 
>> Somehow this calls for a way to let a backend use several affiliated
>> keywords.  For example you would have:
>>
>> #+ATTR_HTML: :width 400px
>> #+ATTR_BLOG: :lineno t
> 
> Org already provided a syntax to number lines in source blocks. Couldn't
> it be used instead?
> 
>   #+begin_src emacs-lisp -n
>   ...
>   #+end_src
> 

Thanks a lot, I didn't know about this feature. Now I use the -n/+n
flags.  When using -n flag the ATTR_BLOG attribute :firstline is used as
the first line number; the default is 1 as in the LaTeX exporter.


>> and the exporter would take both into account, letting you to simply
>> export to HTML without the need to add redundant information.
>>
>> Nicolas, did this cross your mind?  Or maybe this is already feasible?
> 
> This is already feasible. See `org-beamer-plain-list' for an example.
> Both #+attr_latex and #+attr_beamer are read but the latter has
> precedence over the former.

I already use this, but I felt a need to document those attributes that
get extra treatment: wordpress uses class="alignleft" instead of HTML
align="right"  and I changed the style handling to support surrounding
double quotes ( :style "margin: 9pt; background: red;" )

Best regards
Robert




reply via email to

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