Re: [Orgmode] The ditaa picture

2010-02-02 Thread Chao Lu
Hey Eric, Thanks for you tip, but I guess the dvipng command works well. Things get kind of strange, since if I type $2^6$, Org recognizes it, and generates the right results, which means, it could find all the latex package needed. But if I try #+BEGIN_LaTeX \begin{equation}

[Orgmode] headline numbering in html export

2010-02-02 Thread Martin G. Skjæveland
Hi, I thought I'd share some stuff I'm quite happy with so that others can enjoy it if it is good, and so that I can stop using or improve it if it is not so good! :) I am writing a set of exercises for a course and publishing a chapter once a week in both pdf and html. I like having the exe

Re: [Orgmode] Re: Autoset org-agenda-files

2010-02-02 Thread Fredrik
Thanks, exactly what I was looking for...have some things that needs to be excluded and have som subfolders so this helps a lot.. Thank you all for your input... Regards, Fredrik On 1 feb 2010, at 22.34, David Maus wrote: At Mon, 1 Feb 2010 21:52:01 +0100, Carsten Dominik wrote: On Fe

[Orgmode] Any idea why the git repo is so huge

2010-02-02 Thread Leo
Hello, The git repo I just checked out a minute ago is 54M, 20 times bigger than the org lisp files. Any idea why it is so large? Thanks. Leo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org htt

Re: [Orgmode] Only show a certain weekday in the agenda view

2010-02-02 Thread Darlan Cavalcante Moreira
You can use day view ("v d" in the agenda) in a Thursday. When you want to go to the next one just pass a prefix argument 7 and then hit "f" to go forward. You could also create a function that do this and assign a key for it in the agenda. - Darlan At Mon, 1 Feb 2010 10:57:07 +0100, Björn Stef

Re: [Orgmode] Re: a bug @ remember template

2010-02-02 Thread Carsten Dominik
On Feb 2, 2010, at 8:46 AM, zwz wrote: Carsten Dominik gmail.com> writes: On Jan 31, 2010, at 5:00 PM, zwz wrote: I use org-remember for my contact records. This is a template in org-remember-templates ("Contact" ?c "* %^{Name} \n%[~/.contact]\n" "contact.org" "Contacts") the conten

Re: [Orgmode] Bug: \log and friends are not recognized as math [6.34b]

2010-02-02 Thread Carsten Dominik
Hi Nick, am I right that you are now through with this, so that I can start my work based on your last iteration? - Carsten On Feb 2, 2010, at 12:37 AM, Nick Dokos wrote: I went through the rest - same conventions apply. 1. If something is undefined in LaTeX, this is notated by comment

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Rick Moynihan
Replies inline below: On 1 February 2010 19:14, Juan Reyero wrote: > On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan > wrote: >> On 29 January 2010 23:16, Juan Reyero wrote: >>> Full description: http://juanreyero.com/open/org-jekyll/ >>> Source code: http://github.com/juanre/org-jekyll >> >> I

[Orgmode] Radio targets don't work in headers

2010-02-02 Thread Tom
If I create a radio target in the file <<>> and then somewhere else in the document I use the target in a header like * collection of some info on project X ** collected info about stuff *** note 1 *** note 2 ... Then the word stuff will be a link, but when I click on it it says "No links".

Re: [Orgmode] Any idea why the git repo is so huge

2010-02-02 Thread Eric S Fraga
At Tue, 02 Feb 2010 09:01:57 +, Leo wrote: > > Hello, > > The git repo I just checked out a minute ago is 54M, 20 times bigger > than the org lisp files. Any idea why it is so large? Thanks. ummm because there is a great deal of active development? Each change requires an entry in the repos

Re: [Orgmode] Any idea why the git repo is so huge

2010-02-02 Thread Ian Barton
The git repo I just checked out a minute ago is 54M, 20 times bigger than the org lisp files. Any idea why it is so large? Thanks. Leo Don't forget it has a complete history of all org development since the initial import of the source. You may be able to reduce the size of your local repo

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Juan Reyero
On Mon, Feb 1, 2010 at 9:20 PM, Eric Schulte wrote: > I have been exporting org-mode subtrees to jekyll blog posts on a couple > of projects, and I've found it really handy > - resulting in more attractive web pages than I'm able to generate >  directly from org > - for the liquid syntax which jek

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-02-02 Thread Stephen Eglen
> > I often use org-agenda-diary-entry to make simple entries into > an agenda.org file. I see that the agenda is clever enough to recognise > if a time range has been typed into the heading. However, this time > range is not exported by the icalendar code. Attached is a patch to the code under

