emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Re: [Bug] MCE for HTML test of export


From: Sébastien Vauban
Subject: Re: [O] Re: [Bug] MCE for HTML test of export
Date: Tue, 15 Mar 2011 23:08:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Nicolas,

Nicolas wrote:
> Sébastien Vauban <address@hidden> writes:
>> * Russian dolls
>>
>> In the following, I see one block in the other, with visible
>> =ORG-LIST-END-MARKERs=.
>>
>> *************** TODO To send
>>
>> - This
>> - That
>>
>> *************** END
>>
>> *************** TODO To receive
>>
>> - Pictures
>> - Invoice
>>
>> *************** END
>
> It will not be very helpful, but: I cannot reproduce it, even with
> minimal setup.

Regarding this problem only, it must be an interaction then with my following
setting for the inline task in HTML:

#+begin_src emacs-lisp
          ;; templates for inline tasks in various exporters
          (setq org-inlinetask-export-templates
                '((html "<pre class=\"inlinetask\"><b>%s%s</b><br>%s</pre>"
                        '((unless (eq todo "")
                            (format "<span class=\"%s %s\">%s%s</span> "
                                    class todo todo priority))
                          heading content))
                  (latex "\\todo[inline]{\\textbf{\\textsf{%s %s}}\\linebreak{} 
%s}"
                         '((unless (eq todo "")
                             (format "\\textsc{%s%s}" todo priority))
                           heading content))
                  (ascii "     -- %s%s%s"
                         '((unless (eq todo "")
                             (format "%s%s " todo priority))
                           heading
                           (unless (eq content "")
                             (format "\n         ¦ %s"
                                     (mapconcat 'identity
                                                (org-split-string content "\n")
                                                "\n         ¦ ")))))))
#+end_src

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

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