[Orgmode] Re: mobile org

2010-04-20 Thread Reinout van Rees
On 04/20/2010 04:12 AM, clsnyder wrote: Hi I have a web-dav set up via dreamhost on a remote server (http://myfile.clsnyder.com/orgmode/index.org) I have mobile org on my iphone. When I ftp transferred files to the server, they show up on the iphone app, and sync and work fine. I am unable to

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-20 Thread Christian Egli
John Hendy writes: > I'd stick with looking into TJ3 org-mode integration over 2.4. Or > perhaps take a look at the first of the references on how to use both: > > - http://www.taskjuggler.org/tj3/manual/TaskJuggler_2x_Migration.html The exporter is pretty agnostic towards either tj3 or tj2.4. I

[Orgmode] Re: [Babel] Macro for begin_src?

2010-04-20 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: > it might be nice to have a worg page on snippets for org-mode? Sure. Or having them somewhere in the git directories... > I'm happy to contribute a few. > > figure: > #name : figure > # -- > #+attr_latex: width=$1\textwidth > [[file:$2.pdf]] > $0 Better use \line

Re: [Orgmode] linking to emacs info nodes? Multiline comments?

2010-04-20 Thread LanX
Thanx, linking works! :) Anyway this Link-To-Info syntax doesn't seem to be documented on the web page... http://orgmode.org/manual/External-links.html#External-links > I don't understand the context (why do you have to define a variable exactly?), > but you can include double quotes in a lisp

[Orgmode] [Patch] M-Right and M-Left behave differently on headings and list items

2010-04-20 Thread Matti De Craene
Hello all, When operating on a heading, M-Right/M-Left promotes or demotes one heading only, and M-S-Right/M-S-Left promotes or demotes an entire subtree. When operating on list items however, there is no distinction between M-Right/M-Left and M-S-Right/M-S-Left. Both key combinations operate on

[Orgmode] Re: subtitle in export?

2010-04-20 Thread Sébastien Vauban
Hi Matt, Matt Price wrote: > Is it possible to add a subtitle when exporting an orgmode document? > Or phrased differently, can I define a multi-line title for a > document? I don't see an obvious way to do it, though perhaps there's > a latex option I don't understand at all. --8<--

Re: [Orgmode] Problem exporting to LaTeX/PDF from command line

2010-04-20 Thread Francesco Pizzolante
Hi, I forgot to mention that, of course, when I do the same operation within Emacs, using the C-c C-e l, the file is exported without problem. Any idea? Thanks, Francesco Francesco Pizzolante wrote: > Hi, > > I'm trying to write a shell script in order to convert/export Org files to > LaTeX/PDF