[Orgmode] Using R in Org mode with several sourced files

2010-02-02 Thread Rainer M Krug
Hi Following a discussion about how one could create a TODO list in ESS (see below), Thomas Dye and Dan Davison suggested to look into org-mode and org-babel and it looks really interesting. I just have one aspect, which would be more difficult with my workflow. Let me explain. I am writing fairl

Re: [Orgmode] Announcing org-jekyll

2010-02-02 Thread Juan Reyero
On Tue, Feb 2, 2010 at 11:37 AM, Rick Moynihan wrote: > On 1 February 2010 19:14, Juan Reyero wrote: >> On Mon, Feb 1, 2010 at 12:23 PM, Rick Moynihan >> wrote: >>> On 29 January 2010 23:16, Juan Reyero wrote: Full description: http://juanreyero.com/open/org-jekyll/ Source code: http

[Orgmode] problem exporting latex fragments to html: Debian's dvipng 1.12-1 is buggy

2010-02-02 Thread Eric S Fraga
Hi, I'm obviously having a bad two days with org-mode but, this time, I've actually solved the problem myself. I thought I would highlight the issue in case anybody else runs into this. Short summary: exporting org files with latex fragments to HTML failed to create the images. I tracked the pr

Re: [Orgmode] Table equations: II on lhs

2010-02-02 Thread Kim Toms
Hm. I hadn't noticed that; thanks! On Mon, Feb 1, 2010 at 1:58 PM, Russell Adams wrote: > On Mon, Feb 01, 2010 at 12:08:20PM -0500, Kim Toms wrote: > > I am using a simple table to add up some estimates for tasks. On the > left > > hand side of the equations in the TBLFM line I can't get an exp

Re: [Orgmode] headline numbering in html export

2010-02-02 Thread Bill Powell
Thanks for sharing this! I'm sure I'll find this useful. Bill Powell At Tue, 02 Feb 2010 09:17:22 +0100, Martin G. Skjæveland wrote: > > Hi, > > I thought I'd share some stuff I'm quite happy with so that others can > enjoy it if it is good, and so that I can stop using or improve it if it >

Re: [Orgmode] Bug: \log and friends are not recognized as math [6.34b]

2010-02-02 Thread Nick Dokos
Carsten Dominik wrote: > Hi Nick, > > am I right that you are now through with this, so that I can start my > work based on your last iteration? > Carsten, yes, I think it's done. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: Any idea why the git repo is so huge

2010-02-02 Thread Leo
On 2010-02-02 12:29 +, Ian Barton wrote: >> >> The git repo I just checked out a minute ago is 54M, 20 times bigger >> than the org lisp files. Any idea why it is so large? Thanks. >> >> Leo >> > Don't forget it has a complete history of all org development since > the initial import of the sou

[Orgmode] file link format question - How to format link when square brackets [ ] are already in filename?

