[Orgmode] Latex Export

2010-10-16 Thread Chris Malone
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 LaTeX export; I only have the following:

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

2010-10-20 Thread Chris Malone
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.com wrote: > > Hi, >> >> I'm a n00b to Lisp and org-mode so please forgive me if the answer is >> obvious. I'm us

Re: [Orgmode] Tweaking org-laxtex-export-classes

2010-10-22 Thread Chris Malone
Hi Marvin, One hackish work around is to set the title to an empty string #+TITLE: This sets \title{} in the preamble and omits the \maketitle command. Then after including all of your #+LATEX_HEADER's you could add the following LaTeX commands where you want to produce the title: #+LATEX: \ti

[Orgmode] LaTeX export of list broken?

2010-11-15 Thread Chris Malone
Hi, 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 same emacs version. Any idea what is g

[Orgmode][babel]: Broken Link in Babel Intro page?

2010-12-02 Thread Chris Malone
Hi, In the section entitled *Code Blocks in Babel* on the [[ http://orgmode.org/worg/org-contrib/babel/intro.php][Worg Babel Intro page]], it is listed that there are =header-arguments=, which can be added to a src block to control its evaluation and output. It then provides a link to a [[http:/

[Orgmode] Working with =src= blocks :results header argument

2010-12-05 Thread Chris Malone
Hi, I've been looking through the manual to get more familiar with Babel and using source code in general. Below is a simple example, which I'm not sure is working as intended. #+tblname: example-table | 1 | a | | 2 | b | | 3 | c | | 4 | d | #+begin_src emacs-lisp :var data=example-table[-3,1]

Re: [Orgmode] [Babel] The first line of the code blocks disappears in the tangled file

2010-12-08 Thread Chris Malone
Hi Seb, I can't say that I understand the problem, but I can reproduce it - any line right after the #+begin_src org :results latex is being stripped upon tangle. Not sure if it helps or not, but I'm using org-mode version 7.3 =release_7.3.89.g97f4c.dirty= with emacs 22.2.1. Chris 2010/12/8 Séb

Re: [Orgmode] A python module for orgmode files

2010-12-13 Thread Chris Malone
I guess the real question is: did you write the org-mode-parsing Python code using org-mode? ;-) Looks promising, and I'll see if there is anything I can contribute, although I am currently more familiar with Python than org-mode. Chris On Mon, Dec 13, 2010 at 6:57 PM, Jeff Horn wrote: > Thank

[Orgmode] Short title in beamer export

2011-01-05 Thread Chris Malone
Hi, Is there an org-mode way to use a short title for export to beamer? Some of the beamer templates (or manual setting) show the title of the talk in a footer or header, but the box-size is often too small. To counter-act this issue, the LaTeX \title command takes an optional short title, which

Re: [Orgmode] Short title in beamer export

2011-01-05 Thread Chris Malone
Chris, > > Perhaps this will work: > > #+begin_latex > > \title[XRBs in Multi-d]{Multidimensional Simulations of Convection > Preceding Type I X-ray Bursts} > #+end_latex > > hth, > Tom > > > On Jan 5, 2011, at 11:19 AM, Chris Malone wrote: > >

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Henri-Paul, I'm running =org-version= 7.3 (release_7.3.89.g97f4c.dirty) I don't have anything in my .emacs about the beamer latex class - it just works. The only =org-export-latex-classes= statements that I have are with some latex classes that I have made myself. What does your .tex output

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Bill, I would try upgrading to a newer version of =org-mode= - a lot of things have been improved since the writing of the version you have. By default, in the newer versions, the \maketitle command should be added to the beginning of your .tex file automatically. Upgrade and see if this fixe

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Bill, I too have never found a good solution for the @ problem, but as Eric mentioned there has been some talk about his problem recently in the message list. Glad to hear updating fixed the other issues. Chris On Wed, Jan 19, 2011 at 5:43 PM, Bill Moran wrote: > Hi Chris, Jeff > &

Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-19 Thread Chris Malone
Hi Andrea, I'm not sure of the answers to your queries. These questions seem more Beamer related than org-mode. That said, you may have more luck asking on a TeX/LaTeX forum such as http://tex.stackexchange.com/ Sorry I couldn't be of more use :-/ Chris On Wed, Jan 19, 2011 at 5:51 PM, Andrea

Re: [Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Chris Malone
Hi Andrea, Here I can help some :). What I have done in the past is take advantage of the fact that org-mode will close a beamer =columns= environment if the column width is set to 0 (or 1): -- ** What is a T

Re: [Orgmode] Re: [BEAMER] make text fit in a slide

2011-01-20 Thread Chris Malone
to combine the two to do what you are asking. Chris On Thu, Jan 20, 2011 at 12:17 PM, Andrea Crotti wrote: > Chris Malone writes: > > > Hi Andrea, > > > > Here I can help some :). > > > > What I have done in the past is take advantage of the fact that org-mo

[O] latex short caption broken?

2011-06-30 Thread Chris Malone
27;m using version =org-version= 7.3. This is a minimal non-working example: --- #+TITLE: mnwe.org #+AUTHOR:Chris Malone #+EMAIL: x #+DATE:

Re: [O] latex short caption broken?

2011-07-01 Thread Chris Malone
Hi Bastien and Suvayu, Hmm...somehow my cron job on my machine to checkout org-mode from git stopped working some time ago. I hadn't paid attention to the various releases, because I thought I was up-to-date! Thanks for figuring this out. Chris On Fri, Jul 1, 2011 at 4:28 AM, Bastien wrote: >

Re: [O] Collaborating with other people (was: Org-mode as a replacement for LaTeX)

2011-07-01 Thread Chris Malone
Thanks for the information about VCS's. I agree CVS is outdated, but we use it mostly for legacy reasons --- all of our codebase is in CVS along with papers going back many years. For my other projects, I use git or mercurial as a VCS. My question was originally more oriented toward handling Org

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-05 Thread Chris Malone
Hi Gio, Perhaps it is my ignorance of how this all works, but do you have a small example of how/why one would use this? As is obvious from my question, I'm not familiar with nodejs. Chris On Oct 4, 2011, at 6:43 PM, Marcelo de Moraes Serpa wrote: > This.is.simply.awesome! > > I was procrast

Re: [O] Double Spacing Latex Output

2011-10-07 Thread Chris Malone
Hi deech, Does including the package and using double space work? #+LATEX_HEADER: \usepackage{setspace} #+LATEX_HEADER: \doublespacing If not, what does the exported `.tex` file look like? Chris On Oct 7, 2011, at 12:07 PM, aditya siram wrote: > Hi all, > This is probably a really simple ques

Re: [O] Double Spacing Latex Output

2011-10-07 Thread Chris Malone
rg/org-tutorials/org-latex-export.html#sec-6 and the following section. Chris On Oct 7, 2011, at 12:17 PM, aditya siram wrote: > Yes that worked! Thanks for the quick response! > -deech > > On Fri, Oct 7, 2011 at 2:12 PM, Chris Malone wrote: > Hi deech, > > Does includin

[O] Background color for literal examples in LaTeX export

2011-10-15 Thread Chris Malone
Hi all, I would like to include some lines in an example block and upon LaTeX export give the block a colored background, analogous to HTML export. For src blocks, this is easy using =listings=, but the lines I want to include are not necessarily source code. By default an example block is ex

Re: [O] Org-mode Standardized Code Block Keywords

2011-10-21 Thread Chris Malone
Well…I didn't mean to invite everyone to own it, but rather to invite everyone to vote… :-p Anyway, this should be a good place to tally the votes without filling inboxes. Chris On Oct 21, 2011, at 11:30 AM, chris.m.mal...@gmail.com wrote: > I've invited you to be an owner of the Google Moderat

Re: [O] Org-mode Standardized Code Block Keywords

2011-10-21 Thread Chris Malone
Hi Jambunathan, That is a good point, but I wanted to make the option available. Ignore the Google moderator link if you'd rather the discussion stay on the mailing list. I planned on sending the "results" to the mailing list, perhaps tomorrow, anyhow. Chris On Oct 21, 2011, at 11:43 AM, Jam

Re: [O] Org-mode Standardized Code Block Keywords

2011-10-22 Thread Chris Malone
Hi Eric, Here is the CSV output from google moderator - do with it what you wish: Series URL,Series Name,Topic Name,Time Created,Author Name,Author Location,Text,Attachment URL,Tags,Plus Votes,Minus Votes http://www.google.com/moderator/#15/e=ffe1e&t=ffe1e.42&q=ffe1e.56ec36,Org-mode Standardiz

Re: [O] Subscription to the mailing list