Re: [OT] [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-20 Thread Eric S Fraga
On Tue, 20 Apr 2010 11:19:10 +0200, Sébastien Vauban wrote: [...] > > I'm happy to contribute a few. > > > > figure: > > #name : figure > > # -- > > #+attr_latex: width=$1\textwidth > > [[file:$2.pdf]] > > $0 > > Better use \linewidth instead of \textwidth. You will avoid bad surprises. > > T

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-20 Thread Carsten Dominik
On Apr 19, 2010, at 5:07 PM, Matthew Lundin wrote: Hi Carsten, Carsten Dominik writes: On Apr 17, 2010, at 3:50 PM, Matt Lundin wrote: FWIW, I've found it quite convenient to rely on filetags to organize my notes. I've written a few functions that allow me to limit my agenda to a subset o

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-20 Thread Matthew Lundin
Carsten Dominik writes: > On Apr 19, 2010, at 5:07 PM, Matthew Lundin wrote: > >> I find that (org-agenda-restriction-lock) makes subsequent calls to >> my-org-agenda-files-by-filetag slow, since it refreshes the current >> agenda. >> >> >> Are there any potential pitfalls if I use (setq org-agen

[Orgmode] Re: Automatic clock-in

2010-04-20 Thread Andrea Crotti
Benjamin Andresen writes: > Hey Andrea, > > > Maybe C-u M-x org-clock-in RET does what you want. > > br, > benny Ah great that's really nice, I always forget to try the magic C-u first... So by the way what is the real function called when prefixing C-u? I mean, can I call it directly? I see th

Re: [Orgmode] Re: Automatic clock-in

2010-04-20 Thread Eric S Fraga
On Tue, 20 Apr 2010 14:51:57 +0200, Andrea Crotti wrote: > Ah great that's really nice, I always forget to try the magic C-u > first... > So by the way what is the real function called when prefixing C-u? > I mean, can I call it directly? The same function (i.e. org-clock-in in this case) except

Re: [Orgmode] subtitle in export?

2010-04-20 Thread Carsten Dominik
On Apr 19, 2010, at 6:27 PM, Dan Davison wrote: Org has org-export-html-final-hook but no latex equivalent, nor a general after-export hook? Is that right? (I feel like I must be missing something there.) All backends have a "final" hook - org-export-latex-final-hook in this case. Ah, I see

[Orgmode] Re: bug: org-decrypt-entry and org-refile

2010-04-20 Thread Carsten Dominik
Reverted, thanks. - Carsten On Apr 20, 2010, at 2:05 AM, Bernt Hansen wrote: That was me trying to make things better and failing miserably :) Carsten: Please revert commit a30955. This also fixes the same message when I refile the last entry out of refile.org so that it has only the #+FILE

Re: [Orgmode] Increase width in agenda view?

2010-04-20 Thread Carsten Dominik
Hi Johan, On Apr 19, 2010, at 6:49 PM, Johan Ekh wrote: Hi all, is it possible to increase the width in the Week-agenda view such that the TODO keyword and the title task text get more space? My tags to the right of the title text gets misaligned if the title text is too long. Take a lo

Re: [Orgmode] Increase width in agenda view?

2010-04-20 Thread Manish
On Mon, Apr 19, 2010 at 10:19 PM, Johan Ekh wrote: > Hi all, is it possible to increase the width in the Week-agenda > view such that the TODO keyword and the title task text get > more space? My tags to the right of the title text gets > misaligned if the title text is too long. If you are okay w

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-20 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > Eric S Fraga wrote: >> it might be nice to have a worg page on snippets for org-mode? > > Sure. Or having them somewhere in the git directories... > +1 for git directories. That way users who keep their Emacs config in git repos can add the snippets as a

Re: [Orgmode] Re: Automatic clock-in

2010-04-20 Thread Bastien
Andrea Crotti writes: > Ah great that's really nice, I always forget to try the magic C-u > first... > So by the way what is the real function called when prefixing C-u? > I mean, can I call it directly? For example: (define-key org-mode-map "\C-c\C-x\C-I" (lambda () (interactive) (org-clock-

Re: [Orgmode] Problem exporting to LaTeX/PDF from command line

2010-04-20 Thread Nick Dokos
Francesco Pizzolante wrote: > Hi, > > I forgot to mention that, of course, when I do the same operation within > Emacs, using the C-c C-e l, the file is exported without problem. > > Any idea? > I tried a little debugging on this, but I didn't get very far before I ran out of time. The re-sea

Re: [Orgmode] Problem exporting to LaTeX/PDF from command line

2010-04-20 Thread Nick Dokos
Nick Dokos wrote: > Francesco Pizzolante wrote: > > > Hi, > > > > I forgot to mention that, of course, when I do the same operation within > > Emacs, using the C-c C-e l, the file is exported without problem. > > > > Any idea? > > > > I tried a little debugging on this, but I didn't get ver

Re: [Orgmode] Re: Automatic clock-in

2010-04-20 Thread Nick Dokos
Andrea Crotti wrote: > Benjamin Andresen writes: > > > Hey Andrea, > > > > > > Maybe C-u M-x org-clock-in RET does what you want. > > > > br, > > benny > > Ah great that's really nice, I always forget to try the magic C-u > first... > So by the way what is the real function called when prefixi

Nick Dokos: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line

2010-04-20 Thread Nick Dokos
Talking to myself again... --- Forwarded Message Date:Tue, 20 Apr 2010 11:46:41 -0400 From:Nick Dokos To: nicholas.do...@hp.com Subject: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line Nick Dokos wrote: > Nick Dokos wrote: > > > Francesco Pizzolante wrote: >

Re: [Orgmode] linking to emacs info nodes? Multiline comments?

2010-04-20 Thread Nick Dokos
LanX wrote: > Thanx, linking works! :) > > Anyway this Link-To-Info syntax doesn't seem to be documented on the web > page... > > http://orgmode.org/manual/External-links.html#External-links > Here's a patch: diff --git a/doc/org.texi b/doc/org.texi index ead8372..0fc2635 100644 --- a/doc/o

[Orgmode] Re: [PATCH] followup to "`org-rember-templates' docstring"

2010-04-20 Thread Carsten Dominik
On Apr 20, 2010, at 7:36 PM, Matt Lundin wrote: Hi Carsten, Carsten Dominik writes: On Apr 16, 2010, at 10:45 AM, Chris Gray wrote: Carsten Dominik wrote: Hi Stepan On Apr 16, 2010, at 12:23 AM, Štěpán Němec wrote: Hello, I'm sorry for my somewhat precocious previous mail (which

Re: [Orgmode] linking to emacs info nodes? Multiline comments?

2010-04-20 Thread Carsten Dominik
Thanks a lot, the patch is applied. - Carsten On Apr 20, 2010, at 6:12 PM, Nick Dokos wrote: LanX wrote: Thanx, linking works! :) Anyway this Link-To-Info syntax doesn't seem to be documented on the web page... http://orgmode.org/manual/External-links.html#External-links Here's a pa

[Orgmode] Tags not lining up in org-indent-mode