2010-02-02 Thread Erwin Panen
Hi everyone, I guess this is a minor question, but it has puzzled me already more than once. My example: The below example is normally all on one line. ---Begin code-- ** Action: started to play video [[\\Dcerouter\public\videos\STORY_Sta

[Orgmode] colors in agenda view

2010-02-02 Thread Krause, Joerg
Hello all, I am using emacs 23.1 on windows xp. In my agenda view, some topics show up in light green, which is difficult to read on a white background. I've tried to google around, but I can't find how to influence the colors in this view. Any help will be appreciated... Joerg Krause Stuttgar

[Orgmode] switching to emacs via keboard shortcut

2010-02-02 Thread Brody, William (Buck)
I run org-mode on GMU Emacs for Windows. During my workflow I am frequently alt-tab 'ing to get back to Emacs. Does anyone have a way to use a keyboard shortcut (maybe via an autohotkey script) to get back to emacs. Thanks ___ Emacs-orgmode mailing l

Re: [Orgmode] file link format question - How to format link when square brackets [ ] are already in filename?

2010-02-02 Thread David Maus
At Tue, 02 Feb 2010 11:50:31 +0100, Erwin Panen wrote: > > Hi everyone, > > I guess this is a minor question, but it has puzzled me already more > than once. > My example: The below example is normally all on one line. > ---Begin code-- > *

[Orgmode] Re: switching to emacs via keboard shortcut

2010-02-02 Thread Rainer Stengele
Am 02.02.2010 16:52, schrieb Brody, William (Buck): I run org-mode on GMU Emacs for Windows. During my workflow I am frequently alt-tab ‘ing to get back to Emacs. Does anyone have a way to use a keyboard shortcut (maybe via an autohotkey script) to get back to emacs. Thanks _

[Orgmode] Re: switching to emacs via keboard shortcut

2010-02-02 Thread Tom
Brody, William (Buck darden.virginia.edu> writes: > > I run org-mode on GMU Emacs for Windows.  During my workflow > I am frequently alt-tab ‘ing to get back to Emacs.  Does anyone have a > way to use a keyboard shortcut (maybe via an autohotkey script) to get back to > emacs. I use this: Caps

[Orgmode] Re: Any idea why the git repo is so huge

2010-02-02 Thread Richard Riley
Leo writes: > On 2010-02-02 12:29 +, Ian Barton wrote: >>> >>> The git repo I just checked out a minute ago is 54M, 20 times bigger >>> than the org lisp files. Any idea why it is so large? Thanks. >>> >>> Leo >>> >> Don't forget it has a complete history of all org development since >> the i

[Orgmode] Re: Using R in Org mode with several sourced files

2010-02-02 Thread Thomas S. Dye
On Feb 2, 2010, at 3:35 AM, Rainer M Krug wrote: Hi Following a discussion about how one could create a TODO list in ESS (see below), Thomas Dye and Dan Davison suggested to look into org-mode and org-babel and it looks really interesting. I just have one aspect, which would be more dif

[Orgmode] Re: Using R in Org mode with several sourced files

2010-02-02 Thread Rainer M Krug
On Tue, Feb 2, 2010 at 8:03 PM, Thomas S. Dye wrote: > > On Feb 2, 2010, at 3:35 AM, Rainer M Krug wrote: > > Hi > > Following a discussion about how one could create a TODO list in ESS (see > below), Thomas Dye and Dan Davison suggested to look into org-mode and > org-babel and it looks really

[Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Matt Price
Hi, I;m getting more and more used to using org for my own writing purposes, and love it. But I still find it pretty difficult to work with word-processor users whoexpect to get a doument in .doc or .odt formats. I've just found odt2org (http://mantiel.wikidot.com/os:odt2org) which looks great fo

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Rainer M Krug
Hi Matt try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to rtf. I am using latex2rtf to convert LaTeX code (generated by LyX) into rtf for exactly the same purpose. Cheers, Rainer On Tue, Feb 2, 2010 at 8:34 PM, Matt Price wrote: > Hi, > > I;m getting more and more us

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Russell Adams
On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote: > Hi Matt > > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to > rtf. > I am using latex2rtf to convert LaTeX code (generated by LyX) into rtf for > exactly the same purpose. That's a great idea! Currently I

[Orgmode] Aligning table is incorrect when containing japanese character

2010-02-02 Thread Taiki SUGAWARA
Hi, When I align table containing japanese character as following steps: 1. insert following table to buffer. | 日本語 | | | foo bar baz | | 2. move cursor to top-left corner of table. 3. Hit Tab, Tab Aligning table is incorrect as following: | 日本語 | |

[Orgmode] S-Tab strange behavour

2010-02-02 Thread Ivan Vanyushkin
Hello. On initial file opening, S- cycles through 1) OVERVIEW -> 2) CONTENTS -> 3) SHOW ALL not depending on current state of document. So, if (as default) document is in OVERVIEW state, first press _does nothing_ (switch to OVERVIEW again). Expected: CONTENTS. If document initially "#+STARTUP:

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread David Maus
At Tue, 2 Feb 2010 12:55:42 -0600, Russell Adams wrote: > > On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote: > > Hi Matt > > > > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to > > rtf. > > I am using latex2rtf to convert LaTeX code (generated by LyX) into r

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Rainer M Krug
On Tue, Feb 2, 2010 at 8:55 PM, Russell Adams wrote: > On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote: > > Hi Matt > > > > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it > to > > rtf. > > I am using latex2rtf to convert LaTeX code (generated by LyX) into rtf

Re: [Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Rainer M Krug
On Tue, Feb 2, 2010 at 8:34 PM, Matt Price wrote: > Hi, > > I;m getting more and more used to using org for my own writing purposes, > and love it. But I still find it pretty difficult to work with > word-processor users whoexpect to get a doument in .doc or .odt formats. > I've just found odt2o

Re: [Orgmode] S-Tab strange behavour

2010-02-02 Thread Ryan Thompson
I don't think it is possible in general to know the startup state of a file. Files with a #+STARTUP line may be an execption. On Tue, Feb 2, 2010 at 11:28 AM, Ivan Vanyushkin wrote: > Hello. > > On initial file opening, S- cycles through > 1) OVERVIEW -> 2) CONTENTS -> 3) SHOW ALL > not depending

[Orgmode] Re: ics file not understood by google calendar

2010-02-02 Thread Vagn Johansen
Carsten Dominik writes: > Hi Vagn > > On Feb 1, 2010, at 8:47 PM, Vagn Johansen wrote: > >> Carsten Dominik writes: >> >>> Hi Vagn, >>> >>> you are saying that this used to work out of the box and no longer >>> does? >>> Could you please git bisect to identify the offending commit? I tried git

[Orgmode] Re: S-Tab strange behavour

2010-02-02 Thread Ivan Vanyushkin
There is org-startup-folded that controls startup state, so org-mode should know it. Also S-Tab forgets state even in the middle of document. Key presses to reproduce: 1) S-Tab - OVERVIEW 2) S-Tab - CONTENTS 3) C-G (or any other) 4) S-Tab - OVERVIEW (expected: SHOW ALL) or 1) S-Tab - OVERVI