2011-11-21 Thread Chris Malone
hours ago and still nothing. > > Thanks, > S. > --------- Chris Malone (mal...@ucolick.org) Dept. of Astronomy and Astrophysics UC Santa Cruz 1156 High Street Santa Cruz, CA 95064-1077 phone: 831-459-3809 -

Re: [Orgmode] OrgCamp in NYC?

2011-01-25 Thread Chris Malone
I'm a grad student out on Long Island, but I'd come into the city for this. I would love to learn more about how to use org-mode in my daily life. Chris On Mon, Jan 24, 2011 at 10:45 PM, Andrew Hyatt wrote: > I'd love to attend a NYC one, and can probably arrange for hosting in > a nice space i

Re: [Orgmode] org-latex and figures

2011-01-28 Thread Chris Malone
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/org.html#Images-in-LaTeX-export Alternatively, (and this is very much a hack, wh

Re: [Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-13 Thread Chris Malone
Hi Chris, I doubt this will fix the problem (it is more of a curiosity), but why in your =lstset= do you have the language as "\Python" instead of "Python"? Chris On Sun, Feb 13, 2011 at 7:35 PM, Christopher Allan Webber < cweb...@dustycloud.org> wrote: > Hello all, > > I currently am trying t

Re: [Orgmode] Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-13 Thread Chris Malone
Feb 13, 2011 at 8:46 PM, Chris Malone wrote: > > Hi Chris, > > I doubt this will fix the problem (it is more of a curiosity), but why in > your =lstset= do you have the language as "\Python" instead of "Python"? > > Chris > > > > On Sun, Feb 13,

Re: [Orgmode] Beamer export questions/suggestions

2011-02-18 Thread Chris Malone
Hi Derek, Re your first question: One simple, albeit somewhat hackish way of achieving this would be to utilize =org-mode='s #+begin_beamer ... #+end_beamer syntax with =beamer='s frame option =plain= For example: == # setup t

[Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-20 Thread Chris Malone
Hi, First off, my =org-mode= is up-to-date - just did a =git pull && make clean && make=. Needless to say, the following were an issue before then... * Question 1: Is there a way to force, upon export, an =emacs-lisp= session to be run within the current buffer? For instance, the following code

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-21 Thread Chris Malone
On Mon, Feb 21, 2011 at 12:17 PM, Eric Schulte wrote: > Chris Malone writes: > > > Hi, > > > > First off, my =org-mode= is up-to-date - just did a =git pull && make > clean > > && make=. Needless to say, the following were an issue before th

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Chris Malone
wrote: > Chris Malone writes: > [...] > > > > I added =(setq org-confirm-babel-evaluate nil)= to my =.emacs= file, and > indeed I am not asked about evaluating the code block, but I'm still getting > the invalid > > syntax error when =org-babel-exp= is called th

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-22 Thread Chris Malone
lass_lstings.org Exporting this to PDF, HTML, or ASCII (I didn't try other forms) results in the following error in the *Messages* buffer: 'Invalid read syntax: "#"'. I turned on =debu-on-error= and the *Messages* and *Backtrace* buffers can be found here: http://

Re: [Orgmode] Re: Nice python listings colors, or solution to beamer + minted brokenness?

2011-02-22 Thread Chris Malone
Hi Chris Just for completeness - and because I had little previous experience with using =org-babel= stuff - I attempted to write a small =sh= source block that parses the current =org-mode= file and builds an appropriate "emph" entry in the listings =lstset=:

Re: [Orgmode] Latex custom Title page question

2011-02-23 Thread Chris Malone
Hi Luke, Another (quick) fix given what you already have, is to renew the maketitle command to be empty: #+LATEX_HEADER: \renewcommand{\maketitle}{} Then after this you could put your #+begin_latex ... #+end_latex block to generate the page. Obviously, this works only for the current =org-mode=

Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread Chris Malone
Hi Derek, In addition to Eric's response, if you wanted to have, say, text on the left side of the beamer frame and an image on the right, you can use beamer columns: #+begin_src org ** Why do we care? *** block :B_ignoreheading:BMCOL: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_col:

Re: [O] Outlook replacement

2011-03-25 Thread Chris Malone
Hi Henri-Paul, While you've brought the topic up I /have/ been recently curious about others' email setup and how they incorporate that into Emacs/org-mode? I notice several users send emails from within Emacs using org-mode syntax - any tips on setting such a thing up? Also, how do you handle o

Re: [O] Re: Outlook replacement

2011-03-25 Thread Chris Malone
Hi Seb and Eric, Thanks for the advice - the info and sample .gnus file were great! Chris 2011/3/25 Sébastien Vauban > Chris Malone, > > Chris Malone wrote: > > Hi Henri-Paul, > > > > While you've brought the topic up I /have/ been recently curious about >

Re: [O] latex export settings in init files

2011-03-28 Thread Chris Malone
Hi Chris, I would try Eric's suggestion of making sure you have all the correct "require" statements in your .emacs file. If that doesn't work, make sure you have a recent version of =org-mode= --- I've run into this problem in the past, even with the appropriate "require"s, but with an old versi

Re: [O] Running author in beamer export

2011-03-30 Thread Chris Malone
Hi Chantal, One way around this would be turn off =org-mode='s automatic inclusion of the information in the #+AUTHOR: line. This can be done by setting the export option =author= to nil --- see here: http://orgmode.org/manual/Export-options.html Then, you could add your own \author[...]{...

Re: [O] emdash and endash

2011-04-17 Thread Chris Malone
For what its worth, "--" is an endash in LaTeX as well. On Apr 17, 2011 11:04 PM, "Samuel Wales" wrote: > 1 dash: - 2 -- 3 --- > 1 dash: - 2 – 3 — > > When I write in ASCII, I notate emdash like "--". I think this is standard. > But in HTML export, that is an endash. > > I never use "---" in ASCII

[O] Collapse LaTeX source before start of main document?

2011-05-04 Thread Chris Malone
Hi All, I'm working on using org mode for my PhD thesis. I'd like to do this in one large file where each headline is a single chapter. Naturally in a thesis there needs to be a lot of front matter: title page, abstract, signature page, etc. Right now, I'm doing this with something like: -

Re: [O] Collapse LaTeX source before start of main document?

2011-05-04 Thread Chris Malone
either hitting TAB on the #+begin line, or by setting the =org-hide-block-startup= variable. Chris On Wed, May 4, 2011 at 12:18 PM, Matt Lundin wrote: > > Chris Malone writes: > > (Note: When using gmail, please adjust the settings to send your > messages as plain text only inste

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Chris Malone
also have the ability to fold this preliminary stuff. Chris On Wed, May 4, 2011 at 6:25 PM, Suvayu Ali wrote: > Hi Chris, > > I just finished writing my master's thesis in org-mode. > > On Wed, 4 May 2011 11:36:58 -0400 > Chris Malone wrote: > >> I'm workin

Re: [O] Collapse LaTeX source before start of main document?

2011-05-05 Thread Chris Malone
Hi Suvayu, Thanks for sharing your use case - I'm interested in a few more details: > For example for my appendix and bibliography I use the following: > > #+INCLUDE: thesis-appendix.org :minlevel 1 > > \backmatter > \newpage > \addcontentsline{toc}{chapter}{\bibname} > > \bibliographystyle{plain

Re: [O] Cannot open load file: subst-ksc

2012-08-31 Thread Chris Malone
IIRC "type" is considered a long option for find on OSX. Try using two dashes: --type Chris Sent from my iPad, so ignore any weird typos. On Aug 31, 2012, at 8:48 PM, t...@tsdye.com (Thomas S. Dye) wrote: > Nick Dokos writes: > >> Thomas S. Dye wrote: >> >>> Aloha all, >>> >>> Stumbling

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Chris Malone
to > be able to > export org documents to PDF? > > Thanks, > --Nate > --------- Chris Malone (mal...@ucolick.org) Dept. of Astronomy and Astrophysics UC Santa Cruz 1156 High Street Santa Cruz, CA 95064-1077 phone: 831-459-3809 -

Re: [O] Gnuplot/babel issue with export to eps

2012-01-05 Thread Chris Malone
I get a file export.eps which is broken and unreadable by geeqie. I get a > corresponding file called export-eps-converted-to.pdf that opens fine and > looks like it should. > > What am I doing incorrectly? > > > Thanks, > John ---

Re: [O] understanding column groups

2012-02-16 Thread Chris Malone
| > | some text | and some more | d e | fg | > | | | | | > > all that happens on export is that the / < > etc literally appear in the > export! > > Is there something else I should study? > > Org-mode version 7.8.02 ---