From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Pank Roulund Subject: Re: LaTeX Export Date: Mon, 05 Jan 2009 17:10:51 +0100 Message-ID: <82tz8d4ttg.fsf@gmail.com> References: <824p0d6i0w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJs2F-0000rd-5b for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 11:10:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJs2C-0000pd-RT for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 11:10:34 -0500 Received: from [199.232.76.173] (port=38269 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJs2C-0000pa-Mj for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 11:10:32 -0500 Received: from main.gmane.org ([80.91.229.2]:43113 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJs2C-0001jY-7a for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 11:10:32 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LJs2A-0002za-WB for emacs-orgmode@gnu.org; Mon, 05 Jan 2009 16:10:31 +0000 Received: from port293.ds1-aboes.adsl.cybercity.dk ([212.242.226.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jan 2009 16:10:30 +0000 Received: from rasmus.pank by port293.ds1-aboes.adsl.cybercity.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jan 2009 16:10:30 +0000 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: emacs-orgmode@gnu.org > 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 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ætte alle de bedste løsninger \$(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 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ætte alle de bedste løsninger $(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] => 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] => 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