[Orgmode] timestamps

2010-02-08 Thread Rares Pop
Hi, I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general idea is to use it to log my work and i'm facing the following issues: - insert a constant timestamp (e.g. i forgot to insert an activity that i did yesterday, and i want to log it. Ican't insert a clock with previous

[Orgmode] Org2Mobile Announcement

2010-02-08 Thread Scot Becker
[resent due to what looks like a problem with gnu.org accepting mail from gmail] This does look interesting, and I too, would be glad to try it on my E63 (S60 3rd ed). I'm not a Windows user either, and would be most glad if I could set up my own server. Scot

Re: [Orgmode] Re: org-protocol: non-ASCII characters

2010-02-08 Thread Sebastian Rose
Jan Böcker jan.boec...@jboecker.de writes: On 06.02.2010 14:50, Jan Böcker wrote: AFAIK, your current approach is correct. I was wrong. The attached patch fixes a bug in the encode_uri function. That fixes the non-ASCII characters problem in xournal for me. The gchar type is just typedef'd

Re: [Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-08 Thread Dan Davison
Thomas S. Dye t...@tsdye.com writes: Hi Eric, Thanks for looking at this so quickly. Patching from email is a skill still on my horizon. I tried several times without success and without gaining any idea how to resolve the problem(s). You might not want to wait for me to figure out how

[Orgmode] Re: timestamps

2010-02-08 Thread Matt Lundin
Rares Pop rares@gmail.com writes: I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general idea is to use it to log my work and i'm facing the following issues:  * insert a constant timestamp (e.g. i forgot to insert an activity that i did yesterday, and i want to log it.

[Orgmode] [org-habit] repetition specification

2010-02-08 Thread Austin Frank
Hello-- I'm trying to get started with org-habit, which looks to be a great addition to the already fantastic org-mode. For me, certain habitual tasks are best thought of as do this n times within d days. For example, I might try to exercise 5 times per 7 days, to eat my vegetables 3 times per

[Orgmode] Re: Interesting statistics about Org-mode

2010-02-08 Thread Steven E. Harris
Carsten Dominik carsten.domi...@gmail.com writes: - Close to 800 subscribers to the mailing list. And that doesn't take into account those of us who read the list via Gmane as the newsgroup gmane.emacs.orgmode.¹ Footnotes: ¹ http://dir.gmane.org/gmane.emacs.orgmode -- Steven E. Harris

[Orgmode] integration between Mutt and Org-mode (more on the subject)

2010-02-08 Thread Stefano Zacchiroli
On Tue, Jan 26, 2010 at 11:42:28AM +0100, Giovanni Ridolfi wrote: P.S.(joke) on Tue Nov 3 08:12:42 2009 Stefano Zacchiroli wrote: in my GTD implementation, I also have now an integration between Mutt and Emacs' Org mode that enables me to put from Org notes links to Mutt emails. I'll blog

[Orgmode] Re: timestamps

2010-02-08 Thread Rares Pop
Hi Matt, It worked almost everything, with the exception of publishing and exporting. That doesn't work only if i delete the CLOCK: string before the timestamp. Here is the line: CLOCK: [2010-02-08 Mon 15:31]--[2010-02-08 Mon 16:32] = 1:01 I searched through the doco but i didn't not find any

Re: [Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-08 Thread Thomas S. Dye
Hi Eric, Many thanks to Nick and Dan for showing me how to workaround git am. It worked! The patch program appears to be a bit more forgiving than git apply and its relatives. Eric, the patch to org-babel-tangle.el solves the startup problem I had. Thanks for the quick fix in time for

[Orgmode] Re: org-export-generic.el patch to make it load with require

2010-02-08 Thread Wes Hardaker
On Wed, 03 Feb 2010 12:03:29 -0500, Nick Dokos nicholas.do...@hp.com said: ND n...@aleblanc.cotse.net wrote: In the org-export-generic.el file the library is provided as org-generic instead of org-export-generic. Not sure what the reason for this is, but I cannot load it with (require

Re: [Orgmode] Re: Interesting statistics about Org-mode

2010-02-08 Thread Carsten Dominik
On Feb 8, 2010, at 3:30 PM, Steven E. Harris wrote: Carsten Dominik carsten.domi...@gmail.com writes: - Close to 800 subscribers to the mailing list. And that doesn't take into account those of us who read the list via Gmane as the newsgroup gmane.emacs.orgmode.¹ Yes. But I have

Re: [Orgmode] Re: org-export-generic.el patch to make it load with require

2010-02-08 Thread Carsten Dominik
On Feb 8, 2010, at 8:50 PM, Wes Hardaker wrote: On Wed, 03 Feb 2010 12:03:29 -0500, Nick Dokos nicholas.do...@hp.com said: ND n...@aleblanc.cotse.net wrote: In the org-export-generic.el file the library is provided as org- generic instead of org-export-generic. Not sure what the reason

[Orgmode] Wishlist: indicate language in LaTeX export of literal source examples

2010-02-08 Thread Hsiu-Khuern Tang
(Resending because of earlier problems -- my apologies if this is a duplicate!) Hi, Currently, literal examples (#+BEGIN_EXAMPLE and #+BEGIN_SRC) are exported to \begin{verbatim} ... \end{verbatim} in LaTeX. For #+BEGIN_SRC blocks, could we indicate the language in a LaTeX comment, e.g.,

Re: [Orgmode] Wishlist: indicate language in LaTeX export of literal source examples

2010-02-08 Thread Eric Schulte
Hi Hsiu-Khuern, This may be overkill, but you could try the following which will indicate the source-code language in the generated .tex ;; tell org to use listings (setq org-export-latex-listings t) If you actually want to use the listings package you can also include the following ;; you