From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Re: [Bug] MCE for HTML test of export Date: Tue, 15 Mar 2011 23:08:12 +0100 Message-ID: <80lj0gqboz.fsf@somewhere.org> References: <80aagwl60n.fsf@somewhere.org> <8762rk5lg7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Nicolas, Nicolas wrote: > S=C3=A9bastien Vauban writes: >> * Russian dolls >> >> In the following, I see one block in the other, with visible >> =3DORG-LIST-END-MARKERs=3D. >> >> *************** 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 followi= ng setting for the inline task in HTML: #+begin_src emacs-lisp ;; templates for inline tasks in various exporters (setq org-inlinetask-export-templates '((html "
%s%s
%s" '((unless (eq todo "") (format "%s%s " class todo todo priority)) heading content)) (latex "\\todo[inline]{\\textbf{\\textsf{%s %s}}\\linebre= ak{} %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 =C2=A6 %s" (mapconcat 'identity (org-split-string content "= \n") "\n =C2=A6 "))))))) #+end_src Best regards, Seb --=20 S=C3=A9bastien Vauban