[Orgmode] listing org source blocks in LaTeX

2010-09-13 Thread Thomas S. Dye
Aloha all, Has anyone configured the listings package to recognize org source code blocks? On LaTeX export, I get this: \lstset{language=org} org-buffer-color() $\equiv$ \begin{lstlisting} #+LaTeX_CLASS_OPTIONS: [color] \end{lstlisting} The listings package throws an error when it sees l

[Orgmode] A LaTeX class for Org-mode export

2010-09-14 Thread Thomas S. Dye
Aloha all, I'd like to draw your attention to a LaTeX class that I put together in response to posts here about configuring the output of the LaTeX exporter. The class supports all of the Org-mode LaTeX default packages. It supports the standard LaTeX article class and the KOMA- script s

Re: [Orgmode] A LaTeX class for Org-mode export

2010-09-14 Thread Thomas S. Dye
Aloha Scot, Thanks for catching my errors. I've made the changes you indicated. If microtype is messing with cut and paste, you can remove it from the #+LaTeX_CLASS_OPTIONS: line and generate new pdf's (at least you can after everything is straight in .emacs). Alternatively, you can cut

[Orgmode] Worg link broken

2010-09-15 Thread Thomas S. Dye
Aloha all, My browser says the link to http://orgmode.org/worg/org-contrib/babel/examples/article-class.php in http://orgmode.org/worg/org-contrib/babel/uses.php appears to be broken. The corresponding link works in the org file, so I'm guessing that something has gone wrong on the Worg en

[Orgmode] #+source line in export

2010-09-19 Thread Thomas S. Dye
Aloha all, Is there a way to control export of the #+source line? I've been looking for a way to turn it off, especially in LaTeX export where it yields something like this: get-from-github() $\equiv$ I find the output of \equiv distracting (perhaps it is meaningful in a way I don't u

[Orgmode] Query for S. Vauban

2010-09-19 Thread Thomas S. Dye
Aloha Sebastian, While using the listings setup you sent to the list a while back, I found this line and wondered why you chose not to break long lines? breaklines=false, %!! don't break long lines of code The !! in the comment led me to believe you might have some strong reasons.

Re: [Orgmode] #+source line in export

2010-09-20 Thread Thomas S. Dye
zable for a while, but it has yet to rise to the top of the Babel task stack. Best -- Eric "Thomas S. Dye" writes: Aloha all, Is there a way to control export of the #+source line? I've been looking for a way to turn it off, especially in LaTeX export where it yields something l

Re: [Orgmode] Re: Query for S. Vauban

2010-09-20 Thread Thomas S. Dye
benefits to both approaches. Thanks for your help. All the best, Tom On Sep 19, 2010, at 9:51 PM, Sébastien Vauban wrote: Aloha Thomas, "Thomas S. Dye" wrote: While using the listings setup you sent to the list a while back, I found this line and wondered why you chose not to

Re: [Orgmode] #+source line in export

2010-09-20 Thread Thomas S. Dye
exportation of code block names. (setq org-export-latex-listings-w-names nil) This is something we've been meaning to make customizable for a while, but it has yet to rise to the top of the Babel task stack. Best -- Eric "Thomas S. Dye" writes: Aloha all, Is there a way to contro

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-20 Thread Thomas S. Dye
Hi John, Thanks for bringing this up. I like the idea of a worg/org-contrib/ babel/images directory and will put my images there. I suppose it doesn't have to be all one way or the other, but I can imagine a time down the road when the babel documentation directories become cluttered and

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Thomas S. Dye
Srinivas, I don't know what is causing that. I've never seen it before. Are you able to compile successfully with the times option (which doesn't use the inconsolata font?) All the best, Tom On Sep 21, 2010, at 4:44 PM, Srinivas wrote: Thomas S. Dye tsdye.com> writes:

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-21 Thread Thomas S. Dye
Aloha Srinivas, Good news. I'm not sure what you mean by "close," though. In the LaTeX world, a document is supposed produce the same output regardless of the platform or the output device. "Close" is typically not good enough. Feel free to ask questions when they arise. All the best, T

Re: [Orgmode] Re: Babel+gnuplot on Worg

2010-09-22 Thread Thomas S. Dye
Hi John, Good idea. I've given my image file a longer, more descriptive name. All the best, Tom On Sep 22, 2010, at 4:45 AM, John Hendy wrote: On Mon, Sep 20, 2010 at 1:08 PM, Thomas S. Dye wrote: Hi John, Thanks for bringing this up. I like the idea of a worg/org-contrib/

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-09-23 Thread Thomas S. Dye
s is given below: Its value is ("pdflatex -interaction nonstopmode %s" "pdflatex -interaction nonstopmode %s") - Srinivas --- On Wed, 9/22/10, Thomas S. Dye wrote: From: Thomas S. Dye Subject: Re: [Orgmode] Re: A LaTeX class for Org-mode export To: "Srinivas Pava

Re: [Orgmode] [PROPOSAL] Quick and easy installation instructions

2010-09-26 Thread Thomas S. Dye
On Sep 26, 2010, at 3:33 AM, Dan Davison wrote: I think that the documentation concerning installation should be made more user-friendly. My impression is that the Org manual makes all this sound much harder than it needs to be, and I suspect that this is an entry-barrier for new Org users. F

Re: [Orgmode] Can't find LaTeX under MAC

2010-09-27 Thread Thomas S. Dye
Aloha Chao, I have texlive 2010 installed on my Mac. This path works for me: Emacs set path to LaTeX binaries #+begin_src emacs-lisp :tangle yes (setenv "PATH" (concat (getenv "PATH") ":/usr/texbin")) (setq exec-path (append exec-path '("/usr/texbin"))) #+end_src HTH, Tom On Sep

Re: [Orgmode] Re: org-capture (lost PATCH?)

2010-09-28 Thread Thomas S. Dye
Aloha Jambunathan K., Please, don't leave the table to Carsten! The Org-mode community is full of exceptionally talented people, like Carsten, who choose to spend some of their time developing Org-mode because it is interesting, fun and wickedly useful. If your patch didn't generate the in

Re: [Orgmode] [babel] FEATURE REQUEST: send results into file

2010-09-29 Thread Thomas S. Dye
Aloha Rainer, Perhaps this will work? Eric Schulte wrote a function to make a LaTeX table out of an Org-mode table. You should be able to call it from within a LaTeX source block that tangles to a suitably named file. There is an added benefit in the support for booktabs rules, so you'll

Re: [Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-01 Thread Thomas S. Dye
On Sep 30, 2010, at 6:55 AM, Sébastien Vauban wrote: Hi Nick, Nick Dokos wrote: Sébastien Vauban wrote: Noorul Islam K M wrote: Sébastien Vauban writes: I've been taught of a weird observation: the page number indicated in the TOC of a PDFLaTeX output is wrong by one page... Quoting f

[Orgmode] How to modify org-export-latex-emphasis-alist

2010-10-03 Thread Thomas S. Dye
Aloha all, I use this patch locally to let the LaTeX url package typeset and break lines in long path names. Is there a way to make this change from my .emacs, so I can continue to use the Org-mode master branch and not my url branch? Or, is there a better way to implement this without

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Thomas S. Dye
On Oct 9, 2010, at 6:42 AM, Nick Dokos wrote: Carsten Dominik wrote: I am looking for a way out which will allow pdf compilation of Org work out of the box, and still allow texi2dvi to be used where possible. I have so far come up with two possible work-arounds and would like to hear if

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-10 Thread Thomas S. Dye
On Oct 9, 2010, at 9:05 PM, Carsten Dominik wrote: On Oct 9, 2010, at 7:25 PM, Thomas S. Dye wrote: On Oct 9, 2010, at 6:42 AM, Nick Dokos wrote: Carsten Dominik wrote: I am looking for a way out which will allow pdf compilation of Org work out of the box, and still allow texi2dvi to

[Orgmode] Documentation typo

2010-10-14 Thread Thomas S. Dye
Changes from table-export to master Modified doc/org.texi diff --git a/doc/org.texi b/doc/org.texi index 801bf12..03bb4fd 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -11281,7 +11281,7 @@ for information on the syntax of remote code block evaluation). @kindex C-c C-v l Code blocks

[Orgmode] [Babel] Library calls and begin_example

2010-10-15 Thread Thomas S. Dye
Aloha all, I'm working with Eric Fraga's GANTT chart code, posted here recently. I'd like to move it into the Library of Babel so I can call it from any Org-mode buffer. Here is the (modified) header: #+source: elispgantt #+begin_src emacs-lisp :var table=gantttest :results output late

Re: [Orgmode] A LaTeX class for Org-mode export

2010-10-16 Thread Thomas S. Dye
? I can think of a couple of things: - distribute it in contrib - advertise it in the manual - have it as one of the default classes in org-export-latex-classes But maybe you have other ideas? Cheers - Carsten On Sep 14, 2010, at 10:37 PM, Thomas S. Dye wrote: Aloha all, I'd like to

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: [Orgmode] Latex Export

2010-10-16 Thread Thomas S. Dye
s.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...@tsdye.co

[Orgmode] Exporting #+lob

2010-10-16 Thread Thomas S. Dye
Aloha all, This bit of an Org-mode buffer: #+begin_example #+lob: elispgantt(table=gantttesttable) :results output latex #+end_example is exported to LaTeX like this: \begin{lstlisting} : elispgantt(table=gantttesttable) \end{lstlisting} How can I get the header arguments (:results output lat

Re: [Orgmode] A LaTeX class for Org-mode export

2010-10-17 Thread Thomas S. Dye
On Oct 16, 2010, at 7:58 PM, Carsten Dominik wrote: Hi Tom, On Oct 16, 2010, at 7:08 PM, Thomas S. Dye wrote: Aloha Carsten, Thanks for your kind words. I'm having fun with org-article.cls and am happy to have Org support in the ways that you mention. Great. Would you like to make

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Thomas S. Dye
tt code to the library of babel distributed with Org-mode? If so I'm happy to handle the commit if you send me the code or a patch. "Thomas S. Dye" writes: Aloha all, This bit of an Org-mode buffer: #+begin_example #+lob: elispgantt(table=gantttesttable) :results output l

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Thomas S. Dye
Hi Eric, Thanks for asking about the Library of Babel. I'm still figuring out the best way to use it and welcome your advice. Here is the approach I've drafted. Do you think this is a reasonable way to go? The GANTT Emacs lisp code can either be placed in the buffer with the GANTT char

[Orgmode] documentation patch, Babel header arguments

2010-10-17 Thread Thomas S. Dye
Changes in HEAD Modified doc/org.texi diff --git a/doc/org.texi b/doc/org.texi index bd22ce9..84df413 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -456,6 +456,7 @@ Using header arguments * Buffer-wide header arguments:: Set default values for a specific buffer * Header arguments in

Re: [Orgmode] Exporting #+lob

2010-10-17 Thread Thomas S. Dye
ds the library of babel. Best -- Eric "Thomas S. Dye" writes: Hi Eric, Thanks for asking about the Library of Babel. I'm still figuring out the best way to use it and welcome your advice. Here is the approach I've drafted. Do you think this is a reasonable way to go?

Re: [Orgmode] org-export-latex-classes issue

2010-10-20 Thread Thomas S. Dye
On Oct 20, 2010, at 9:11 AM, chris.m.mal...@gmail.com wrote: Hi, I'm a n00b to Lisp and org-mode so please forgive me if the answer is obvious. I'm using version 7.01h of org-mode. I'm trying to set up a custom Latex class to use for preparing a document. Some Google searching showed that

Re: [Orgmode] org-export-latex-classes issue

2010-10-20 Thread Thomas S. Dye
org/org-contrib/babel/examples/article-class.php All the best, Tom On Oct 20, 2010, at 9:54 AM, Chris Malone wrote: Hi Tom, That fixed it - I figured it was something simple. Thanks! Chris On Wed, Oct 20, 2010 at 3:49 PM, Thomas S. Dye wrote: On Oct 20, 2010, at 9:11 AM, chris.m.mal...@gmail

Re: [Orgmode] How to handle titles for latex export, multiple subtrees in a single file?

2010-10-20 Thread Thomas S. Dye
On Oct 20, 2010, at 11:29 AM, Alan E. Davis wrote: I am keeping large files, with multiple subtrees, in accordance with recommendations/suggestions. A common roadblock for he has been that a #+TITLE directive in a file is not local to a subtree, at least so far as I have figured out. Wh

Re: [Orgmode] Setting up LATEX_HEADER properly.

2010-10-20 Thread Thomas S. Dye
Aloha Gerald, Perhaps the org-export-latex-classes variable is mis-configured. IIUC, the [EXTRA] macro needs to be present: If you need more control about the sequence in which the header is built up, or if you want to exclude one of these building blocks for a particular class, you can

Re: [Orgmode] specify font for pdf export?

2010-10-20 Thread Thomas S. Dye
On Oct 20, 2010, at 3:23 PM, Matt Price wrote: I have to submit documents for a grant application in Times New Roman 12 point font with margins of 3/4". Is it trivial to specify these values for the text in a pdf output? Also, is it ever possible to omit author, title, and date lines in

Re: RE [Orgmode] Re: Issues with org-mode and LaTeX export.

2010-10-21 Thread Thomas S. Dye
ow, I want to use different packages, for example \usepackage[latin9]{inputenc} \usepackage[T1]{fontenc} I think the those should be added automatically, and the encoding is determined by the org file's encoding. \usepackage[english, francais]{babel} I posted about this yesterday and I

Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Thomas S. Dye
Hi Matt, In LaTeX with the standard article class, I believe that \paragraph{} and \subparagraph{} are the sections that set the heading on the same line as the text. How you get that in the LaTeX output depends on how you've set org-export-latex-classes. All the best, Tom On Oct 26, 20

[Orgmode] Meetup/conference

2010-10-27 Thread Thomas S. Dye
Aloha all, This might be wildly impractical for most of you, but I'd be happy to facilitate an Org-mode conference at Keauhou Beach Resort in Kona, Hawaii. I organized a conference there for 150 archaeologists a few years ago and the facilities were perfect for a group that size. I don'

[Orgmode] Re: Org now fontifies code blocks

2010-10-28 Thread Thomas S. Dye
On Oct 28, 2010, at 1:10 AM, Dan Davison wrote: "Thomas S. Dye" writes: On Sep 9, 2010, at 12:35 PM, Dan Davison wrote: "Thomas S. Dye" writes: Hi Dan, Glad to know that Darlan's slowdown is fixed. No change here that I can tell. Now that I've had org-

Re: [Orgmode] Meetup/conference

2010-10-28 Thread Thomas S. Dye
On Oct 27, 2010, at 11:12 PM, Carsten Dominik wrote: On Oct 28, 2010, at 2:08 AM, Thomas S. Dye wrote: Aloha all, This might be wildly impractical for most of you, but I'd be happy to facilitate an Org-mode conference at Keauhou Beach Resort in Kona, Hawaii. I organized a confe

[Orgmode] Internal links in LaTeX export

2010-10-28 Thread Thomas S. Dye
Aloha all, The manual is silent about what happens to external links on export to LaTeX. I'm finding that internal links export to HTML and work as expected there. In the pdf file via LaTeX the internal links are colored, but aren't active. Is this the expected behavior or am I possibl

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Thomas S. Dye
On Oct 28, 2010, at 10:18 AM, Sébastien Vauban wrote: Hi Thomas, "Thomas S. Dye" wrote: The manual is silent about what happens to external links on export to LaTeX. I'm finding that internal links export to HTML and work as expected there. In the pdf file via LaTeX the int

[Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Thomas S. Dye
On Oct 28, 2010, at 11:01 AM, Jambunathan K wrote: "Thomas S. Dye" writes: On Oct 28, 2010, at 10:18 AM, Sébastien Vauban wrote: Hi Thomas, "Thomas S. Dye" wrote: The manual is silent about what happens to external links on export to LaTeX. I'm finding that inte

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Thomas S. Dye
On Oct 28, 2010, at 12:35 PM, Nick Dokos wrote: Thomas S. Dye wrote: On Oct 28, 2010, at 11:01 AM, Jambunathan K wrote: This is a regression. release-7.01h is good. HEAD is bad. I get the following line with release-7.01h. Links to \hyperref[sec-1]{Heading1} Jambunathan

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Thomas S. Dye
- The above setting solves the problem for me with the following simple Org file. * Heading1 Make this section as large as possible so that it fills atleast a page. * Heading2 Links to [[Heading1]] Jambunathan K. "Thomas S. Dye" writes: On Oct 28, 2010, at 12:35 PM, Nick Dokos wrote

Re: [Orgmode] markup for small caps ?

2010-10-31 Thread Thomas S. Dye
Aloha Sebastien, Arbitrary markup is possible, see http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 Using this approach [[latex:textsc][My small caps]] would export to LaTeX as \textsc{My small caps}. HTH, Tom On Oct 31, 2010, at 4:37 AM, Sébastien Mengin wrote: Hi, I w

Re: [Orgmode] abstract in exported latex and html

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 5:41 AM, Carsten Dominik wrote: On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here #+END_ABSTRACT: and have

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 7:43 AM, Dan Davison wrote: "Thomas S. Dye" writes: Aloha Sebastien, Arbitrary markup is possible, see http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 Using this approach [[latex:textsc][My small caps]] would export to LaTeX as \textsc{My

[Orgmode] Re: markup for small caps ?

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 9:53 AM, Dan Davison wrote: "Thomas S. Dye" writes: On Oct 31, 2010, at 7:43 AM, Dan Davison wrote: "Thomas S. Dye" writes: Aloha Sebastien, Arbitrary markup is possible, see http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12

[Orgmode] #+call ?

2010-10-31 Thread Thomas S. Dye
Aloha all, I'm expecting to see the file bar.pdf output. #+srcname: single-date #+begin_src R :results output :file foo.pdf library(ggplot2) z <- read.csv(file = x) g <- ggplot(z, aes(x=1950 + cal.BP, y=Posterior.probability)) g + geom_bar(stat='identity') + xlab("Year AD") + ylab("

[Orgmode] Re: #+call ?

2010-10-31 Thread Thomas S. Dye
On Oct 31, 2010, at 7:40 PM, Noorul Islam K M wrote: "Thomas S. Dye" writes: Aloha all, I'm expecting to see the file bar.pdf output. #+srcname: single-date #+begin_src R :results output :file foo.pdf library(ggplot2) z <- read.csv(file = x) g <- ggplot(z, a

[Orgmode] Re: #+call ?

2010-10-31 Thread Thomas S. Dye
Replying to his own message: I found Eric's reply. Sorry for the noise. All the best, Tom On Oct 31, 2010, at 8:21 PM, Thomas S. Dye wrote: On Oct 31, 2010, at 7:40 PM, Noorul Islam K M wrote: "Thomas S. Dye" writes: Aloha all, I'm expecting to see the file bar.pd

Re: [Orgmode] bibtex latex export

2010-11-01 Thread Thomas S. Dye
On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote: Hi there, I realize that there have been a lot of discussion on this topic; however, it is not clear to me how to resolve this issue. More specifically, org-latex-export does a good job convert org to latex, but for some reason bibtex isn'

Re: [Orgmode] abstract in exported latex and html

2010-11-01 Thread Thomas S. Dye
0em;"> #+STYLE: .abstract:before {content: "ABSTRACT: ";} Thomas S. Dye wrote: Alternatively, you could use the existing link syntax for this kind of markup. See http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 I'm all for using custom links to extend inlin

Re: [Orgmode] org-latex-export

2010-11-01 Thread Thomas S. Dye
On Nov 1, 2010, at 2:59 PM, Marvin Doyley wrote: Hi there, Is there anyway of tuning off the title and date options during export? it would be nice to able to switch these options off during export especially when the are blank (i.e. #+Title: or #+Date:) thanks M Aloha M, This was d

Re: [Orgmode] abstract in exported latex and html

2010-11-02 Thread Thomas S. Dye
special until you style it, it will just be wrapped in a element. Here are some sample style lines for your org document header (without line wraps): #+STYLE: .abstract {margin: 1em; padding: 1em; border: 1px solid black} #+STYLE: .abstract:before {content: "ABSTRACT: ";} Thomas S. Dye wro

Re: [Orgmode] [babel] do header arguments on call/function/lob evaluations work or not

2010-11-03 Thread Thomas S. Dye
Hi Eric, I don't think they work yet. See Eric Schulte's message to the mailing list on Oct. 27: Re: [Orgmode] org babel and alternative output file when using +call All the best, Tom On Nov 3, 2010, at 5:03 AM, Eric S Fraga wrote: Hello, short question as I seem to have got lost betwee

Re: [Orgmode] publishing a drawer

2010-11-03 Thread Thomas S. Dye
Aloha Jeff, On Nov 3, 2010, at 6:11 AM, Jeff Horn wrote: 2010/11/3 Łukasz Stelmach : Is it possible to publish drawer's content during export (both HTML and LaTeX)? I am creating a presentation with S5 and I'd love to have :LOGBOOK: (or :NOTES:) published as (or \note{} for Beamer). There

Re: [Orgmode] org table export to pdf pagination problem

2010-11-11 Thread Thomas S. Dye
On Nov 11, 2010, at 7:29 AM, Amit Sethi wrote: Hi all , I am newbie to the org-mode. I just today to create a pdf file from the org-table I had. However I found that the page did not paginate properly and only part of the data that was visible on the buffer was converted into pdf. I am attach

[Orgmode] [PATCH] Addition to Library of Babel

2010-11-11 Thread Thomas S. Dye
Add Eric Fraga's GANTT chart code to the Library of Babel. gantt.patch Description: Binary data Thomas S. Dye, Ph.D.T. S. Dye & Colleagues, Archaeologists, Inc.Phone: (808) 529-0866 Fax: (808) 529-0884http://www.tsdye.com ___ Emacs-orgmode mai

Re: [Orgmode] Business process diagrams in org-mode

2010-11-13 Thread Thomas S. Dye
Aloha Bart, On Nov 13, 2010, at 3:59 PM, Bart Bunting wrote: Hi All, This is a little bit of a vague question but was hopeing that someone may have some pointers. I am trying to create some business processes with both textual descriptions of the process in a table format with step numbers an

[Orgmode] #+BEGIN_EXAMPLE not exporting to LaTeX

2010-11-14 Thread Thomas S. Dye
Aloha all, The LaTeX exporter passes over #+BEGIN_EXAMPLE blocks. In the following example, "Absent" does not make it into the .tex file, but "Present" does. I'm expecting the #+BEGIN_EXAMPLE block to appear in the .tex file wrapped in a verbatim environment. --- cut here --

[Orgmode] Re: #+BEGIN_EXAMPLE not exporting to LaTeX

2010-11-14 Thread Thomas S. Dye
Aloha Nick and Bernt, Thanks for looking into this. It looks like I've broken something. All the best, Tom On Nov 14, 2010, at 10:34 AM, Bernt Hansen wrote: Nick Dokos writes: Thomas S. Dye wrote: "Present" does. I'm expecting the #+BEGIN_EXAMPLE block to appear

Re: [Orgmode] Business process diagrams in org-mode

2010-11-16 Thread Thomas S. Dye
On Nov 16, 2010, at 6:35 AM, Eric S Fraga wrote: Bart Bunting writes: Hi Eric, Thanks very much for the suggestion! I'm not familiar with dot but will invest some time to see if I can get my head around it. This sounds like a good solution. Perhaps just writing directly in dot will

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
On Nov 16, 2010, at 1:46 PM, Mario E. Munich wrote: Dear all, I am trying to use the org-article class created by Tomas Dye. As you might guess, I am having some trouble and thus the email. I am using emacs 23.1.1 on Ubuntu 10.10 and org-mode verision TAG=7.3. I have followed the instruct

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
Hi John, Apologies for having stupidly done some hacky development work on the master branch of org-article. You must have pulled this weekend when things were *really* unsettled. The errors you're getting now are ones I introduced but have since fixed. The python dependency is from a w

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
Aloha John and Mario, I've moved my buggy development efforts to a branch and you can now pull a stable version of Org-article if you're so inclined. All the best, Tom On Nov 16, 2010, at 7:11 PM, John Hendy wrote: On Tue, Nov 16, 2010 at 5:46 PM, Mario E. Munich wrote: Dear all, I am

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
Aloha Mario, Thanks for pointing this out. I've removed reference to the old five- step process. All the best, Tom On Nov 16, 2010, at 1:46 PM, Mario E. Munich wrote: - In worg, there is a page for Babel: http://orgmode.org/worg/org-contrib/babel/index.php and a corresponding Introductory

[Orgmode] Configuration query

2010-11-17 Thread Thomas S. Dye
Aloha all, This might be a naive query, but I'm wondering if there is some standard way to put the emacs configuration back to a previous state outside of the customization interface? I'm finding that I frequently work with Org-mode files that need different configurations. I typically h

Re: [Orgmode] org-article setup

2010-11-17 Thread Thomas S. Dye
to be sure it wasn't just my version. What am I goofing up? Thanks, John On Wed, Nov 17, 2010 at 12:58 AM, Thomas S. Dye wrote: Aloha John and Mario, I've moved my buggy development efforts to a branch and you can now pull a stable version of Org-article if you're so inclined.

Re: [Orgmode] org-article setup

2010-11-17 Thread Thomas S. Dye
l use this for! Just tried to help Mario figure things out :) John On Wed, Nov 17, 2010 at 3:40 PM, Thomas S. Dye wrote: Hi John, Perhaps this is missing: (require 'org-latex) Let me know if that fixes your problem and I'll add it to the instructions. All the best, Tom On

Re: [Orgmode] Configuration query

2010-11-18 Thread Thomas S. Dye
standard way to do this, which helps me on my way. Tom On Nov 18, 2010, at 4:03 AM, Jörg Hagmann wrote: M-x load-file RET .emacs ? On 11/17/10 10:19 PM, Thomas S. Dye wrote: Aloha all, This might be a naive query, but I'm wondering if there is some standard way to put the emacs configur

Re: [Orgmode] including images for tex export, how?

2010-11-18 Thread Thomas S. Dye
Aloha wzzl, What did your link look like? Org-mode will export links with descriptions as links, but links without descriptions wrapped in an includegraphics environment: http://orgmode.org/manual/Images-in-LaTeX-export.html#Images-in-LaTeX-export All the best, Tom On Nov 17, 2010, at 11

Re: [Orgmode] Configuration query

2010-11-18 Thread Thomas S. Dye
Aloha Nicolas, On Nov 18, 2010, at 12:07 PM, Nicolas Goaziou wrote: Hello, Thomas S Dye writes: I'm finding that I frequently work with Org-mode files that need different configurations. I typically have a #+begin_src emacs-lisp block in these files that I can execute with C-c C-

Re: [Orgmode] org-article & #+INCLUDE LaTex support

2010-11-19 Thread Thomas S. Dye
Aloha Srinivas, On Nov 19, 2010, at 8:08 AM, Srinivas Pavani wrote: Tom, I have been trying to use the org-article LaTEX setup to get consistent look and feel across my documents. I found out that if you insert the following lines directly in a file (test.org), the desired output is produce

Re: [Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-19 Thread Thomas S. Dye
Aloha Sébastien, Just a side comment on the LaTeX output of your example: it is usually not a good idea to put markup like \vspace in the .tex file. Commands like \vspace work there, but they defeat the document design of the style or class file. In the ideal case, commands like \vspace a

Re: [Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-19 Thread Thomas S. Dye
Aloha Séb, On Nov 19, 2010, at 12:02 PM, Sébastien Vauban wrote: Hi Thomas, "Thomas S. Dye" wrote: On Nov 19, 2010, at 10:26 AM, Sébastien Vauban wrote: *Same for PDF*: the lists in the VERSE environment are interpreted: --8<---cut here---start--

Re: [Orgmode] [PATCH] Preserve math environments in title when exporting to LaTeX

2010-11-21 Thread Thomas S. Dye
Aloha Richard and Carsten, Thanks very much for this improvement. Math appears to work as expected in the title and in figure captions. I haven't noticed any adverse effects yet, but I've spent most of my time admiring the well typeset titles :) All the best, Tom On Nov 20, 2010, at 11

Re: [Orgmode] org-article setup

2010-11-22 Thread Thomas S. Dye
works!!! Best regards, -Mario On Wed, Nov 17, 2010 at 1:40 PM, Thomas S. Dye wrote: Hi John, Perhaps this is missing: (require 'org-latex) Let me know if that fixes your problem and I'll add it to the instructions. All the best, Tom On Nov 17, 2010, at 11:07 AM, John Hendy wrote

Re: [Orgmode] Brian Gough of Network Theory Limited about Org Mode

2010-11-23 Thread Thomas S. Dye
Aloha all, For those of you without time to read the linked blog: Brian Gough publishes Free Software user manuals. What he says in the interview is that his favorite is the Org-mode manual, that he loves using Org-mode, and that he thinks Org-mode might be the most exciting project in th

Re: [Orgmode] Re: A LaTeX class for Org-mode export

2010-11-25 Thread Thomas S. Dye
Aloha Mike, Inconsolata is a pretty monospace font, but it appears it isn't widely distributed yet. Another drawback is that it doesn't have a bold face or an italics face. Many syntax highlighting schemes use these faces to distinguish comments, reserved words, etc., so Inconsolata is

Re: [Orgmode] What is your journaling setup? (was Re: Awesome! Date-tree from agenda!

2010-11-26 Thread Thomas S. Dye
Hi Tommy, I don't know if you've seen this, but I think Bernt Hansen's setup will answer most of your questions: http://doc.norang.ca/org-mode.html I found his web site to be extremely useful. AFAICT his setup state- of-the-art when it comes to keeping track of time in Org-mode. Tom On

[Orgmode] LaTeX export of lists

2010-11-27 Thread Thomas S. Dye
Aloha all, Is there an easy way to keep text following a list with the list, i.e, without a blank line following the list, during export? * List 1. First item 2. Second item Following text. Gets exported as: \section{List} \label{sec-1} \begin{enumerate} \item First item \item Second i

Re: [Orgmode] Re: LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha Richard, On Nov 27, 2010, at 8:40 PM, Richard Lawrence wrote: Hi Tom, Is there an easy way to keep text following a list with the list, i.e, without a blank line following the list, during export? * List 1. First item 2. Second item Following text. Gets exported as: \section{List}

[Orgmode] LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha all, The solution to my earlier query is this: * List 1. First item 2. Second item Following text. This works for lists set in a paragraph, but won't work for lists set out by themselves. Richard's \noindent will work in these situations, but I'm wondering why the empty line is the

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 outsi

[Orgmode] Re: [patch] LaTeX export of lists

2010-11-28 Thread Thomas S. Dye
Aloha Nicolas, On Nov 28, 2010, at 5:54 AM, Nicolas Goaziou wrote: Thomas, Could you please test this patch and tell me if it breaks something? Regards, -- Nicolas <0001-Exporting-lists-to-LaTeX-respects-blank-lines.patch> This works perfectly for me. Thanks! All the best, Tom _

Re: [Orgmode] [org-babel] R, :session and empty line in #+results

2010-12-01 Thread Thomas S. Dye
Aloha Bernd, On Nov 30, 2010, at 1:23 PM, Bernd Weiss wrote: Dear all, I would like to use R objects across/among code blocks. Therefore, I included the header argument ":session" which then produces the following results: #+BEGIN_SRC R :results output :session x <- 1 x x + 1 #+END_SRC

Re: [Orgmode] Bug: M-return on list items in quote blocks

2010-12-02 Thread Thomas S. Dye
Aloha all, On Dec 2, 2010, at 12:08 AM, Christian Moe wrote: Hi, Within quote blocks, M-return on a list item does not insert a new list item, as expected, but a heading at the same level as the previous heading. Example: - * A heading Pressing M-return in the following list i

Re: [Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Thomas S. Dye
Aloha Sunny, On Dec 1, 2010, at 11:05 PM, Sunny Srivastava wrote: Hello Org-moders: I am trying to use org-mode, instead of Sweave, to write a report for a statistical analysis. During the process of writing, I prefer to export the org file to pdf to see the output (for sanity check). Ho

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Thomas S. Dye
Hi Eric, On Dec 2, 2010, at 1:13 PM, Eric S Fraga wrote: "Eric Schulte" writes: Hi, Dan Davison, Tom Dye, Carsten Dominik and myself have been working on a paper introducing Org-mode's code block functionality. We plan to submit this paper to the Journal of Statistical Software. As bot

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-03 Thread Thomas S. Dye
Hi Eric, On Dec 3, 2010, at 2:26 AM, Eric S Fraga wrote: "Thomas S. Dye" writes: Hi Eric, On Dec 2, 2010, at 1:13 PM, Eric S Fraga wrote: [...] and each is nicely self-contained. I am a little surprised at the choice of journal, mind you... [...] Would you recommend

Re: [Orgmode] exporting as latex sections

2010-12-04 Thread Thomas S. Dye
Aloha Suvayu, On Dec 3, 2010, at 4:26 PM, suvayu ali wrote: Hi org-mode users, I have been collaborating on a big (many contributors) paper. For all my various contributions to the paper I need to provide the latex source as a section of a latex document. Is there some way I can export to late

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-04 Thread Thomas S. Dye
Aloha Detlef, On Dec 2, 2010, at 9:58 PM, Detlef Steuer wrote: Hi! I very much appreciate your article as a nice introduction to org- babel and its uses. As I'm going to introduce my colleagues into the nice world of org-babel giving a talk sometime next term I'll shamelessly steal from your

Re: [Orgmode] TYPO in manual for =:noweb= header argument

2010-12-05 Thread Thomas S. Dye
Aloha Chris, Thanks for pointing this out. I believe that was fixed in the changes submitted by Brian Gough recently. I'm not sure how long it will take Brian's changes to appear online. All the best, Tom On Dec 5, 2010, at 11:40 AM, chris.m.mal...@gmail.com wrote: Hi, In section 14.8

Re: [Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Thomas S. Dye
Hi Dan, Emacs configuration is one of the highest barriers to entry for potential adopters of Org-mode, IMO. The idea of context-sensitive configuration is potentially terrific. It gets the user to work more quickly than would otherwise be the case. The problem I've run into is that ex

Re: [Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Thomas S. Dye
On Dec 6, 2010, at 8:07 AM, Achim Gratz wrote: "Thomas S. Dye" writes: Emacs configuration is one of the highest barriers to entry for potential adopters of Org-mode, IMO. The idea of context-sensitive configuration is potentially terrific. It gets the user to work more quickly

  1   2   3   4   5   6   7   8   9   10   >