2010-04-20 Thread Jason Dunsmore
I noticed that org-mode's tags do not line up along the right side when org-indent-mode is enabled (indent-mode is an excellent feature, by the way). Probably because tab characters are being used to align the tags on the right side. Is there a way to use spaces instead of tabs to align tags, or

Re: [Orgmode] Increase width in agenda view?

2010-04-20 Thread Johan Ekh
Ha! I found it! Thanks Carsten. For this advice and for the super org-mode! Oh, the variable is "Org Agenda Tags Column" in the group "Org Agenda/Org Agenda Line Format" if someone else also wants to know... /Johan On Tue, Apr 20, 2010 at 3:33 PM, Carsten Dominik wrote: > Hi Johan, > > > On Apr

[Orgmode] Using Times in org-mode calc?

2010-04-20 Thread David Frascone
I'm trying to make a running log, but I can't seem to get times entered in HH:MM:SS to work right. Well -- they work right, but I can't get things to re-display in that format. And, sometimes math is just screwy. For example: | Distance | Time | Time| Speed | Speed | | (Miles) | H

[Orgmode] Re: [PATCH] followup to "`org-rember-templates' docstring"

2010-04-20 Thread Matt Lundin
Hi Carsten, Carsten Dominik writes: > On Apr 16, 2010, at 10:45 AM, Chris Gray wrote: > >> Carsten Dominik wrote: >> >>> Hi Stepan >>> On Apr 16, 2010, at 12:23 AM, Štěpán Němec wrote: >> >> Hello, >> I'm sorry for my somewhat precocious previous mail (which I unfortunately still

[Orgmode] org-babel language support

2010-04-20 Thread Izaak Beekman
How much work is it to support a new compiled langauge? I am interested in using org-babel for Fortran literate programming (LP). I am new to org-mode, but know a little bit of e-lisp, and might start hacking at this after some preliminary investigation. The main functionality I am looking for i

[Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-20 Thread Flavio Souza
Hi everybody! I use these files: org2010.org: - This is the file where I insert all my tasks and projects. - It is divided by these topics: * GTD Inbox * Work * Personal * Agenda ** Appointments ** Bills * Summary ** Estimated Hours ** Worked Hours - At GTD Inbox, I collect all my new tasks a

Re: [Orgmode] Re: suggestions of Android smartphones

2010-04-20 Thread Daniel Martins
2010/4/19 Matthew Jones : > Maybe I misunderstood what you meant about the "swipe" feature.   There is a > keyboard called Swype which is fairly overrated. Sorry for the misspelling and confusion! > I can't comment on how well or if a bluetooth keyboard would work... I think > if I were going to

[Orgmode] turn off inclusion of JavaScript helper code?

2010-04-20 Thread Stefan Vollmar
Hello, in our org-mode generated HTML pages we find these snippets: We have just noticed that MS Internet Explorer complains that these lines pose a security

Re: [Orgmode] Re: suggestions of Android smartphones

2010-04-20 Thread Sven Bretfeld
Matthew Jones writes: > ConnectBot seems to be an option as well (when you have connection, of > course!) > > Sven, you seem quite happy with a virtual keyboard. Am I right? I wouldn't write a book with it. But I wrote some paragraphs of articles and do my Gnus stuff via ConnectB

Re: [Orgmode] turn off inclusion of JavaScript helper code?

2010-04-20 Thread Sebastian Rose
Stefan Vollmar writes: > Hello, > > in our org-mode generated HTML pages we find these snippets: > > > > > > We have just noticed that MS Internet E

Re: [Orgmode] org-babel language support

2010-04-20 Thread Dan Davison
Izaak Beekman writes: > How much work is it to support a new compiled langauge?  I am interested in > using org-babel for Fortran literate programming (LP).  I am new to org-mode, > but know a little bit of e-lisp, and might start hacking at this after some > preliminary investigation.  The main

[Orgmode] reference headlines and export html as section number

2010-04-20 Thread Ning Sean
Hi, I want to reference a headline inside another headline, and showing the section number when exporting to html. So suppose I have an org file: * headline A * headline B references <> When export to html, I want to see the following: 1 headline A 2 headline B references 1 How do I do that?

Re: [Orgmode] reference headlines and export html as section number

2010-04-20 Thread Sebastian Rose
Ning Sean writes: > Hi, > > I want to reference a headline inside another headline, and showing the > section number when exporting to html. > > So suppose I have an org file: > > * headline A > * headline B references <> > > When export to html, I want to see the following: > > 1 headline A > 2 h

Re: [Orgmode] Using Times in org-mode calc?

2010-04-20 Thread Xiao-Yong Jin
On Tue, 20 Apr 2010 12:03:29 -0400, David Frascone wrote: > I'm trying to make a running log, but I can't seem to get times entered in > HH:MM:SS to work right. > Well -- they work right, but I can't get things to re-display in that > format.  And, sometimes math is just screwy. > For example: