[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

Re: [Orgmode] [ANN] Exporter for taskjuggler

2010-04-20 Thread Christian Egli
John Hendy jw.he...@gmail.com 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

[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 \linewidth

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---cut

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 wxhgmqzgw...@spammotel.com 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

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

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

2010-04-20 Thread Matthew Lundin
Carsten Dominik carsten.domi...@gmail.com 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

[Orgmode] Re: Automatic clock-in

2010-04-20 Thread Andrea Crotti
Benjamin Andresen be...@in-ulm.de 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?

Re: [Orgmode] Re: Automatic clock-in

2010-04-20 Thread Eric S Fraga
On Tue, 20 Apr 2010 14:51:57 +0200, Andrea Crotti andrea.crott...@gmail.com 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.

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

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 with

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

2010-04-20 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com 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

Re: [Orgmode] Re: Automatic clock-in

2010-04-20 Thread Bastien
Andrea Crotti andrea.crott...@gmail.com 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 ()

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

2010-04-20 Thread Nick Dokos
Francesco Pizzolante f...@missioncriticalit.com 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

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

2010-04-20 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Francesco Pizzolante f...@missioncriticalit.com 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

Re: [Orgmode] Re: Automatic clock-in

2010-04-20 Thread Nick Dokos
Andrea Crotti andrea.crott...@gmail.com wrote: Benjamin Andresen be...@in-ulm.de 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

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 nicholas.do...@hp.com To: nicholas.do...@hp.com Subject: Re: [Orgmode] Problem exporting to LaTeX/PDF from command line Nick Dokos nicholas.do...@hp.com wrote: Nick Dokos

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

2010-04-20 Thread Nick Dokos
LanX lanx.p...@googlemail.com 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

[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 carsten.domi...@gmail.com 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

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 lanx.p...@googlemail.com wrote: Thanx, linking works! :) Anyway this Link-To-Info syntax doesn't seem to be documented on the web page...

[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 carsten.domi...@gmail.comwrote:

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

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

2010-04-20 Thread Matt Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com 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

[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

Re: [Orgmode] Re: suggestions of Android smartphones

2010-04-20 Thread Daniel Martins
2010/4/19 Matthew Jones m...@matburt.net: 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

[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: script type=text/javascript !--/*--![CDATA[/*!--*/ function CodeHighlightOn(elem, id) { ... } function CodeHighlightOff(elem, id) { ... } /*]]*///-- /script We have just noticed that MS Internet Explorer complains that

Re: [Orgmode] Re: suggestions of Android smartphones

2010-04-20 Thread Sven Bretfeld
Matthew Jones m...@matburt.net 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

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

2010-04-20 Thread Sebastian Rose
Stefan Vollmar voll...@nf.mpg.de writes: Hello, in our org-mode generated HTML pages we find these snippets: script type=text/javascript !--/*--![CDATA[/*!--*/ function CodeHighlightOn(elem, id) { ... } function CodeHighlightOff(elem, id) { ... } /*]]*///-- /script We have

Re: [Orgmode] org-babel language support

2010-04-20 Thread Dan Davison
Izaak Beekman ibeek...@umiacs.umd.edu 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

[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 headline A When export to html, I want to see the following: 1 headline A 2 headline B references 1 How do I

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

2010-04-20 Thread Sebastian Rose
Ning Sean nings...@gmail.com 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 headline A When export to html, I want to see the following: 1

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: