Re: [O] Odd export of a selected tree

2011-09-08 Thread Thomas S. Dye
1 Test :export: > > > Is this expected? > > Thanks, Eythan Aloha Eythan, I believe the answer to your question is "yes". See http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-9 for an explanation. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Overall organization/setup for org mode: Projects and Tasks

2011-09-14 Thread Thomas S. Dye
p to the library, but I have to have a way to keep these organized to > jog my memory in planning my time in some loose sense. > > I do need to have a list of bills that I can access without having to sort > through the list of projects that are 3 months overdue.Almost every week I > have new insights into how to use tags, so perhaps I need to junk alot of the > tags I set up long ago. > > These thoughts are somewhat disconnected, and I apologize for this.  And I > would be grateful for any comments that would shed light on how to solve > these issues.  Alan Davis -- Thomas S. Dye http://www.tsdye.com

Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Thomas S. Dye
my work recently with a journal that puts captions below a table (and ends them with a period!). All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] would take more than an org-mode strip-down.

2011-09-30 Thread Thomas S. Dye
t up to do pretty much anything, replete with gui buttons, as Carsten has pointed out. A fancy setup might use an installer to download emacs and make certain that "emacs" on the command line points to the right executable. The ungainly "emacs -Q etc." command line could certainly be hidden behind a cool looking button on the Desktop, or some such thing. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] [PATCH] Re: Latex Export: Place Caption Below Table

2011-10-02 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Eric S Fraga writes: >> >> > Jakob Lombacher writes: >> > >> >> Hi, >> >> >> >> if I export a document to latex, the caption of a table is always on the >> >>

Re: [O] [PATCH] Re: Latex Export: Place Caption Below Table

2011-10-09 Thread Thomas S. Dye
Carsten Dominik writes: > On 3.10.2011, at 16:43, Nick Dokos wrote: > >> Eric S Fraga wrote: >> >>> t...@tsdye.com (Thomas S. Dye) writes: >>> >>>> Nick Dokos writes: >>> >>>>> The following patch (deliberately hidden

Re: [O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-12 Thread Thomas S. Dye
information contained in this message is confidential. It is intended to > be read only by the individual or entity named above or their designee. If > the reader of this message is not the intended recipient, you are hereby > notified that any distribution of this message, in any form, is strictly > prohibited. If you have received this message in error, please immediately > notify the sender and delete or destroy any copy of this message. > > -- Thomas S. Dye http://www.tsdye.com

Re: [O] Ways to make org feasible for huge files

2011-10-12 Thread Thomas S. Dye
g (for the > small and large files respectively). > *** Since OrgMode files are plain text files, this works great. This works for me, too. I use the archive facility. When I'm done with a tree in the small file, I C-c C-x C-a on the headline, which saves having to cut and paste. Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Wish: babel for python3

2011-10-15 Thread Thomas S. Dye
> >> > I’d love to have babel for python3. >> > >> > My first shot at it would just be ob-python.el with each mention of >> > python replaced by python3, but I hope that there is a more elegant >> > way… >> > >> > Is there a way to

[O] Bug passing tables to R code blocks?

2011-10-17 Thread Thomas S. Dye
Aloha all, I'm seeing some unexpected behavior when passing two tables into an R source code block. Things seem to work as expected when only one table is passed. In the following example, the header for the second table ends up on the first table when I evaluate the source code block. * R tab

Re: [O] Bug passing tables to R code blocks?

2011-10-18 Thread Thomas S. Dye
Eric Schulte writes: > Nick Dokos writes: > >> Thomas S. Dye wrote: >> >>> Aloha all, >>> >>> I'm seeing some unexpected behavior when passing two tables into an R >>> source code block. Things seem to work as expected when only

Re: [O] [RFC] Standardized code block keywords

2011-10-20 Thread Thomas S. Dye
ctions > > #+call: foo() > > #+lob: foo() > > [3] named data > > #+data: something > : something > #+results: something > : something > > etc... Hi Eric, named code blocks [1] "source" calling external functions [2] "call" named data [3] "object" My motivation for [3] "object" instead of the suggested alternates is the hope that it will be possible to name things like lists and paragraphs (that aren't results or data) and pass these objects to source code blocks. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Code block evaluation export bug ?

2011-10-20 Thread Thomas S. Dye
| table:style-name="OrgTblCellT"> | text:style-name="OrgTableHeadingLeft">c1 > | > | | text:style-name="OrgTableHeadingLeft">c2 > | > | > | > | > | > | | table:style-name="OrgTblCellTB"> | text:style-

Re: [O] [RFC] Standardized code block keywords

2011-10-21 Thread Thomas S. Dye
Eric Schulte writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Eric Schulte writes: >> >>>> [1] I have the same "annoying" feelings with #+SOURCE, #+SRCNAME, >>>> #+FUNCTION, >>>> #+CALL, #+LOB, and SBE, some of which are in

Re: [O] [RFC] Standardized code block keywords

2011-10-21 Thread Thomas S. Dye
; > Agreed, I was not aware of this work. Thanks for sharing. In this vein > I would like to voice my desire to be able to add captions to code > blocks, the lack of this feature has bitten me in the past. Hi Eric, For LaTeX export, the listings package has support for code block captions. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] Standardized code block keywords

2011-10-23 Thread Thomas S. Dye
Daniel Bausch writes: > Am Freitag, 21. Oktober 2011, 21:10:27 schrieb Thomas S. Dye: >> Eric Schulte writes: >> >>> I'm confused by [3] so I will say nothing for now, except to ask some >> >>> questions: are we talking about what a human w

Re: [O] [RFC] Standardized code block keywords

2011-10-25 Thread Thomas S. Dye
ite out intermediate results. AFAIK, there is no limit to this chaining behavior. I haven't run into an infinite loop doing either of these things, perhaps because I've not written a source code block that refers to its own results? hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] [RFC] Standardized code block keywords

