From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: LaTeX Export Date: Tue, 6 Jan 2009 13:00:18 +0100 Message-ID: <66BDDF6C-A9D9-4011-9CC8-59B7AA59BFFB@uva.nl> References: <824p0d6i0w.fsf@gmail.com> <82tz8d4ttg.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKAbj-0004x5-JV for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 07:00:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKAbg-0004vv-1o for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 07:00:25 -0500 Received: from [199.232.76.173] (port=52753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKAbf-0004vh-Ns for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 07:00:23 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:59503) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKAbf-0006Ow-4G for emacs-orgmode@gnu.org; Tue, 06 Jan 2009 07:00:23 -0500 Received: by ey-out-1920.google.com with SMTP id 4so934136eyg.24 for ; Tue, 06 Jan 2009 04:00:21 -0800 (PST) In-Reply-To: <82tz8d4ttg.fsf@gmail.com> 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Pank Roulund Cc: emacs-orgmode@gnu.org Hi Rasmus, I have tried to fix the issues with dollars, please download the =20 latest GIT version and check if your stuff is now converted better. I have not yet looked at the issues with the timestamps. - Carsten On Jan 5, 2009, at 5:10 PM, Rasmus Pank Roulund wrote: > >> First of all, org 3.16c is very old indeed so *maybe* this works >> better in a more recent version? > Sorry, it is 6.16c :-) (Thanks Matthew!) > I believe it is the version bundled with the latest Emacsw32 from > ourcomments.org. I am using a Emacsw32 from December 2008. > Since I use win32 I am not able to use the provided update-script. > Is is okay to overwrite the el files in the Emacs folder and recompile > them? > >> Second, you could help with an example which demonstrates the =20 >> problem. > Sorry. I should have included examples in the first post. > Here is an example from the notes I am working on. > The LaTeX output is: > > \begin{itemize} > \item Indtegnes i et $x_1/x_2$-diagram, evt. med indifferentkurver. > \item Kurve, der sammens=E6tte alle de bedste l=F8sninger = \$(x_1^{*}, > x_2^{*})$ ved varierende indkomst $m$. > \end{itemize} > > Notice the \$ in the second item. Since I rarely use $ as a symbol but > use it all the time as math delimiter it would be more efficient to =20= > use > \$ when I actually need a $-sign. > > Here is the corresponding Org code: > > - Indtegnes i et $x_1/x_2$-diagram, evt. med indifferentkurver. > - Kurve, der sammens=E6tte alle de bedste l=F8sninger $(x_1^{*}, > x_2^{*})$ ved varierende indkomst $m$. > > The trouble is probably caused by my auto-fill-mode hook, but I really > cannot stand long lines, and I absolutely love auto-fill-mode. > > Here is an example of the information I would like to have washed out. > The LaTeX code contains the following: > \section{Forbrugeroverskud} > \label{sec-10} > \texttt{SCHEDULED:} \texttt{<2008-12-30 ti>} > \texttt{CLOCK:} [2008-12-30 ti 13:42]--[2008-12-30 ti 15:47] =20= > =3D> 2:05 > > Here is the corresponding Org code: > * DONE Forbrugeroverskud > SCHEDULED: <2008-12-30 ti> > CLOCK: [2008-12-30 ti 13:42]--[2008-12-30 ti 15:47] =3D> 2:05 > > I have (setq org-export-with-timestamps t) btw. > With #+OPTIONS: <:nil time stamps are still present (after refreshing > and re-exporting). > > Another thing on LaTeX Export: Why so much \texttt{}? Org stamps (and > tags) such as CLOSED are written with \texttt{}. I am not sure why. > > On check boxes: Can their look be customized? I would rather use > \CheckedBox and \Square from the Wasysym package. It is LaTeX so there > is no reason to use ASCII persudo boxes (IMO, of course). > > Long post. Sorry. > --Rasmus > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode