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

Re: [O] Double Spacing Latex Output

2011-10-07 Thread Chris Malone
-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 chris.m.mal...@gmail.com wrote: Hi deech, Does including the package and using double

[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

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

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,

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=ffe1et=ffe1e.42q=ffe1e.56ec36,Org-mode

Re: [O] Subscription to the mailing list

2011-11-21 Thread Chris Malone
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: [O] Gnuplot/babel issue with export to eps

2012-01-05 Thread Chris Malone
-converted-to.pdf that opens fine and looks like it should. What am I doing incorrectly? Thanks, John - Chris Malone (mal...@ucolick.org) Dept. of Astronomy and Astrophysics UC Santa Cruz 1156 High Street Santa Cruz, CA

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,

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 to export

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

2011-02-13 Thread Chris Malone
13, 2011 at 8:46 PM, Chris Malone chris.m.mal...@gmail.comwrote: 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

[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 schulte.e...@gmail.comwrote: Chris Malone chris.m.mal...@gmail.com 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 then... * Question 1

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

2011-02-22 Thread Chris Malone
schulte.e...@gmail.comwrote: Chris Malone chris.m.mal...@gmail.com 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

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

2011-02-22 Thread Chris Malone
written most of this before I just saw your email - hopefully this helps... Chris On Tue, Feb 22, 2011 at 10:06 AM, Chris Malone chris.m.mal...@gmail.comwrote: Hi Eric, I removed all the compiled elisp files, and the problem still persists. Next step will be a completely fresh install from

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

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

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

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 wxhgmqzgw...@spammotel.com Chris Malone, Chris Malone wrote: Hi Henri-Paul, While you've brought the topic up I /have/ been recently curious about others' email setup

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 requires, but with an old version

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

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 samolog...@gmail.com 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

[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
by 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 m...@imapmail.org wrote: Chris Malone chris.m.mal...@gmail.com writes: (Note: When using gmail, please adjust the settings to send your messages

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

2011-05-05 Thread Chris Malone
, but also have the ability to fold this preliminary stuff. Chris On Wed, May 4, 2011 at 6:25 PM, Suvayu Ali fatkasuvayu+li...@gmail.com 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 chris.m.mal...@gmail.com wrote: I'm

[O] latex short caption broken?

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

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

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

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 nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: Aloha

Re: [O] OSX to PDF: Minimal Install

2012-11-02 Thread Chris Malone
, --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] understanding column groups

2012-02-16 Thread Chris Malone
| | | | | | 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 - Chris Malone (mal...@ucolick.org) Dept. of Astronomy

[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 t...@tsdye.com 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.

[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

[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

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

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

[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,

Re: [Orgmode] Short title in beamer export

2011-01-05 Thread Chris Malone
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: Hi, Is there an org-mode way to use a short title for export to beamer? Some

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

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
Chris, Jeff Chris Malone chris.m.malone at gmail.com writes: 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

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,

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

2011-01-20 Thread Chris Malone
the two to do what you are asking. Chris On Thu, Jan 20, 2011 at 12:17 PM, Andrea Crotti andrea.crott...@gmail.comwrote: Chris Malone chris.m.mal...@gmail.com writes: 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

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 ahy...@gmail.com wrote: I'd love to attend a NYC one, and can probably arrange for hosting in