2011-10-28 Thread Thomas S. Dye
rate: if you C-c C-c on the empty source block, you get: > > , > | * Conclusion > | > | #+begin_src latex > | > | #+end_src > | > | #+results: > | #+END_LaTeX > | #+BEGIN_LaTeX > ` > > Nick > > Versions: > Org-mode version 7.7 (release_7.7.485.gcfed6.dirty) > GNU Emacs 24.0.90.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0) of > 2011-10-27 > > > -- Thomas S. Dye http://www.tsdye.com

Re: [O] OT: collage of scripts

2011-10-30 Thread Thomas S. Dye
ur Ear? Translation and the Meaning of Everything, got a good review in the NYT Book Review this week. I'm not sure from the review if it gets to the heart of your rumination, but the author's proposal that translation "provides for some community an acceptable match for an utterance made in a foreign language" made me think of your post. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] FSF assignment

2011-11-02 Thread Thomas S. Dye
relevant Worg page: > http://orgmode.org/worg/org-contribute.html#contributors_with_fsf_papers > > Thanks! -- Thomas S. Dye http://www.tsdye.com

Re: [O] How to format really long #+ lines

2011-11-02 Thread Thomas S. Dye
#+HEADER: :var pokemon-table-gen-two=pokemon-table-gen-two :exports none #+begin_src clojure hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Video showing Jambunathan's ODT exporter

2011-11-03 Thread Thomas S. Dye
love it, though, and it could potentially bring more users to Org community. > > I've seen comments about an ODT import that I haven't had a chance to look > into yet. > > Cheers, > > Herb Wow. The translation into ODT looks terrific. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] zotero plain, org-odt, and citations in general

2011-11-10 Thread Thomas S. Dye
p" > E7232HE2 => Key of the selected item. > > [4] For locating zotero.sqlite and querying it with Sqlite Manager see > - https://www.zotero.org/utils/dbfix/ > - http://kimmonsdesign.com/node/24 > > [5] http://cogsci.nl/software/qnotero > http://www.cogsci.nl/blog/tutorials/97-writing-a-command-line-zotero-client-in-9-lines-of-code > http://files.cogsci.nl/software/gnotero/extras/gnotero_cmdline.py > > [6] See the attached zotero-libreoffice.odt Aloha Jambunathan, For examples of Org-mode files that use bibtex, the following might be helpful. A tutorial of sorts: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17 A piece of reproducible research: https://github.com/tsdye/LKFS hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Org-mode as a replacement for LaTeX

2011-11-14 Thread Thomas S. Dye
> >> 2011/6/30 Carsten Dominik : >>> >>> On 30.6.2011, at 08:35, Thomas S. Dye wrote: >>> >>>> Aloha Karl, >>>> >>>> I agree that AucTeX is awesome.  I use it every day at work with much >>>> pleasure. >>>&g

Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"

2011-11-15 Thread Thomas S. Dye
ntroduction to working with code blocks on Worg and update the syntax > as appropriate. http://orgmode.org/worg/org-contrib/babel/intro.html > > Thanks for the offer! -- Eric > >> >> Torsten -- Thomas S. Dye http://www.tsdye.com

Re: [O] [ANN] Org Elements in contrib

2011-11-22 Thread Thomas S. Dye
t; > 1. "#+label:" keywords are deprecated in favor of "#+name:". Though, > for now, "label" is still considered as a synonym of "name". > > 2. Protected HTML snippets (like @) are no longer supported, as > they were too specific. > > Instead, a general mechanism to inline back-end specific commands > is created. Thus, the HTML back-end will see "some text<\b>" > while the LaTeX one will only see "some text" if the buffer > contains: > > @html{}some text@html{<\b>} > > Syntax is heavier, but a configurable variable allows to define > shortcuts, allowing to reduce it to, for example, @h{}. No > shortcut is provided by default. > > Also, the syntax is experimental, and may change if proven to be > inadequate. > > > I will commit a generic exporter built on top of Elements, along with > a LaTeX back-end, in a couple of days. > > Feedback is welcome. > > > Regards, -- Thomas S. Dye http://www.tsdye.com

Re: [O] org2info, docu workflow

2011-11-24 Thread Thomas S. Dye
ransferred into info and other > formats, what the recommended workflow would be in this case? > > Exists an exporter from org into info? > > Thanks, > > Andreas > > -- > http://launchpad.net/python-mode > http://launchpad.net/s-x-emacs-werkstatt/ > > > > > -- Thomas S. Dye http://www.tsdye.com

Re: [O] HTML5 Backend

2011-11-24 Thread Thomas S. Dye
> eventually replacing it, I guess).  I've looked around and can't find > anything describing the internals of Org-mode; are there any starting points, > or should I just crack open the code?  Anything particularly non-obvious to > keep in mind while writing the HTML5 backend? > > - Pavel Panchekha > -- Thomas S. Dye http://www.tsdye.com

[O] [PATCH] Add tikzDevice support to ob-R

2011-11-26 Thread Thomas S. Dye
Aloha all, The attached patch adds tikzDevice support to ob-R. It requires that the tikzDevice package be available to R, so it must be installed and loaded. Something like the following code in .Rprofile will load the package by default: old <- getOption("defaultPackages") options(defaultPacka

Re: [O] Org as a publishing framework, where to start?

2011-12-02 Thread Thomas S. Dye
ready beautiful LaTeX layouts to study from that could be > used from org? > Sorry about the ignorance, I might even be using the wrong terms here, the > issue is that there's way too much information spread around, and I > don't know where to start. > Thanks,Marcelo. -- Thomas S. Dye http://www.tsdye.com

Re: [O] babel: tblname not being expanded into function/var

2011-12-07 Thread Thomas S. Dye
.11, and I was pulling my > hair out trying to > get this problem fixed, and it suddenly went away! This indicates to > me that it could be a > transient problem like having some temp files laying around or > something like that. > > Any advice or help is appreciated!! > > Thanks, > --Nate > > -- Thomas S. Dye http://www.tsdye.com

Re: [O] borders around source blocks in pdf?

2011-12-11 Thread Thomas S. Dye
See http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12 For results blocks, the LaTeX framed package might be useful. See http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10-2 hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bibliographic references

2011-12-16 Thread Thomas S. Dye
rom Org-mode to LaTeX, then use tex4ht to convert to html. This leverages the bibtex capabilities and yields nicely formatted bibliographies in html. hth, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Bibliographic references

2011-12-16 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Of course, this just handles the in-text part for formats other than >> LaTeX. LaTeX uses bibtex or biblatex to compile the list of >> references. I don't know how to accomplish this in ODT. For html, I >> expo

Re: [O] Bibliographic references

2011-12-16 Thread Thomas S. Dye
Alan L Tyree writes: > On 17/12/11 11:25:36, Thomas S. Dye wrote: >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > >> >> Of course, this just handles the in-text part for formats other >> than >> >> LaTeX. LaTeX uses bibte

Re: [O] [PATCH] Manual: Consistently use 'Org mode'

2011-12-17 Thread Thomas S. Dye
Julian Gehring writes: > Manual: Consistently use 'Org mode' > > * doc/org.texi: Use 'Org mode' instead of alternatives like > 'Org-mode' or 'org-mode', as suggested in Phil's notes > ('doc/Documentation_Standards.org'). &

Re: [O] [DEV] Package org-find-timestamps on worg

2011-12-17 Thread Thomas S. Dye
Marc-Oliver, Neat idea! The follow option makes it convenient to step through results. Org-find-timestamps is going to be super useful. Many thanks, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [Orgmode] org-latex and figures

2011-01-27 Thread Thomas S. Dye
Hi Andrea, There is no default that will work in all situations. A default of [ptb] will typically generate some pages with just a figure and lots of white space. I make a lot of latex documents and I find the path of least resistance is to use a default of [htb!] and pay attention to t

Re: [Orgmode] org-latex and figures

2011-01-28 Thread Thomas S. Dye
On Jan 28, 2011, at 5:56 AM, Eric S Fraga wrote: Chris Malone writes: Hi Andrea, I'm inclined to agree with Tom - there is no default that will work in all instances. That being said, you can use an #ATTR_LATEX line to modify the placement for each image - see here: http://orgmode.org

Re: [Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-28 Thread Thomas S. Dye
On Jan 28, 2011, at 1:40 PM, Nick Dokos wrote: Michael Broschinsky wrote: I have a small test document: #+TITLE: Title This is normal text. =This is teletype text.= ~This is verbatim text.~ When I choose the LaTeX export option and inspect the LaTeX output, I see that both the text mark

Re: [Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-29 Thread Thomas S. Dye
On Jan 29, 2011, at 7:42 AM, Michael Broschinsky wrote: On Fri, Jan 28, 2011 at 5:14 PM, Thomas S. Dye wrote: On Jan 28, 2011, at 1:40 PM, Nick Dokos wrote: Michael Broschinsky wrote: I have a small test document: #+TITLE: Title This is normal text. =This is teletype text.= ~This

[Orgmode] [PATCH] Document org-export-latex-use-verb

2011-01-29 Thread Thomas S. Dye
0001-Document-org-export-latex-use-verb.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 mailing list Please use `Reply

[Orgmode] [PATCH] Distinguish = and ~ delimiters in LaTeX export

2011-01-29 Thread Thomas S. Dye
Aloha all, The default value of org-export-latex-emphasis-alist treats the = and ~ delimiters as \\verb. Both settings are ignored because org-export- latex-use-verb is nil by default. The = and ~ delimiters produce \texttt{} instead of \verb. This patch distinguishes = and ~ by changin

Re: [Orgmode] [PATCH] Distinguish = and ~ delimiters in LaTeX export

2011-01-30 Thread Thomas S. Dye
On Jan 30, 2011, at 5:30 AM, Carsten Dominik wrote: Aloha Tom, On Jan 29, 2011, at 7:40 PM, Thomas S. Dye wrote: Aloha all, The default value of org-export-latex-emphasis-alist treats the = and ~ delimiters as \\verb. Both settings are ignored because org- export-latex-use-verb is nil

Re: [Orgmode] Re: [PATCH] Distinguish = and ~ delimiters in LaTeX export

2011-01-30 Thread Thomas S. Dye
On Jan 30, 2011, at 7:49 AM, Sébastien Vauban wrote: Hi Thomas, "Thomas S. Dye" wrote: The default value of org-export-latex-emphasis-alist treats the = and ~ delimiters as \\verb. Both settings are ignored because org-export- latex-use-verb is nil by default. The = and ~

Re: [Orgmode] Strange behaviour of produced latex-pdf

2011-02-02 Thread Thomas S. Dye
On Feb 2, 2011, at 1:30 AM, Martin Weigele wrote: Dear all, have encountered the following strange behaviour in producing latex- pdf from a standard outline, C-c C-e d . One of many top nodes is seemingly arbitrarily not broken down into subnodes. It works fine, however, when producing htm

Re: [Orgmode] Strange behaviour of produced latex-pdf

2011-02-02 Thread Thomas S. Dye
On Feb 2, 2011, at 12:53 PM, Martin Weigele wrote: Am Mittwoch, 2. Februar 2011, um 23:26:05 schrieb Eric S Fraga: "Thomas S. Dye" writes: On Feb 2, 2011, at 1:30 AM, Martin Weigele wrote: Dear all, have encountered the following strange behaviour in producing latex- pdf from

Re: [Orgmode] Problems with source code listings in PDF

2011-02-08 Thread Thomas S. Dye
On Feb 8, 2011, at 4:59 AM, Avdi Grimm wrote: I'm working on creating a PDF eBook with Org-Mode, and I'm running into some difficulty getting them to come out looking decent. I've followed the directions I found in the list archives for outputting colorized source code listings. I set org-expo

Re: [Orgmode] org-add-link-type

2011-02-12 Thread Thomas S. Dye
Aloha Bastien, 0001-lisp-org.el-Documentation-change-for-org-add-link-ty.patch Description: Binary data All the best, Tom On Feb 12, 2011, at 12:39 PM, Bastien wrote: Hi Thomas, "Thomas S. Dye" writes: Thanks for looking at this. The problem isn't that the descript

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Thomas S. Dye
Aloha Gary, I would be interested in a way to set export defaults globally for my .org files. All the best, Tom On Feb 13, 2011, at 8:57 AM, Gary Oberbrunner wrote: On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira wrote: You can use auto-insert for this. I guess I'm really n

[Orgmode] org-caption-shortn

2011-02-16 Thread Thomas S. Dye
Aloha all, I stumbled across code in org-exp.el and org-latex.el that appears to my untrained eye to be designed to parse the optional argument to the LaTeX \caption command. This bit in org-exp.el appears to parse out the optional command: (when (string-match "\\[\\(.*\\)\\]{\\(

Re: [Orgmode] org-caption-shortn

2011-02-17 Thread Thomas S. Dye
variable. I can try to look for it, but I have to tell you that the lisp code to org-mode looks like magic spells to my untrained eye. All the best, Tom 0001-lisp-org-latex.el-Enable-optional-argument-to-LaTeX-.patch Description: Binary data On Feb 16, 2011, at 6:23 PM, Thomas S. Dye

Re: [Orgmode] org-caption-shortn

2011-02-17 Thread Thomas S. Dye
42 AM, Thomas S. Dye wrote: Aloha all, First, apologies for my rudimentary programming skills. The attached patch partially answers the query I posed earlier: the shortn argument was ignored except for the wrapfigure environment. The attached patch makes other environments aware of s

Re: [Orgmode] [babel] Passing an org table block to Eric Schulte's booktabs function

2011-02-21 Thread Thomas S. Dye
Aloha Jeff, Do the instructions here work for you? http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12_1 hth, Tom On Feb 21, 2011, at 9:34 AM, Jeff Horn wrote: I've recently tried getting pretty tables in LaTeX export using Eric Schulte's function from Worg: http://orgmode

[Orgmode] [PATCH] Optional caption argument

2011-02-22 Thread Thomas S. Dye
Aloha all, The attached patches activate some dormant code that handles an optional argument to #+CAPTION:. An example of use is also added to org.texi. With these patches, Org-mode now recognizes a caption of the form: #+CAPTION: [Short caption for list of figures]{Long caption for table

Re: [Orgmode] Latex custom Title page question

2011-02-23 Thread Thomas S. Dye
On Feb 23, 2011, at 9:30 AM, Luke Crook wrote: I have successfully created a custom title page which I have used to replace the default version created by org-mode. Per http://orgmode.org/worg/org-tutorials/org-latex-export.html "11.2 Titles and Title Page Layout". However my title page contai

Re: [Orgmode] Changing star character

2011-02-26 Thread Thomas S. Dye
Aloha Javier, On Feb 26, 2011, at 10:54 AM, Javier M Mora wrote: On 26/02/11 16:36, Bastien wrote: Hi Javier, Javier M Mora writes: If I can change star symbol from "*" char to "%" char (comment mark in LaTeX). It become possible. Is it possible? No. Is there a variable to change st

Re: [Orgmode] Re: [BUG] ? Stray \end{LIST} in latex export

2011-02-27 Thread Thomas S. Dye
On Feb 27, 2011, at 12:47 PM, Nicolas wrote: Hello, Jeff Horn writes: I noticed this last week and can reproduce it. I was just preparing a bug report on this very problem, and my test file is similar to yours. Minimal org setup. Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty) GNU

[O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-02-28 Thread Thomas S. Dye
Aloha Suvayu, I haven't looked into this in depth, but I think your problem might come from loading amssymb and amsmath. LaTeX is complaining that something is already defined; the AMS packages are a prime suspect here. Perhaps you could inhibit amssymb? All the best, Tom On Feb 28, 20

Re: [O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-03-01 Thread Thomas S. Dye
Aloha Carsten, Does Org-mode use the wasysym package for its integral symbols? If not, potential clashes with the amsmath package could be avoided by loading it with the nointegrals option: \loadpackage[nointegrals] {wasysym}. This is a fairly standard way to load wasysym (which I shoul

[O] [PATCH]Optional argument to LaTeX caption command

2011-03-05 Thread Thomas S. Dye
Aloha all, I proposed a similar patch a few weeks ago, but it seems to have slipped through the cracks or was ignored. I'm proposing it again because Org-mode's handling of captions during LaTeX export is inconsistent and limiting. The optional argument to the LaTeX caption command is us

Re: [O] Questions on LaTeX Exporter

2011-03-05 Thread Thomas S. Dye
Aloha Rasmus, On Mar 5, 2011, at 10:50 AM, Rasmus wrote: Hi, I am trying to move more seriouse text tasks from AUCTeX to Org. Mostly because it allows me to link to pdf articles, and have * COMMENT in the same file. This would make you an "early adopter." I haven't been able to solve

Re: [O] Questions on LaTeX Exporter

2011-03-06 Thread Thomas S . Dye
Aloha Rasmus, On Mar 6, 2011, at 3:21 AM, Rasmus wrote: Hi, This would make you an "early adopter." Well, to be fair the latex exporter have been there for years and I have used it for non-important documents for years. But papers utilizing more features have proven difficult, so far.

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Thomas S. Dye
Aloha Lawrence, This is great. Thanks! Tom On Mar 7, 2011, at 4:00 AM, Lawrence Mitchell wrote: Rasmus wrote: However, I have noticed at least one non-acceptable issue. When using using English, LaTeX (via Babel or just default) full-stops (≈double space) will be inserted after dots. How

Re: [O] Questions on LaTeX Exporter

2011-03-07 Thread Thomas S. Dye
Aloha Lawrence, It does indeed work nicely. Thanks! Tom On Mar 6, 2011, at 11:46 PM, Lawrence Mitchell wrote: Thomas S. Dye wrote: [...] , | * section | #+latex: \label{sec:sec} ` But there /must/ be a better way to this, eh? Good point. It would be great to leverage

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Thomas S. Dye
Aloha Rasmus, On Mar 17, 2011, at 10:34 AM, Rasmus wrote: I can't translate it into anything that looks the quality of using MS Word and Adobe Flashpaper. Well, that sounds wrong. There are a number of blogs which publish templates. Look into them. For starters, look into the blog-roll at te

[O] Worg updating?

2011-03-17 Thread Thomas S. Dye
Aloha all, Changes I made to the LaTeX export tutorial several days ago haven't made their way to Worg yet. Is Worg updating? All the best, Tom

Re: [O] Worg updating?

2011-03-18 Thread Thomas S. Dye
Thanks Jason, Worg is magical. All the best, Tom On Mar 17, 2011, at 4:54 PM, Jason Dunsmore wrote: Erik Iverson writes: On 03/17/2011 05:34 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha all, Changes I made to the LaTeX export tutorial several days ago haven't made their w

Re: [O] Re: unnumbered subsections in latex export

2011-03-23 Thread Thomas S. Dye
On Mar 23, 2011, at 5:02 AM, Nick Dokos wrote: Bastien wrote: Hi Nick, Nick Dokos writes: Suvayu Ali wrote: This works too, but Lawrence's patch makes it much easier and probably works for other export formats too. Thanks a lot. :) No doubt Lawrence's patch can be extended to work f

Re: [O] Escaping to insert comments in exported text

2011-03-27 Thread Thomas S. Dye
Aloha Suvayu, I'd be inclined to use #+LaTeX: %text Alternatively (and perhaps more robustly with multiline comments) you could make certain to \usepackage{verbatim} and then use #+BEGIN_COMMENT text #+END_COMMENT following the example of block level markup here: http://orgmode.org/worg/org

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Thomas S. Dye
On Mar 27, 2011, at 6:45 AM, Nick Dokos wrote: Marcel van der Boom wrote: When writing I tend to think about org headings as 'handles' to a logical block of information, including its child blocks. Apparently my analogy clashes with what org-mode wants. I had my hopes on a customization o

Re: [O] Continuation of main section text after subsections

2011-03-27 Thread Thomas S. Dye
I'm not certain, but I don't think it's possible to solve the OP's problem in LaTeX. Tom On Mar 27, 2011, at 3:07 PM, Samuel Wales wrote: Perhaps we could have a tag like :noexport: except that it exports body. It does not export the header. Optionally, it would be replaced with a blank li

Re: [O] LaTeX export: inline markup underscore problem

2011-04-10 Thread Thomas S. Dye
Aloha Mauro, Please see http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17_2 All the best, Tom On Apr 9, 2011, at 6:55 AM, Mauro Rovezzi wrote: Dear all, I implemented the inline markup for latex export as suggested on Worg by Tom Dye: http://orgmode.org/worg/org-tutorials/

Re: [O] LaTeX export: inline markup underscore problem

2011-04-10 Thread Thomas S. Dye
work for the OP. All the best, Tom On Apr 10, 2011, at 10:08 AM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha Mauro, Please see http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17_2 Excuse the intrusion, but I don't see anything in there that looks like a solution t

Re: [O] LaTeX export: inline markup underscore problem

2011-04-10 Thread Thomas S. Dye
Thanks Nick. Feel free to change the LaTeX export tutorial as you see fit. All the best, Tom On Apr 10, 2011, at 3:44 PM, Nick Dokos wrote: Thomas S. Dye wrote: Aloha Nick, The code the OP cited passes desc to \cite{}. The code I pointed to passes path to \cite{}. It does this to get

Re: [O] LaTeX export: inline markup underscore problem

2011-04-11 Thread Thomas S. Dye
tutorial. All the best, Tom On Apr 11, 2011, at 3:55 AM, Mauro Rovezzi wrote: On Mon, Apr 11, 2011 at 3:44 AM, Nick Dokos wrote: Thomas S. Dye wrote: The code the OP cited passes desc to \cite{}. The code I pointed to passes path to \cite{}. It does this to get around the problem of esca

Re: [O] LaTeX export: inline markup underscore problem

2011-04-11 Thread Thomas S. Dye
. hth, Tom On Apr 11, 2011, at 8:54 AM, Mauro Rovezzi wrote: Hello Thomas, On Mon, Apr 11, 2011 at 6:58 PM, Thomas S. Dye wrote: Aloha Mauro, On my system I define a citep link: #+source: define-citep-link #+begin_src emacs-lisp :results silent (org-add-link-type "citep&q

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-20 Thread Thomas S. Dye
Hi Eric, This could be very useful and a significant enhancement to Org-mode for note taking. With it, library time can be spent almost entirely within Org-mode, capturing bibliographic information and taking reading notes. It feels like the right level of functionality-- lightweight and

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-21 Thread Thomas S. Dye
Hi Eric, On Apr 20, 2011, at 9:00 AM, Eric Schulte wrote: Hi Tom, "Thomas S. Dye" writes: Hi Eric, This could be very useful and a significant enhancement to Org-mode for note taking. With it, library time can be spent almost entirely within Org-mode, capturing bibliographic i

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-23 Thread Thomas S. Dye
d git am don't seem to cooperate. I have a library session scheduled next week and am looking forward to taking my reading notes, including bibtex entries, entirely with Org- mode. All the best, Tom On Apr 21, 2011, at 11:06 AM, Eric Schulte wrote: "Thomas S. Dye" writes

[O] org-bibtex.el

2011-04-25 Thread Thomas S. Dye
Hi Eric, This is fitting very nicely into my workflow. Thanks. Here are some reactions after a bit more experience with the package. It would be nice to be able to call org-bibtex-create with an option to fill in required and optional fields. I typically need a few optional fields and

[O] Footnotes in LaTeX export

2011-04-26 Thread Thomas S. Dye
Aloha all, I'm exporting a subtree to LaTeX and am having problems with footnotes. 1) If I enter a footnote with C-c C-x f everything works as expected in the Org-mode buffer, but on export the actual footnote is replaced by a message something like FOOTNOTE DEFINITION NOT FOUND. 2) I can

Re: [O] Footnotes in LaTeX export

2011-04-26 Thread Thomas S. Dye
Aloha Nicolas, I've been lazy about rebasing my patches, but will update and report back. What is an ECM? All the best, Tom On Apr 26, 2011, at 8:38 AM, Nicolas Goaziou wrote: Hello, "Thomas S. Dye" writes: I'm exporting a subtree to LaTeX and am having problems w

Re: [O] Footnotes in LaTeX export

2011-04-26 Thread Thomas S. Dye
Thanks Nick. My French, never very good, is apparently too rusty to decipher acronyms. I'll work out an ECM if the update doesn't fix the problem All the best, Tom On Apr 26, 2011, at 9:04 AM, Nick Dokos wrote: Thomas S. Dye wrote: What is an ECM? I don't know ho

Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-27 Thread Thomas S. Dye
Aloha Nick, Brilliant. Thanks! Tom On Apr 26, 2011, at 8:35 PM, Nick Dokos wrote: Robert Goldman wrote: 4. Modify the org-latex-to-pdf-process to ("pdflatex -interaction nonstopmode -output-directory %o %f" "makeindex -o %b.ind %b.idx" "pdflatex -interaction nonstopmode -output- dire

Re: [O] example or source blocks with captions

2011-04-27 Thread Thomas S. Dye
Aloha Neilen Marais, A while back I took a stab at an overly ambitious project that I've subsequently dropped. In that project I did manage to establish captions that work with org-special-blocks. What follows is a cut and paste job from the bones of the project that might help you solve

[O] Fwd: example or source blocks with captions

2011-04-28 Thread Thomas S. Dye
(forgot to cc the list) Begin forwarded message: From: "Thomas S. Dye" Date: April 28, 2011 5:42:32 AM HST To: Sébastien Vauban Subject: Re: [O] example or source blocks with captions Aloha Seb, On Apr 27, 2011, at 9:46 PM, Sébastien Vauban wrote: Hi Thomas, "Thomas S.

Re: [O] Footnotes in LaTeX export

2011-04-28 Thread Thomas S. Dye
Aloha Nicolas, On Apr 26, 2011, at 8:38 AM, Nicolas Goaziou wrote: Hello, "Thomas S. Dye" writes: I'm exporting a subtree to LaTeX and am having problems with footnotes. 1) If I enter a footnote with C-c C-x f everything works as expected in the Org-mode buffer, but on ex

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, Yep. It should be "One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts." Thanks for pointing this out. All the best, Tom On Apr 29, 2011, at 6:26 AM, Robert Goldman wrote: The document http://orgmode.org/worg/org-tutorials/org-latex-export.html

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
o the LaTeX export tutorial. All the best, Tom On Apr 29, 2011, at 6:51 AM, Robert Goldman wrote: On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: Aloha Robert, Yep. It should be "One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts." I don't /be

[O] [PATCH] org-bibtex, add crossref option to bibtex incollection

2011-05-01 Thread Thomas S. Dye
Aloha all, Org-bibtex is working out nicely. The crossref field was defined in org-bibtex, but not used. The attached patches add the crossref field to reference types that might use it. All the best, Tom 0002-lisp-org-bibtex.el-Added-crossref-field-to-other-fie.patch Description: Bin

Re: [O] Collaboration and settings --- was Re: bug in latex export tutorial?

2011-05-02 Thread Thomas S. Dye
Aloha Robert, I think this is an important issue. I haven't seen it addressed fully. There was a discussion on the mailing list a while back on how the complexity of configuration made org-mode difficult to adopt. This resulted in the short version of the manual, but not much in the way

Re: [O] Request for suggestions including source code

2011-05-04 Thread Thomas S. Dye
Aloha Robert, Have a look at the listings and minted packages. You can specify font size on a per-document or per-language basis. I believe listings has an option to wrap long lines (don't remember this for minted, though). The instructions here might be helpful: http://orgmode.org/worg/

Re: [O] Request for suggestions including source code

2011-05-04 Thread Thomas S. Dye
On May 4, 2011, at 11:59 AM, Robert Goldman wrote: On 5/4/11 May 4 -4:13 PM, Thomas S. Dye wrote: Aloha Robert, Have a look at the listings and minted packages. You can specify font size on a per-document or per-language basis. I believe listings has an option to wrap long lines

Re: [O] Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
Hi Nick, Without claiming to be a babel expert, :results graphics is a language- specific option used for e.g. R code blocks. You can find it documented in the appropriate language-specific sections. All the best, Tom On May 5, 2011, at 5:55 AM, Nick Dokos wrote: wrote: On 5/5/11 10

[O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
: Thomas S. Dye wrote: Hi Nick, Without claiming to be a babel expert, :results graphics is a language- specific option used for e.g. R code blocks. You can find it documented in the appropriate language-specific sections. OK - thanks for the clarification! It might be a good idea to note

Re: [O] [Patch] Documentation, was Re: Spurious source-code output?

2011-05-05 Thread Thomas S. Dye
ments, Specific header arguments @subsubsection @code{:var} The @code{:var} header argument is used to pass arguments to code blocks. -- 1.7.1 On May 5, 2011, at 9:09 AM, Nick Dokos wrote: Thomas S. Dye wrote: Hi Nick, Thanks for fixing the documentation link. Here is a patch that a

[O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Thomas S. Dye
\\begin{figure}%placement \\centering \\includegraphics[%attr]{%path} -\\caption{%labelcmd%caption} +\\caption%shortn{%labelcmd%caption} \\end{figure}") (t "\\includegraphics[%attr]{%path}"))) -- 1.7.1 -- Thomas S. Dye http://www.tsdye.com

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Thomas S. Dye
Bernt Hansen writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> With this patch, #+CAPTION: [Short caption]{Long caption.} in the >> Org-mode source exports to \caption[Short caption]{Long caption.} in the >> LaTeX export, which is, I think, as it should be. > >

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Thomas S. Dye
Bernt Hansen writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Bernt Hansen writes: >> >>> t...@tsdye.com (Thomas S. Dye) writes: >>> >>>> With this patch, #+CAPTION: [Short caption]{Long caption.} in the >>>> Org-mode sou

<    1   2   3   4   5   6   7   8   9   10   >