[Orgmode] Setting org-agenda-time-grid: My day starts at midnight

2010-08-19 Thread Memnon Anon
Hi, I am working nightshifts these days, so I wanted this: , | (setq org-agenda-time-grid (quote | ((daily weekly today require-timed) | ( 000 200 400 600 800 1000 1200 1400 1600 1800 2000 2200 2359 ` which ... did not work. Afaics, the reason is in

Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Jan Böcker
On 08/19/2010 07:55 AM, Gert van Oss wrote: dear list, I know this is in the FAQ-[1] but I can't get it working. I've started with a new setup not edited by hand. Can someone point me in the right direction to get this working when I do: C-c-a? (custom-set-variables ;;

[Orgmode] Publishing documents body-only

2010-08-19 Thread Harri Kiiskinen
Hello, I'm preparing some LaTeX documents using org-babel and R, and I'd like to export/publish these documents as body-only, so that they can be directly included by the master document. (I don't want to convert the whole book into org-mode). The org-export-as-latex function has the argument to

[Orgmode] Re: org-capture + autoload

2010-08-19 Thread Magnus Henoch
Jambunathan K kjambunat...@gmail.com writes: It would be convenient if I could do a M-x customize-group org-capture and/or M-x customize-variable org-capture-templates without having triggered a prior org-capture. For now, I trigger a capture, abort it and then proceed ahead with

[Orgmode] Org capture templates - file paths

2010-08-19 Thread Gustav Wikström
Hello! I'm having some trouble with org-capture. Could someone explain to me why the following is not working? (And what to do to get it to work..) Code: (defvar my-gtd-inbox-file (concat my-gtd-root inbox.org)) ;;; Capture templates (setq org-capture-templates '((n Note entry (file

Re: [Orgmode] Org capture templates - file paths

2010-08-19 Thread Puneeth
2010/8/19 Gustav Wikström gustav.e...@gmail.com: Hello! I'm having some trouble with org-capture. Could someone explain to me why the following is not working? (And what to do to get it to work..) Code: (defvar my-gtd-inbox-file (concat my-gtd-root inbox.org)) ;;; Capture templates (setq

[Orgmode] [PATCH] body-only property for publishing projects

2010-08-19 Thread Harri Kiiskinen
Dear All, I had a look at the code and did some experimenting. The resulting patch is attached, and it adds the :body-only property to publishing, so that one can decide to publish the file with only the document included. Best, Harri Kiiskinen PS. For some reason, I do not get copies of the

[Orgmode] Re: make without make cleanall safe?

2010-08-19 Thread Noorul Islam K M
Samuel Wales samolog...@gmail.com writes: Seems it takes a while to make, perhaps because of all the excellent features like org-babel. I do make cleanall first, to be safer, but as the purpose of make is to avoid doing recompilation, will a simple make suffice? Whenever I make a small

Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Gert van Oss
On 19 aug 2010, at 09:04, Jan Böcker wrote: On 08/19/2010 07:55 AM, Gert van Oss wrote: dear list, I know this is in the FAQ-[1] but I can't get it working. I've started with a new setup not edited by hand. Can someone point me in the right direction to get this working when I do: C-c-a?

[Orgmode] Re: Org capture templates - file paths

2010-08-19 Thread Magnus Henoch
Gustav Wikström gustav.e...@gmail.com writes: (setq org-capture-templates '((n Note entry (file my-gtd-inbox-file) * %?\n %i\n %a) (j Journal entry (file+datetree my-gtd-journal-file) * %?\nEntered on %U\n %i\n %a))) Backquotes and commas are your friends: (setq

[Orgmode] org-link-search: Augment signature?

2010-08-19 Thread Jambunathan K
I have a small utility routine that depends on org-link-search to throw an error. It knew how to create the missing headline on it's own. A recent change and the default settings breaks the original behaviour. Using this as pretext, may I suggest that signature of org-link-search be changed

[Orgmode] Re: Problem whit with code evaluation

2010-08-19 Thread Dan Davison
Nick Dokos nicholas.do...@hp.com writes: Blanchette, Marco m...@stowers.org wrote: Hmm... Thanks Dan. Do we have a different version of org-mode? I just pasted your code in emacs and try to execute it with M-x org-babel-execute-buffer RET without success. The emacs-lisp code works but

SOLVED: was Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Gert van Oss
On 19 aug 2010, at 13:39, Gert van Oss wrote: On 19 aug 2010, at 09:04, Jan Böcker wrote: On 08/19/2010 07:55 AM, Gert van Oss wrote: dear list, I know this is in the FAQ-[1] but I can't get it working. I've started with a new setup not edited by hand. Can someone point me in the

Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Nick Dokos
Jan Böcker jan.boec...@jboecker.de wrote: On 08/19/2010 07:55 AM, Gert van Oss wrote: dear list, I know this is in the FAQ-[1] but I can't get it working. I've started with a new setup not edited by hand. Can someone point me in the right direction to get this working when I do:

Re: SOLVED: was Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Nick Dokos
Gert van Oss ger...@me.com wrote: Taking out the first two lines mentioned below helped to solve my problem.. #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) DONE(d) CANCELLED(c) DEFERRED(f) #+TAGS: HOME(h) OFFICE(o) EMAIL(e) PHONE(p) READ(r) REFILE(f) SQLITE(s) AS(a) I'm not sure

[Orgmode] [PATCH] Move definition of macro org-save-outline-visibility from org.el to org-macs.el.

2010-08-19 Thread Nick Dokos
It is used by ob.el so it has to be in a file that is require'd by ob.el, otherwise compiling it leads to problems: the compiler thinks it's a function it hasn't seen, so when it tries to call it, it fails. Another solution would be to (require 'org) in ob.el. Reported-by: Austin Frank, ref:

[Orgmode] beamer export

2010-08-19 Thread Antony Ware
I've been having a problem exporting to beamer. I've now found the problem and fixed it, but it was (to my mind) something pretty obscure, and I think it might be of interest to the list, at least as a salutary tale. When I opened an org file such as the example beamer presentation from the

[Orgmode] [babel] evaluating shell commands for side effect

2010-08-19 Thread Sullivan, Gregory (US SSA)
I'm writing how to documents that include sequences of shell commands, such as: #+begin_src sh :session *shell* cd /home/sullivan/myproj/src ./configure --prefix /home/sullivan/myproj/install make make test #+end_src and simply want C-c C-c to send the lines, one at a time, to the inferior

Re: [Orgmode] properties in agenda prefix

2010-08-19 Thread Carsten Dominik
On Aug 18, 2010, at 5:28 AM, Skip Collins wrote: Why is CATEGORY the only property that can be included in org-agenda- prefix-format? Because this is the exact purpose of the CATEGORY property. - Carsten ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] custom sorting of agenda items

2010-08-19 Thread Carsten Dominik
On Aug 17, 2010, at 6:40 PM, Ilya Shlyakhter wrote: Thanks Carsten, org-agenda-before-sorting-filter-function does what I need. It would be better if it was called with the point already on the corresponding headline in the corresponding buffer. This would also be faster as you could call

Re: [Orgmode] [PATCH] Rename temporary buffer to remove dependency of `flet' macro

2010-08-19 Thread Carsten Dominik
Hi David, I trust that you will apply this patch once you are satisfied with it. Best wishes - Carsten On Aug 12, 2010, at 6:31 PM, David Maus wrote: * org-agenda.el (org-write-agenda): Rename temporary buffer to remove dependency of `flet' macro. --- lisp/org-agenda.el | 12 ++--

Re: [Orgmode] Re: keys and command name info

2010-08-19 Thread Carsten Dominik
Hi Andreas, this already goes in the right direction. I have a better definition for the macro, which does now push the command name all the way to the right (in PDF output). I hated the look of the command name separated by a fixed number of spaces - this is a lot better. Does anyone know how

Re: [Orgmode] [Question] Custom drawers overrule :PROPERTIES: drawer?

2010-08-19 Thread Carsten Dominik
On Aug 18, 2010, at 2:34 PM, Sebastian Rose wrote: Hi, if I define a custom drawer like this: #+DRAWERS: COORDS the :PROPERTIES: drawer is not handeld as drawer anymore. Instead, I have to mention PROPERTIES in the options line shown above. Is this the intended behaviour? Yes. You

[Orgmode] [unimportant] A few org quotes

2010-08-19 Thread Puneeth
I was just digging twitter for some interesting stuff people do with org-mode. I found a few quotes that could possibly get into org-quotes.org on Worg. + Emacs org-mode makes me happy. That is all. http://orgmode.org/ -- Ben Martin on

[Orgmode] Re: [unimportant] A few org quotes

2010-08-19 Thread Carsten Dominik
On Aug 19, 2010, at 9:32 PM, Puneeth wrote: I was just digging twitter for some interesting stuff people do with org-mode. I found a few quotes that could possibly get into org-quotes.org on Worg. + Emacs org-mode makes me happy. That is all. http://orgmode.org/ -- Ben Martin on

[Orgmode] Re: [babel] exports, caching, remote execution

2010-08-19 Thread Tom Short
Eric Schulte schulte.eric at gmail.com writes: Hi Austin, Austin Frank austin.frank at gmail.com writes: Hey all-- Two (hopefully quick) questions: 1) Does the exporter respect the :cache argument? When I evaluate a buffer, I can tell that cached blocks are not re-run, as

Re: [Orgmode] beamer export

2010-08-19 Thread Carsten Dominik
On Aug 19, 2010, at 5:16 PM, Antony Ware wrote: I've been having a problem exporting to beamer. I've now found the problem and fixed it, but it was (to my mind) something pretty obscure, and I think it might be of interest to the list, at least as a salutary tale. When I opened an org

Re: [Orgmode] beamer export

2010-08-19 Thread Carsten Dominik
On Aug 19, 2010, at 11:06 PM, Carsten Dominik wrote: On Aug 19, 2010, at 5:16 PM, Antony Ware wrote: I've been having a problem exporting to beamer. I've now found the problem and fixed it, but it was (to my mind) something pretty obscure, and I think it might be of interest to the list,

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-08-19 Thread Michael Hoffman
Eric S Fraga wrote: On Tue, 17 Aug 2010 13:34:32 -0700, Michael Hoffman 9qobl2...@sneakemail.com wrote: I have happily been using org-mode for many years to keep a todo list. I like keeping a log of the actions I've completed, but I don't like them in the same file taking up space. Previously

Re: [Orgmode] [Question] Custom drawers overrule :PROPERTIES: drawer?

2010-08-19 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 18, 2010, at 2:34 PM, Sebastian Rose wrote: Hi, if I define a custom drawer like this: #+DRAWERS: COORDS the :PROPERTIES: drawer is not handeld as drawer anymore. Instead, I have to mention PROPERTIES in the options line shown

Re: [Orgmode] custom sorting of agenda items

2010-08-19 Thread Ilya Shlyakhter
The problem here is that I would have to insert a call to the hook in many different places as there are many different functions that collect entries for the agenda. in org-finalize-agenda-entries, when you call org-agenda-before-sorting-filter-function, could you save-excursion and move to

[Orgmode] MobileOrg for Android - Froyo w/SSL == Nope.

2010-08-19 Thread C64 Whiz
Just thought I'd drop you guys a note. MobileOrg on Android 2.2 FRG01B still won't sync via an SSL URL. It seems to sit there indefinitely Synchronizing, Please wait Anyone have better luck, I'd love to hear! --C64Whiz ___ Emacs-orgmode mailing

[Orgmode] Re: Request for opinions: [ANN] List improvement v.2o

2010-08-19 Thread Nicolas Goaziou
Hello, I introduced in this branch a new variable, namely `org-list-ending-method', to allow fine-grained control on list endings. Here is its docstring: Determine where plain lists should end. Valid values are symbols 'regexp, 'indent or 'both. When set to 'regexp, Org will look into

[Orgmode] migrating from planner mode (was: Plannerel migration)

2010-08-19 Thread Seb
Hi, I'm resuscitating this old thread, which is the only one I found on the subject as someone starting to peek into Org and exploring ways to migrate from Planner. Someone pointed me to a script linked at http://www.emacswiki.org/cgi-bin/wiki/PlannerMode#toc3 but unfortunately that script fails

[Orgmode] Re: [unimportant] A few org quotes

2010-08-19 Thread Puneeth
Hi Carsten, On Fri, Aug 20, 2010 at 1:50 AM, Carsten Dominik carsten.domi...@gmail.com wrote: If you have write access to Worg (you get write access by writing to Bastien that you want it), then you can edit the file org-quotes.org.  Just append new quotes to the appropriate first section,