Re: [Orgmode] file link format question - How to format link when square brackets [ ] are already in filename?

2010-02-02 Thread David Maus
Hi Erwin, At Tue, 02 Feb 2010 20:43:27 +0100, Erwin Panen wrote: > > Hi David, > > Thanks for replying; > I don't understand what you mean. I was not aware off url-encoding, but found > help here: http://www.eskimo.com/~bloo/ > indexdot/html/topics/urlencoding.htm > So far so good. > The way I

[Orgmode] images in orgmode

2010-02-02 Thread Erwin Panen
Hi all, I'm finally trying out image support for Orgmode. I've set up .emacs ((23.1.1 windows)according to http://orgmode.org/worg/org-configs/org-config-examples.php After some slight modifications it seems to work. I created a test.org file like this: ---begin test file *

[Orgmode] Misleading error message from beamer export

2010-02-02 Thread Ben Smith
Trying my first beamer document I was getting this error message: No definition for class `beamer' in `org-export-latex-classes' I tried Carston's example.. same error. Looking at the org-export-latex-classes, I found indeed that there was not specification for 'beamer.' However, if removed c

[Orgmode] RE: switching to emacs via keboard shortcut

2010-02-02 Thread Brody, William (Buck)
Thanks. These are great and work like a charm. -Original Message- From: Rainer Stengele [mailto:rainer.steng...@online.de] Sent: Tuesday, February 02, 2010 12:37 PM To: Brody, William (Buck) Cc: emacs-orgmode@gnu.org Subject: Re: switching to emacs via keboard shortcut Am 02.02.2010 16:

Re: [Orgmode] file link format question - How to format link when square brackets [ ] are already in filename?

2010-02-02 Thread Erwin Panen
Hi David, Thanks for replying; I don't understand what you mean. I was not aware off url-encoding, but found help here: http://www.eskimo.com/~bloo/indexdot/html/topics/urlencoding.htm So far so good. The way I interpret thi

[Orgmode] Re: file link format question - How to format link when square brackets [ ] are already in filename?

2010-02-02 Thread Erwin Panen
David, thanks for clarifying :-) I think I get it now. Your example helps! What I did (wrongly) was to exchange the outer brackets with %5B and %5D Instead I should have exchanged the brackets enclosing 32 I get an error of the file not found now, but at least Emacs/org does fold the link now an

