Re: [Orgmode] Latex export of subtree not working for me

2011-02-02 Thread Torsten Anders
Dear Bastien, Thank you for your reply. This problem report is several months old, and I meanwhile resolved it. If I remember correctly, I reported the solution back. I think this problem was solved by updating to Aquamacs 2, but it is so long ago, I may misremember. But if not then it was some

Re: [Orgmode] Latex export of subtree not working for me

2011-02-02 Thread Bastien
Hi Torsten, "Torsten Anders" writes: > I would like to export only a subtree of an org file to PDF via Latex > (ultimately using the package beamer). > > When doing export/publish (C-c C-e) I am given a menu with options, > including the options "only export current subtree" and "publish > enclo

Re: [Orgmode] Latex export of subtree not working for me

2011-02-02 Thread Bastien
Hi Carsten, "Torsten Anders" writes: > I would like to export only a subtree of an org file to PDF via Latex > (ultimately using the package beamer). > > When doing export/publish (C-c C-e) I am given a menu with options, > including the options "only export current subtree" and "publish > enclo

Re: [Orgmode] latex export of source code in lists

2010-12-10 Thread Andreas Leha
Hello Nicolas, I can confirm that this is fixed now. Thanks a lot! Greetings, Andreas Am 09.12.2010 21:36, schrieb Nicolas Goaziou: > Hello, > > >> Andreas Leha writes: >> > >> Hi all, (how) can I have source code block in lists not breaking the >> latex exported list

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Thomas S. Dye
Aloha Andreas, I gather Nicolas Goaziou has worked some magic so that your example works with lists now. I had problems using the listings package in situations where LaTeX changes \linewidth, as it can do inside lists. I got bad line breaks and wasn't able to make them good. If listing

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Nicolas Goaziou
Hello, > Andreas Leha writes: > Hi all, (how) can I have source code block in lists not breaking the > latex exported list? It should be fixed on git head. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Andreas Leha
Hi Tom, thanks for all your input! This is great. Using a float environment around my listings is an option I have not considered yet, as I have a lot of code snippets in the one file, which would result in several pages of floating listings. But I'll use that option anyway or do completely wit

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Thomas S. Dye
Hi Andreas, In my experience, lists are a bit fragile this way (probably necessarily). One workaround might be to float the source code block (in the way I mentioned in a previous message) and then cross reference it from the list. * Test 1) this is the first item (Listing \ref{fig:fir

Re: [Orgmode] latex export: forcing a page break

2010-12-02 Thread suvayu ali
On Thu, Dec 2, 2010 at 10:32 PM, sergio_101 wrote: > i would like to use org-mode as a makeshift cook book. > > i get asked for recipes all the time. i figure if i keep a cookbook > updated all the time, i can just forward people a pdf file that has > everything in it and is updated all the time..

Re: [Orgmode] LaTeX export of lists

2010-11-29 Thread Sébastien Mengin
Hi, Forget my previous post, I didn't see this last one by Thomas. Seems sensible, indeed. Cheers, S. Le dim. 28/11/10 (08:40:58 -1000), Thomas S. Dye a écrit : > Aloha Nicolas, > On Nov 28, 2010, at 5:05 AM, Nicolas Goaziou wrote: > > >Hello, > > > >>Thomas S Dye writes: > > > >>* List >

Re: [Orgmode] LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha Nicolas, On Nov 28, 2010, at 5:05 AM, Nicolas Goaziou wrote: Hello, Thomas S Dye writes: * List 1. First item 2. Second item Following text. This is completely different from your first example. Here "Following text" is inside the list, whereas before, it was outside. This works

Re: [Orgmode] LaTeX export of lists

2010-11-28 Thread Nicolas Goaziou
Hello, > Thomas S Dye writes: > * List > 1. First item > 2. Second item Following text. This is completely different from your first example. Here "Following text" is inside the list, whereas before, it was outside. > This works for lists set in a paragraph, but won't work for lists > s

Re: [Orgmode] LaTeX export of list broken?

2010-11-15 Thread Nicolas Goaziou
Hello, > Chris Malone writes: > I'm currently running org-version 7.3 with emacs 22.2.1. When I try > to export a plain list in an org document to either LaTeX or PDF via > LaTeX, I get an error about =looking-at-p= being void. I know for a > fact this worked with org-version 7.01h and the sa

Re: [Orgmode] Latex export: Differing behavior for symbols in headlines

2010-10-21 Thread Nick Dokos
Richard Lawrence wrote: > Dear Orgsters, > > I am seeing differing behavior for how special symbols that appear in a > headline are exported to LaTeX, depending on whether I export an entire > Org document or just the current subtree. > > I have, for example, a file that looks like this: > > *

Re: [Orgmode] latex export: using levels to export to beamer and article-only mode (with beamerarticle)

2010-10-20 Thread Mark Elston
Jay, I do something similar but don't use beamer. I have two sets of latex output from my notes, one for handouts and one for lecture notes. I use an arrangement of sub-headings without titles but with tags for describing what is included in each set of output. It is all put together with an S

Re: [Orgmode] Latex Export

2010-10-16 Thread Scot Becker
I guess you have an ancient version of org mode. (do M-x org-version, after org-mode has started. Current release version is 7.01h). See how to get the latest version here: http://orgmode.org/manual/Installation.html#Installation And find the link to the latest version on: http://orgmode.org

Re: [Orgmode] Latex Export

2010-10-16 Thread Thomas S. Dye
Hi Chris, Yes, 4.67c is old. I think Org-mode is at version 7.01 now. Have you found Worg? http://orgmode.org/worg/index.php There are tutorials there for configuring and using Org-mode for LaTeX and beamer export. I think that is where I learned how to update Org- mode. All the best, T

Re: Re: Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Which seems old...I'll try and update it. Thanks for the help. Chris On Oct 16, 2010 2:51pm, chris.m.mal...@gmail.com wrote: Sorry, I just checked the version: 4.67c Chris On Oct 16, 2010 2:48pm, chris.m.mal...@gmail.com wrote: > Hi Thomas, > > This may be as it is the version that comes

Re: Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Sorry, I just checked the version: 4.67c Chris On Oct 16, 2010 2:48pm, chris.m.mal...@gmail.com wrote: Hi Thomas, This may be as it is the version that comes with Emacs 22.2.1 - is there an easy way to check the org-mode version? Chris On Oct 16, 2010 2:40pm, "Thomas S. Dye" t...@tsdy

Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Hi Thomas, This may be as it is the version that comes with Emacs 22.2.1 - is there an easy way to check the org-mode version? Chris On Oct 16, 2010 2:40pm, "Thomas S. Dye" wrote: Aloha Chris, Perhaps you have an older version of org-mode? All the best, Tom On Oct 16, 201

Re: [Orgmode] Latex Export

2010-10-16 Thread Thomas S. Dye
Aloha Chris, Perhaps you have an older version of org-mode? All the best, Tom On Oct 16, 2010, at 8:10 AM, chris.m.mal...@gmail.com wrote: Hi Nick, It does not export anything. The message window displays: "No command associated with key l" Chris On Oct 16, 2010 1:54pm, Nick Dokos wrot

Re: Re: [Orgmode] Latex Export

2010-10-16 Thread chris . m . malone
Hi Nick, It does not export anything. The message window displays: "No command associated with key l" Chris On Oct 16, 2010 1:54pm, Nick Dokos wrote: chris.m.mal...@gmail.com wrote: > Hi, > > I'm using emacs version 22.2.1 on a Fedora Core 9 machine. I'm new to org-mode and am

Re: [Orgmode] Latex Export

2010-10-16 Thread Nick Dokos
chris.m.mal...@gmail.com wrote: > Hi, > > I'm using emacs version 22.2.1 on a Fedora Core 9 machine.  I'm new to > org-mode and am interested in using it to write LaTeX documents/Beamer > presentations. When I load the export dispatcher with C-c C-e, however, I do > not have the "l" option for

Re: [Orgmode] Latex-Export with custom commands

2010-10-12 Thread Nick Dokos
Maximilian Matthe wrote: > > > Nick Dokos schrieb: > > You cannot expect org to do anything else: how is it supposed to know > > that the \cA is part of a math expression? > > > > > >> Is there some workaround for that behaviour? > >> > >> > > > > The obvious one of telling org (and lat

Re: [Orgmode] latex export problem

2010-10-01 Thread Jörg Hagmann
Hi Christian, On 9/30/10 7:02 PM, Christian Moe wrote: The exact error message is "No such file: /Users/me/test.org::" with two colons at the end, right? You are right, I forgot the colons. I reported the same problem on 23 September ("Bug: subtree export fails with src block"), but others w

Re: [Orgmode] Latex export of subtree not working for me

2010-09-20 Thread Torsten Anders
Dear David, > Looks like although Aquamacs 1.9 is based on Emacs 22, it lacks this > library. thank you very much for your helpful feedback. The problem is indeed solved with the latest version of Aquamacs (2.1), as I just found out. Best, Torsten >>> David Maus 20/09/10 7:29 PM >>> Torst

Re: [Orgmode] Latex export of subtree not working for me

2010-09-20 Thread David Maus
Torsten Anders wrote: >Dear all, >sorry for bothering you again with my question from a couple of days ago (see >below). >I would appreciate with someone could briefly confirm whether >exporting/publishing a subtree works for you (so I know whether the reported >problem is related to org mode

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Nick Dokos
Alan E. Davis wrote: > Perhaps I can get this done, but I have one important question. > > When I define a new "class" in org-export-latex-classes, does it make sense > to add a new class that calls the same /documentclass{article} class? I > could name this class article2, and define the sect

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Thomas S. Dye
Aloha Alan, IMHO, yes, this makes good sense. It is probably a good idea to name the org-export-latex-class something associated with the output you want from org-mode, rather than with the LaTeX class that is used to typeset it. All the best, Tom On Aug 30, 2010, at 3:43 PM, Alan E. Da

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Alan E. Davis
Perhaps I can get this done, but I have one important question. When I define a new "class" in org-export-latex-classes, does it make sense to add a new class that calls the same /documentclass{article} class? I could name this class article2, and define the section structure as I will. Hope thi

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Alan E. Davis
Scot: I see what you mean On Mon, Aug 30, 2010 at 3:14 PM, Scot Becker wrote: > > As you'll see org-mode's latex export is currently designed to use org for > basic document structuring and only allows for a limited set of mappings > between org's structure and latex structure. But you'll see

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Alan E. Davis
> C-h v org-export-latex-low-levels Cool. Especially it's configurable on a case by case basis. I looked at customization of export/latex, but overlooked this. Thank you. Alan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Scot Becker
Thanks, Thomas, I knew I had seen that example. I just couldn't find it when searching. Scot On Mon, Aug 30, 2010 at 5:20 PM, Thomas S. Dye wrote: > Aloha Scot, > > An example is here: > > http://orgmode.org/worg/org-contrib/babel/examples/research-project.php > >

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Nick Dokos
Alan E. Davis wrote: > Yes, I want (in some cases) to use headlines for purposes of organization. > I want at least some of them to disappear in the output. > > I could turn in a request for a feature, here: > > #+OPTIONS: H:1 lower:nil > > Or something else that would give the option that in

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Alan E. Davis
Yes, I want (in some cases) to use headlines for purposes of organization. I want at least some of them to disappear in the output. I could turn in a request for a feature, here: #+OPTIONS: H:1 lower:nil Or something else that would give the option that instead of automatically converting all l

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Thomas S. Dye
Aloha Scot, An example is here: http://orgmode.org/worg/org-contrib/babel/examples/research-project.php This approach is *definitely* not as much fun as the Org-mode LaTeX exporter, and the org files can be ugly, but it gives fine control over the LaTeX output and can produce notes and meta

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Scot Becker
Hmm, Tomas, this is interesting. I have thought about using babel for this sort of thing, but assumed that the textual overhead would be too high to make it worth it (It'd be ugly, and not that fun to generate). I don't suppose you'd be so kind as to past in an example that shows this kind of thi

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Thomas S. Dye
On Aug 29, 2010, at 7:46 PM, Nick Dokos wrote: Scot Becker wrote: He wants to write up a document using org-mode's outline facilities as a skeleton to help him build up, navigate and visualize his document, but then he wants only to use SOME of the headlines but ALL of the text when he actu

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Nick Dokos
Scot Becker wrote: > He wants to write up a document using org-mode's outline facilities as > a skeleton to help him build up, navigate and visualize his document, > but then he wants only to use SOME of the headlines but ALL of the > text when he actually makes a printed version for others to re

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Scot Becker
He wants to write up a document using org-mode's outline facilities as a skeleton to help him build up, navigate and visualize his document, but then he wants only to use SOME of the headlines but ALL of the text when he actually makes a printed version for others to read. I've wanted this as wel

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Nick Dokos
Alan E. Davis wrote: > Sometimes, I have used outliners, like ThinkTank, to organize my > thoughts, and reorganize the structure of a document of whatever kind.   > I don't need headings or sectioning in some cases. > > I have not found a way to exclude heading lines from  > LaTeX output in Orgm

Re: [Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-20 Thread Carsten Dominik
On Jul 20, 2010, at 7:53 PM, Tassilo Horn wrote: On Tuesday 20 July 2010 18:00:34 Carsten Dominik wrote: Hi Carsten, I have lost track here, could you please resubmit the report with any details you can give? No need to track this further. I just checked with the latest version, and t

Re: [Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-20 Thread Tassilo Horn
On Tuesday 20 July 2010 18:00:34 Carsten Dominik wrote: Hi Carsten, > I have lost track here, > > could you please resubmit the report with any details you can give? No need to track this further. I just checked with the latest version, and the LaTeX beamer export works again. Bye, Tassilo >

Re: [Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-20 Thread Carsten Dominik
Hi Tassilo, I have lost track here, could you please resubmit the report with any details you can give? Thanks - Carsten On Jul 5, 2010, at 2:08 PM, Tassilo Horn wrote: Tassilo Horn writes: Hi! I did some git bisection, and the last working version is commit 3b5351c7da59da3685f8233c252b

Re: [Orgmode] LaTeX export works but not in HTML

2010-07-01 Thread Uri Avalos
Thanks very much for the tip. The relevant variables I needed to change were org-export-latex-default-packages-alist and org-format-latex-header. It's working fine now. BTW, where did you find the latex fragment? I'm assuming in the tmp directory of the file? On Wed, 30 Jun 2010 02:58:41 -04

Re: [Orgmode] LaTeX export works but not in HTML

2010-07-01 Thread Nick Dokos
amscopub-m...@yahoo.com wrote: > Thanks very much for the tip. > > The relevant variables I needed to change were > org-export-latex-default-packages-alist and > org-format-latex-header. It's working fine now. > > BTW, where did you find the latex fragment? I'm assuming in the tmp > directory of

Re: [Orgmode] LaTeX export works but not in HTML

2010-07-01 Thread amscopub-mail
Thanks very much for the tip. The relevant variables I needed to change were org-export-latex-default-packages-alist and org-format-latex-header. It's working fine now. BTW, where did you find the latex fragment? I'm assuming in the tmp directory of the file? On Wed, 30 Jun 2010 02:58:41 -04

Re: [Orgmode] LaTeX export works but not in HTML

2010-06-29 Thread Nick Dokos
Uri Avalos wrote: > The following latex options produce the right format (an article scaled up to > 20pts using the "arev" font): > > #+LaTeX_CLASS: article > #+LaTeX_CLASS_OPTIONS: [12pt] > #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc} > \usepackage[20pt]{extsiz

Re: [Orgmode] latex export and booktabs tables

2010-06-22 Thread Thomas S. Dye
Aloha Erik, The rules defined in booktabs work with longtables, if that is what you are asking. All the best, Tom On Jun 22, 2010, at 11:36 AM, Erik Butz wrote: Hi all, I found a very old thread on the list about using the booktabs package to have nicer tables in latex export. I found th

Re: [Orgmode] latex export - skipping lvls breaks export

2010-06-22 Thread Giovanni Ridolfi
Sebastian Hofer writes: > I'm working on a customized latex-export-class for a CV. nice! > I noticed that if you skip a level in the outline structure > (cf. example below) it is not exported to latex. > Is there a reason for this IIRC it depends in how is written the LaTeX export. (I thought I

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-06-01 Thread tcburt
Carsten Dominik wrote: > > On Jun 1, 2010, at 12:51 PM, Tim Burt wrote: > > > > > > > Carsten Dominik writes: > > > >> Hi Juan, > >> On May 31, 2010, at 5:38 AM, Juan Pechiar wrote: > >> > >>> Hi! > >>> > >>> The test file below contains a columnview table showing section > >>> headers.

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-06-01 Thread Carsten Dominik
On Jun 1, 2010, at 12:51 PM, Tim Burt wrote: Carsten Dominik writes: Hi Juan, On May 31, 2010, at 5:38 AM, Juan Pechiar wrote: Hi! The test file below contains a columnview table showing section headers. Export to HTML works OK: the asterisks inside the table are transformed into inden

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-06-01 Thread Tim Burt
Carsten Dominik writes: > Hi Juan, > On May 31, 2010, at 5:38 AM, Juan Pechiar wrote: > >> Hi! >> >> The test file below contains a columnview table showing section >> headers. >> >> Export to HTML works OK: the asterisks inside the table are >> transformed into indentation. >> >> Export to LaT

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-06-01 Thread Carsten Dominik
Hi Juan, On May 31, 2010, at 5:38 AM, Juan Pechiar wrote: Hi! The test file below contains a columnview table showing section headers. Export to HTML works OK: the asterisks inside the table are transformed into indentation. Export to LaTeX: asterisk pairs are interpreted as emphasis, resulti

Re: [Orgmode] latex-export + columnview: misinterpretation of section prefixes as emphasis

2010-05-31 Thread Thomas S. Dye
Thanks Juan. That's an interesting idea. I can't think of a way to do something equivalent, though others on the list might offer some possibilities. All the best, Tom On May 31, 2010, at 3:04 AM, Juan wrote: On Sun, May 30, 2010 at 09:06:53PM -1000, Thomas S. Dye wrote: Can I ask why yo

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread John Hendy
Thanks everyone -- placement = [H] was exactly what I needed. I went back and saw it in the manual paragraph as [h!]. Also, the mailing list discussion was perfect as well. One suggestion, then... why not just have a nice list of all possible ATTR_LaTeX options? I have killed myself before looking

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Nick Dokos
Nick Dokos wrote: > Figures (and tables) are floating environments: latex will place them > at or after the place where they are mentioned in the latex file, at > the first place where it finds space, consistent with the spec ([htb] > above). > Not quite right: depending on the spec, it *can* en

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Thomas S. Dye
Hi John, Roughly speaking, the larger the floating figure the farther it will float in LaTeX. If there is a large floating figure at the beginning of a group of figures, then the later ones will dam up behind it and get pushed to the back of the document. Often, changing figure size by

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Nick Dokos
John Hendy wrote: > > I've inspected the generated .tex file and this shows up where expected in > both picture instances: > > \begin{figure}[htb] > \centering > \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} > \caption{text here} > \end{figure} > Figures (and tables) are f

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread John Hendy
Just looked up what [htb] did and will definitely try that when I'm back at work tomorrow. Though not identical, I have two other emails out to the group that would be along these lines were this to be the solution. Namely: what's the best way to pass particular options to LaTeX from org-mode? Is

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Erik Iverson
### latex order ## I've inspected the generated .tex file and this shows up where expected in both picture instances: \begin{figure}[htb] \centering \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} \caption{text here} \end{figure} I have generated a pdf

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-19 Thread Carsten Dominik
On Mar 18, 2010, at 2:54 PM, Francesco Pizzolante wrote: Hi David, David Maus wrote: Took me a while to realize the problem with current implementation: If you already have a blank line between scheduled/deadline line and the content the newline forces extra spacing between scheduled/deadli

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Francesco Pizzolante
Hi David, > Yes, sorry, my brain's logical unit misfired. What I meant was > > , > | (unless (or (looking-at ".*\n[ \t]*\n") (looking-at ".*newline[ \t]*$")) > ` > > Translating to: insert /no/ \newline, if either (a) there is a empty > line beneath this line or (b) there is already a

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread David Maus
Francesco Pizzolante wrote: >Hi David, >> This cleary /is/ problem. Maybe we should catch these two cases >> (patch attached): >> >> , >> | (unless (and (looking-at ".*\n[ \t]*\n") (looking-at ".*newline[ >> \t]*$")) >> ` >> >> Insert \newline only if there is no paragraph separator.

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Francesco Pizzolante
Hi David, David Maus wrote: > Took me a while to realize the problem with current implementation: If > you already have a blank line between scheduled/deadline line and the > content the newline forces extra spacing between scheduled/deadline > and the following paragraph. I'm sorry if I wasn't c

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread David Maus
Francesco Pizzolante wrote: >The problem with the actual implementation is that it forces a newline in all >cases (both if you have text in the heading or not) which does not respect the >document class formatting that you've chosen. Took me a while to realize the problem with current implementati

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Francesco Pizzolante
Hi, Thanks for your remarks. >>> thanks for this. The reason why I put this is is to make sure that >>> text after that line will start >>> in a new line, and now flow into the scheduled/deadline line. For >>> example: >> >>> *** DONE My Task :Be

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-18 Thread Carsten Dominik
On Mar 17, 2010, at 9:00 PM, David Maus wrote: Carsten Dominik wrote: Hi Francesco, thanks for this. The reason why I put this is is to make sure that text after that line will start in a new line, and now flow into the scheduled/deadline line. For example: *** DONE My Task

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-17 Thread David Maus
Carsten Dominik wrote: >Hi Francesco, >thanks for this. The reason why I put this is is to make sure that >text after that line will start >in a new line, and now flow into the scheduled/deadline line. For >example: >*** DONE My Task :Be: >SC

Re: [Orgmode] LaTeX export > Avoid \newline command after timestampsX-Draft-From: ("nnimap+mc:INBOX.sncb")

2010-03-17 Thread Carsten Dominik
Hi Francesco, thanks for this. The reason why I put this is is to make sure that text after that line will start in a new line, and now flow into the scheduled/deadline line. For example: *** DONE My Task :Be: SCHEDULED: <2010-03-01 Mon>

Re: [Orgmode] latex export problem in HEAD

2010-03-04 Thread Carsten Dominik
Hi Erik, I have added \usepackage{latexsym} to the default packages that Org- mode will load. Thanks. - Carsten On Feb 28, 2010, at 5:10 PM, Erik Butz wrote: Hi all, I am getting an error when exporting to latex in the latest version in the repository if checkboxes are included in the doc

Re: [Orgmode] Latex export with python source code included.

2010-01-31 Thread Pierre de Buyl
If your scope is latex only, add #+LaTeX_HEADER: \usepackage{listings} and in the body of the document use #+LaTeX: \lstinputlisting{codefile.py} Pierre Le 31 janv. 10 à 11:40, Michael Bernhard Arp Sørensen a écrit : Hi all. How do I make sure that latex package "listings" is used and how do

Re: [Orgmode] Latex export format control - emphasis and radio link

2009-12-24 Thread Baptiste Fouques
Hi, thank you for having answered quickly my questions On Thu, Dec 24, 2009 at 9:31 AM, Carsten Dominik wrote: > first of all, why don't you just use not-a-lint instead of not_a_link? > Using underscore sort-of asks for problems in this context. Guess that I am not really looking for problems (

Re: [Orgmode] Latex export format control - emphasis and radio link

2009-12-24 Thread Carsten Dominik
Hi Baptiste, first of all, why don't you just use not-a-lint instead of not_a_link? Using underscore sort-of asks for problems in this context. Also, why do you want the links to be in typewriter font? This is unusual. Maybe instead of modifying org-emph-alist, you'd want to add to it and

Re: [Orgmode] [LaTeX-Export] Longtable and Caption

2009-12-03 Thread Carsten Dominik
Hi Ulf, it was my understanding that the caption command in longtable is different from the caption command in normal tables, in that it is a line that is printed over the table on each page - so I thought it always needs to be there. Is that not correct? - Carsten On Dec 2, 2009, at 8:

Re: [Orgmode] Latex export and label entries

2009-12-03 Thread Carsten Dominik
Hi, On Dec 2, 2009, at 2:51 PM, d.tc...@voila.fr wrote: Hi, I use org-export-latex to create latex powerdot file. I make adaptation of template defined for beamer class and it works quite well. I have a problem I would like to submit : By default in each section or slide (frame) environment,

Re: [Orgmode] latex export and beamer columns

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 10:05:06 +0100, Carsten Dominik wrote: [...] > > However, I guess the instructions you give are actually subtly > > incorrect? That is, from what you say above, using setq is not going > > to work because that doesn't invoke any hooks for the particular > > variables. Theref

Re: [Orgmode] latex export and beamer columns

2009-11-26 Thread Carsten Dominik
On Nov 26, 2009, at 9:16 AM, Eric S Fraga wrote: At Thu, 26 Nov 2009 00:25:21 +0100, Carsten Dominik wrote: On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote: Carsten, I am puzzled. I can get this to work (and it works very well indeed) but only if I set these variables through the custom

Re: [Orgmode] latex export and beamer columns

2009-11-26 Thread Eric S Fraga
At Thu, 26 Nov 2009 00:25:21 +0100, Carsten Dominik wrote: > On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote: > > > Carsten, > > > > I am puzzled. I can get this to work (and it works very well indeed) > > but only if I set these variables through the customisation interface > > in Emacs (custom

Re: [Orgmode] latex export and beamer columns

2009-11-25 Thread Carsten Dominik
On Nov 25, 2009, at 7:03 PM, Eric S Fraga wrote: At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: Hi Eric, tis works just fine for me. Here are the values of the two variables: org-emphasis-alist is a variable defined in `org.el'. org-export-latex-emphasis-alist [...] Carsten,

Re: [Orgmode] latex export and beamer columns

2009-11-25 Thread Eric S Fraga
At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: > > Hi Eric, > > tis works just fine for me. > > Here are the values of the two variables: > > org-emphasis-alist is a variable defined in `org.el'. > org-export-latex-emphasis-alist [...] Carsten, I am puzzled. I can get this to wo

Re: [Orgmode] latex export and beamer columns

2009-11-25 Thread Eric S Fraga
At Wed, 25 Nov 2009 07:28:36 +0100, Carsten Dominik wrote: > > Hi Eric, > > tis works just fine for me. > > Here are the values of the two variables: > > org-emphasis-alist is a variable defined in `org.el'. > Its value is > (("*" bold "" "") > ("/" italic "" "") > ("_" underline "" " span>")

Re: [Orgmode] latex export and beamer columns

2009-11-24 Thread Carsten Dominik
Hi Eric, tis works just fine for me. Here are the values of the two variables: org-emphasis-alist is a variable defined in `org.el'. Its value is (("*" bold "" "") ("/" italic "" "") ("_" underline "" "span>") ("=" org-code "" "" verbatim) ("~" org-verbatim "" "" verbatim) (";" org-verbat

Re: [Orgmode] latex export and beamer columns

2009-11-24 Thread Eric S Fraga
At Tue, 24 Nov 2009 09:59:20 +0100, Carsten Dominik wrote: [...] > > Hmm, I think one would still like to be able to make text > bold and italic as well? So I don't think one should use * or /. > How about the exclamation mark? > > I guess the easiest would be to add to the two variables org-e

Re: [Orgmode] latex export and beamer columns

2009-11-24 Thread Carsten Dominik
Hi Eric, On Nov 24, 2009, at 9:49 AM, Eric S Fraga wrote: Carsten, I've thought of one more thing that would be useful in an org to beamer exporter: beamer has the \alert{} command for highlighting text in a slide. It would be nice to have one or other of the *text* or /text/ constructs in or

Re: [Orgmode] latex export and beamer columns

2009-11-24 Thread Eric S Fraga
Carsten, I've thought of one more thing that would be useful in an org to beamer exporter: beamer has the \alert{} command for highlighting text in a slide. It would be nice to have one or other of the *text* or /text/ constructs in org translate to \alert{text}. I can, of course, type \alert{te

Re: [Orgmode] latex export and beamer columns

2009-11-24 Thread Eric S Fraga
At Tue, 24 Nov 2009 07:55:11 +0100, Carsten Dominik wrote: [...] > > 2. it would be nice to support the block environment in beamer. > > The problem I see here is that one might want to have blocks inside > a column, and maybe columns inside blocks. Is both > allowed/practical/often-used? I mu

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Carsten Dominik
On Nov 23, 2009, at 11:15 PM, Eric S Fraga wrote: At Mon, 23 Nov 2009 14:55:53 +0100, Carsten Dominik wrote: Hi Eric, I am now getting interested in beamer support. I think this is interesting enough to implement special support for making beamer slides. Excellent! Can I ask you to think

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Daniel Martins
Eric listed all (or almost all) "requirements" for exporting Beamer. Some of the mI encountered a few days ago. I decided to export the lists into latex and then converting by hand the rest of the presentation. I am also very happy that "Beamer" is becoming an official directive of org-mode. Car

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Eric S Fraga
At Mon, 23 Nov 2009 14:55:53 +0100, Carsten Dominik wrote: > > Hi Eric, > > I am now getting interested in beamer support. I think this is > interesting enough to implement special support for making beamer > slides. Excellent! > Can I ask you to think about it in general terms, what would be

Re: [Orgmode] latex export and beamer columns

2009-11-23 Thread Carsten Dominik
Hi Eric, I am now getting interested in beamer support. I think this is interesting enough to implement special support for making beamer slides. Can I ask you to think about it in general terms, what would be useful to have? One of the problems with your most recent solution for the c

Re: [Orgmode] latex export and beamer columns

2009-11-22 Thread Eric S Fraga
> At Sat, 21 Nov 2009 14:34:18 +0100, > Carsten Dominik wrote: > > Anything missing in Org that we should implement to support this > > better? Actually, going through the set of lectures I am currently preparing, I am finding that there is one thing missing that I haven't needed before in latex

Re: [Orgmode] latex export and beamer columns

2009-11-22 Thread Eric S Fraga
At Sat, 21 Nov 2009 14:34:18 +0100, Carsten Dominik wrote: > > Hi Eric, > > this looks very nice! I just tried beamer for the first time, > this is very simple now. Maybe I can drop powerpoint, at least > for some stuff. Thanks Carsten! Definitely drop powerpoint... I would highly recommend o

Re: [Orgmode] latex export and beamer columns

2009-11-22 Thread Eric S Fraga
At Sat, 21 Nov 2009 06:33:52 -1000, Thomas S. Dye wrote: > > On Nov 21, 2009, at 2:49 AM, Eric S Fraga wrote: > > > Recently, in September, there was a discussion about exporting org > > files to latex using the beamer class and generating slides with > > multiple columns: [...] > > Aloha Eric

Re: [Orgmode] latex export and beamer columns

2009-11-21 Thread Thomas S. Dye
On Nov 21, 2009, at 2:49 AM, Eric S Fraga wrote: Recently, in September, there was a discussion about exporting org files to latex using the beamer class and generating slides with multiple columns: http://article.gmane.org/gmane.emacs.orgmode/17546 No solution was presented at that time but I

Re: [Orgmode] latex export and beamer columns

2009-11-21 Thread Carsten Dominik
Hi Eric, this looks very nice! I just tried beamer for the first time, this is very simple now. Maybe I can drop powerpoint, at least for some stuff. I think we need a good beamer tutorial on Worg, including this column stuff, and some text about image treatment. Any volunteers? Anything mis

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Francesco Pizzolante
Carsten, >> OK. But the information in these 2 comments is correctly used to replace the >> alias (heading-c and heading-d) with the label generated by org during the >> export. See the last 2 references in my example: these references are >> correct. >> They thus have been correctly processed fro

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Carsten Dominik
On Nov 20, 2009, at 4:14 PM, Francesco Pizzolante wrote: Hi Carsten, --8<---cut here---start->8--- * First :PROPERTIES: :CUSTOM_ID: heading-a :END: Hello Toto! * Second # <> Hello Tata! * Third #+CUSTOM_ID: heading-c Hello Titi! * Fourth #+ID: heading

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Francesco Pizzolante
Hi Carsten, >> --8<---cut here---start->8--- >> * First >> :PROPERTIES: >> :CUSTOM_ID: heading-a >> :END: >> >> Hello Toto! >> >> * Second >> # <> >> >> Hello Tata! >> >> * Third >> #+CUSTOM_ID: heading-c >> >> Hello Titi! >> >> * Fourth >> #+ID: heading-d

Re: [Orgmode] LaTeX export of section links

2009-11-20 Thread Carsten Dominik
Hi Francesco, On Nov 20, 2009, at 12:34 PM, Francesco Pizzolante wrote: Hi, I have a few questions about links to sections. I've read that it is better to user IDs and CUSTOM_IDs to links to section... Here's a small example with 4 cases: --8<---cut here---start--

  1   2   >