[Orgmode] Latex Export

2010-10-16 Thread chris . m . 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 Cc Ce, however, I do not have the "l" option for LaTeX export; I only have the following:

Re: Re: [Orgmode] Latex Export

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

Re: Re: [Orgmode] Latex Export

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

Re: Re: Re: [Orgmode] Latex Export

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

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

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

[Orgmode] org-export-latex-classes issue

2010-10-20 Thread chris . m . malone
Hi, I'ma 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 I need to add this class to the org-export-latex-classes symb

Re: [Orgmode] Tilde in URL not exported to latex

2010-10-20 Thread chris . m . malone
Hi Stephen, I recently experienced this issue while adding a reference in a beamer presentation using org-mode. It isn't elegant, but my workaround was to use \sim instead of the tilde character, at least for what is actually displayed in the document - you will still need to use tilde for

[Orgmode] mailto links broken in HTML export

2010-11-08 Thread chris . m . malone
Hi, I'm trying to use org-mode to export to HTML with the inclusion of some email addresses. For example, I have something like - please send an email to ([[mailto:some...@someplace][someone@someplace]]) but upon export this gets mangled into thinking it is a "file:" directive because the

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

2010-12-05 Thread chris . m . malone
Hi, In section 14.8.2.10 of the online manual [[ http://orgmode.org/manual/noweb.html#noweb ] [here]] the third item in the list should begin with =tangle= instead of =yes=. Chris ___ Emacs-orgmode mailing list Please use `Reply All' to send repli

Re: Re: [Orgmode] Worg down?

2010-12-12 Thread chris . m . malone
I had the same problem, but it appears fixed now. On Dec 12, 2010 8:02pm, Nick Dokos wrote: Jeff Horn jrhorn...@gmail.com> wrote: > Going to worg at 19:50 EST produced an "internal server error" from > two machines on my network. > Same thing here. Nick > The "is it ju

Re: Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread chris . m . malone
On Dec 14, 2010 8:47am, Rainer M Krug wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/2010 02:34 PM, Jonathan BISSON wrote: > Jeff Horn gmail.com> writes: > >> I think what Chris was referring to is the fact that you can write >> literate programs using org-mode

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

2011-01-20 Thread chris . m . malone
Hi Andrea, I stand corrected - you are getting a lot of useful information here! :-) Chris On Jan 20, 2011 4:21am, Eric S Fraga wrote: iem...@gmail.com writes: > Hi Andrea, > > I use the following line to allow frame breaks > > #+BIND: org-beamer-frame-default-options "[allow

Re: [O] Org-mode as a replacement for LaTeX (was: Fwd: Exporting latex without preamble)

2011-06-30 Thread chris . m . malone
Hi Tom, I've seen many of the examples you've added to the mailing list and worg. I also enjoy using Org-mode for writing my own documents and webpages - currently I'm using it to write my Ph.D. dissertation. I'm curious how you work on Org-mode papers for publication with collaborators?

[O] Org-mode Standardized Code Block Keywords

2011-10-21 Thread chris . m . malone
I've invited you to be an owner of the Google Moderator series "Org-mode Standardized Code Block Keywords". You can view and edit this series at http://www.google.com/moderator/#16/e=ffe1e

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

2011-02-22 Thread chris . m . malone
On Feb 22, 2011 1:06pm, Eric Schulte wrote: Chris Malone chris.m.mal...@gmail.com> writes: > Ok, this is still perplexing me, as I have a new version from git and I > still get the error. The following is complete list (sorry for the long > email!) of what I have done: > > * Get

Re: Re: [Orgmode] Beamer export questions/suggestions

2011-02-23 Thread chris . m . malone
Hi Eric, Thanks for that useful bit of info! Chris On Feb 23, 2011 11:47am, Eric S Fraga wrote: Chris Malone chris.m.mal...@gmail.com> writes: > Hi Derek, > > Re your first question: > > One simple, albeit somewhat hackish way of achieving this would be to > utilize =org-mod

Re: Re: [O] Illiterate programming question

2011-03-30 Thread chris . m . malone
You could probably hack something up with a shell source code block that uses sed to find and display text between two delimiters, and then dump the results to the org-mode file. On Mar 30, 2011 5:44pm, Robert Goldman wrote: On 3/30/11 Mar 30 -4:33 PM, Nick Dokos wrote: > Robert Goldman

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

2011-05-05 Thread chris . m . malone
Hi Suvayu, I think Matt's lisp code /should/ work for doing exactly what we are talking about, but for some reason I can't get it to work with LaTeX export. Anyway, good luck on your defense! Chris On May 5, 2011 1:37pm, Suvayu Ali wrote: Hello Chris, Sorry for the delay, had to atte

Re: [O] How to highlight the LaTeX fragments inside orgmode

2011-06-21 Thread chris . m . malone
Hi Xin, I have the following line in my .emacs file: (setq org-confirm-babel-evaluate nil) This, I think, turns off asking for evaluation for all languages. Not sure if it can be done on a language specific basis or not. Chris On Jun 21, 2011 4:56pm, Xin Shi wrote: Thanks. Maybe it's just

Re: [O] [babel] using #+call for inline results

2011-06-23 Thread chris . m . malone
I have been following this thread with interest. When I export Eric's babelcall.org, the result of the octave calculation is =nil= in both cases. Is this the expected behaviour? I can confirm Nicolas' observations as well. Chris On Jun 23, 2011 9:49am, Nicolas Goaziou wrote: Hello, Eri