From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Error when exporting to LaTeX Date: Wed, 13 Jan 2010 23:54:12 +0100 Message-ID: <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, Here a problem when exporting such a file: --8<---------------cut here---------------start------------->8--- #+MACRO: sp1 \rule{0.52cm}{0.7pt} #+MACRO: rest {\leavevmode \leaders \hrule height 0.7pt\hfill} \\ \clearpage{} Nombre de la escuela de idiomas: {{{rest}}} Nombre y apellidos del estudiante: {{{rest}}} Nombre y apellidos del profesor o de la profesora: {{{rest}}} D=C3=ADa(s) de la semana que tiene clase y de qu=C3=A9 hora a qu=C3=A9 hora: --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--- \clearpage{} 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\} \\ Nombre y apellidos del profesor o de la profesora: {\leavevmode \leaders \h= rule height 0.7pt\hfill\} \\ D=C3=ADa(s) de la semana que tiene clase y de qu=C3=A9 hora a qu=C3=A9 hora: --8<---------------cut here---------------end--------------->8--- Notice the backslash in front of the final accolade. Any help? 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