Re: [Orgmode] images in orgmode

2010-02-02 Thread Dan Davison
Erwin Panen writes: > Hi all, > > I'm finally trying out image support for Orgmode. > I've set up .emacs ((23.1.1 windows)according to > http://orgmode.org/worg/org-configs/org-config-examples.php > After some slight modifications it seems to work. > > I created a test.org file like this: > -

Re: [Orgmode] images in orgmode

2010-02-02 Thread Nick Dokos
Erwin Panen wrote: > Question: > When I click on one of the links between [ ] square brackets, my window=20 > splits in half, and in the bottom half the image appears. > Looking at iimage here:=20 > http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html#4.+Key+bin > It should be possible to visualize

[Orgmode] Re: S-Tab strange behavour

2010-02-02 Thread Ryan Thompson
S-Tab probably checks the value of last-command to see if the previous command was also a S-Tab. If the previous command was anything else, then Org Mode has no idea whether the buffer or its visibility has changed since the last-executed S-Tab, since it cannot know which other commands will affect

[Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-02 Thread Shelagh Manton
On Tue, 02 Feb 2010 21:40:49 +0200, Rainer M Krug wrote: > On Tue, Feb 2, 2010 at 8:34 PM, Matt Price > wrote: > >> Hi, >> >> I;m getting more and more used to using org for my own writing >> purposes, and love it. But I still find it pretty difficult to work >> with word-processor users whoexp

[Orgmode] latex enumeration issue

2010-02-02 Thread Mark Elston
A year ago Flavio de Souza asked a question about latex enumerations that is similar to a problem I now have. The answer given then was a workaround that doesn't apply in my case. This stems from my project of using a single file to maintain source for generating my class notes *and* student han

[Orgmode] Publish-current-file error

2010-02-02 Thread Chao Lu
Dear all, Today I was trying to publish a single org file using org-publish-current-file, however, org refused to do so, the error message is let*: Wrong type argument: stringp, nil I believe the org-publish function work well, for I could get the pre-defined project published smoothly

Re: [Orgmode] Publish-current-file error

2010-02-02 Thread Chao Lu
Hey nick, My Emacs is GNU Emacs 23.1.90.1 (i386-mingw-nt5.1.2600). Org: Org-mode version 6.34c. I just start a new org file, say, PHY.org, type very simple words, then tried M-x org-publish-current-file. The *backtrace* tells: Debugger entered--Lisp error: (wrong-type-argument stringp n

[Orgmode] Export to HTML & open in browser error

2010-02-02 Thread Russell Adams
Whitespace in the filename isn't being escaped when launching the external browser. Thanks! -- Russell Adamsrlad...@adamsinfoserv.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fi

Re: [Orgmode] Publish-current-file error

2010-02-02 Thread Chao Lu
Hey Nick, Thanks a lot for your detailed explanation, now I'm pretty clear about the error. But I just get the idea why we could not publish arbitrary org file as html to current directory, I guess it could be kind of troublesome that every time to set up the project first? What do you think? Ch

[Orgmode] Just a piece of advice

2010-02-02 Thread Chao Lu
Dear all, As I walking around the internet using firefox and came across something interesting, I just press the Win+A global key to call Evernote or C-S-L to call Scrapbook(plugin of firefox) to remember it. But as I totally move to Org now, here comes my question, can our org do so, which is cap

Re: [Orgmode] Just a piece of advice

2010-02-02 Thread Nick Dokos
Chao Lu wrote: > > As I walking around the internet using firefox and came across something > interesting, I just press the Win+A global key to call Evernote or C-S-L to > call Scrapbook(plugin of firefox) to remember it. But as I totally move to > Org now, here comes my question, can our org do

Re: [Orgmode] Publish-current-file error

2010-02-02 Thread Nick Dokos
Chao Lu wrote: > Thanks a lot for your detailed explanation, now I'm pretty clear about the > error. But I just get the idea why we could not publish arbitrary org file > as html to current directory, I guess it could be kind of troublesome that > every time to set up the project first? > > What

Re: [Orgmode] Re: Hang after agenda export [6.34c]

2010-02-02 Thread manonfire
> "Symbol's function definition is void: flet" You need cl.el --- Common Lisp extensions for Emacs >>> >>> >> >> When I do a C-u M-x org-reload beforehand there is no error message >> and >> the pdf export succeeds. > > That sounds like there still is a loading conflict - mo

Re: [Orgmode] Publish-current-file error

2010-02-02 Thread Carsten Dominik
On Feb 3, 2010, at 12:13 AM, Chao Lu wrote: Hey Nick, Thanks a lot for your detailed explanation, now I'm pretty clear about the error. But I just get the idea why we could not publish arbitrary org file as html to current directory, I guess it could be kind of troublesome that every tim

[Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-02 Thread Matt Lundin
David Maus writes: > At Tue, 2 Feb 2010 12:55:42 -0600, > Russell Adams wrote: >> >> On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote: >> > Hi Matt >> > >> > try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to >> > rtf. >> > I am using latex2rtf to convert LaTe

[Orgmode] Is there any IN Buffer setting for preamble and Remember

2010-02-02 Thread Chao Lu
Dear all, When exporting, NOT publishing, is it possible to still use the preamble, but in-buffer setting it? Another question will be for remember, I tried several times, seem for the remember template, a headline is required, say, if I just want to add a line, like below, which is quite often w

[Orgmode] Repeating tasks in an interval

2010-02-02 Thread Robert P . Goldman
Is there some way to specify a repeating task over an interval? That is a task that is done, for example, every month, over a finite period? Here's an example that I tried: DEADLINE: <2009-12-01 Tue +1m>--<2009-11-01 Sun> But this one doesn't work --- the tasks keep appearing after November end

[Orgmode] Another question

2010-02-02 Thread Chao Lu
Dear all, I know it's a silly question... But it is possible for emacs support free hand input (tablet), since for a student on physics, most notes are math equation related... Any suggestion? Chao ___ Emacs-orgmode mailing list Please use `Reply All'

[Orgmode] Is it possible to control info.js' behavior

2010-02-02 Thread Chao Lu
Dear all, I'm writing to see is it possible to control info.js' behavior, for currently it will unfolded the content under the first headline, but what I want is folded all. Any suggestion? Thanks a lot. Chao <><>___ Emacs-orgmode mailing list Please

Re: [Orgmode] Export to HTML & open in browser error

2010-02-02 Thread Carsten Dominik
Hi Russel, I cannot reproduce this. I open a file with emacs test/xx\ yy.org and C-c C-e b opens the corresponding HTML file in the correctly in Firefox. - Carsten On Feb 3, 2010, at 12:10 AM, Russell Adams wrote: Whitespace in the filename isn't being escaped when launching the extern

Re: [Orgmode] Misleading error message from beamer export

2010-02-02 Thread Carsten Dominik
Hi Ben, I don't think #+LaTeX_CLASSS_OPTIONS: [presentation] can mess with org-export-latex-classes. You must hve been missing something else. Try to re-introduce the line - I am sure it will work just fine. - Carsten On Feb 2, 2010, at 8:01 PM, Ben Smith wrote: Trying my first beamer

Re: [Orgmode] Aligning table is incorrect when containing japanese character

2010-02-02 Thread Carsten Dominik
Hi Taiki, Org-mode will do this right if you are using a font that uses a wdith of exactly 2 ASCII characters for each japanese character. - Carsten On Feb 2, 2010, at 7:58 PM, Taiki SUGAWARA wrote: Hi, When I align table containing japanese character as following steps: 1. insert follo

[Orgmode] org-babel - First line of file created by tangle

2010-02-02 Thread Rainer M Krug
Hi I am sure I can customize it, but I could not find it. When tangling R code, I would like to skip (or customize) the first line of the resulting R file. It reads "#!/usr/bin/env Rscript" and I would either like to exclude it completely, or replace it with e.g. "## R" I am sourcing the files an

Re: [Orgmode] Repeating tasks in an interval

2010-02-02 Thread Eric S Fraga
At Wed, 3 Feb 2010 05:02:51 + (UTC), Robert P. Goldman wrote: > > Is there some way to specify a repeating task over an interval? That is a > task > that is done, for example, every month, over a finite period? > > Here's an example that I tried: > > DEADLINE: <2009-12-01 Tue +1m>--<2009-1