From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Error when exporting to LaTeX Date: Thu, 14 Jan 2010 12:15:05 +0100 Message-ID: <87zl4hj5ty.fsf@mundaneum.com> References: <876375d3aj.fsf@mundaneum.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 all, S=C3=A9bastien Vauban wrote: > > Here a problem when exporting such a file: > --8<---------------cut here---------------start------------->8--- #+MACRO: rest {\leavevmode \leaders \hrule height 0.7pt\hfill} \\ Nombre de la escuela de idiomas: {{{rest}}} Nombre y apellidos del estudiante: {{{rest}}} --8<---------------cut here---------------end--------------->8--- > > The `rest' macro is for filling the rest of the current line with an > horizontal rule. > > It needs to be enclosed between accolades. > > Though, it wrongly gets translated into: > --8<---------------cut here---------------start------------->8--- Nombre de la escuela de idiomas: {\leavevmode \leaders \hrule height 0.7pt\= hfill\} \\ Nombre y apellidos del estudiante: {\leavevmode \leaders \hrule height 0.7p= t\hfill\} \\ --8<---------------cut here---------------end--------------->8--- > > Notice the backslash in front of the final accolade. I tried a workaround, using replacement constructions for the accolades: - \bgroup ... \egroup - \begingroup ... \endgroup Though they are correctly translated, they don't provide the required resul= t: the horizontal filling rules just don't show up! Any idea how to circumvent this? Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode