Re: [Orgmode] Hide :properties:

2009-06-04 Thread Carsten Dominik
On Jun 3, 2009, at 9:12 PM, Marcelo de Moraes Serpa wrote: Hello list! Is there a way to completely hide the :properties: from an item? Well, fold the entry with TAB. Otherwise, no, that would be too dangerous. - Carsten ___ Emacs-orgmode mai

Re: [Orgmode] Feedback on omitted org-clock-update-time-maybe case in org-ctrl-c-ctrl-c

2009-06-04 Thread Carsten Dominik
On Jun 2, 2009, at 2:33 PM, Kaelbling, Michael wrote: Greetings, I am kind of surprised that org-ctrl-c-ctrl-c does not do anything when on a CLOCK line. Naturally, (add-hook 'org-ctrl-c-ctrl-c-hook 'org-clock-update-time-maybe) works just fine once added to my .emacs file. Bu

Re: [Orgmode] sorting entries

2009-06-04 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jun 3, 2009, at 2:57 PM, Jörg Hagmann wrote: Hi, When sorting entries (C-c ^ t), I now get the following error: Sorting entries... Wrong type argument: listp, 1231542000.0 Emacs 22, 6.27trans (yesterday's), Mac OS X 10.5.7 This used to work. Thanks, Jörg ___

Re: [Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-04 Thread Carsten Dominik
Hi, wow, what a fantastic response to my request, thank you all very much for contributing pieces to this puzzle. There are several issues here. 1. Christopher did define his agenda command incorrectly (I know this variable is very complex... ). You defined the command as a block agenda

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-04 Thread Samuel Wales
Seems OK so far in newest git. Will monitor. Thanks. -- Myalgic encephalomyelitis denialism is causing death and severe suffering, worse than MS. Conflicts of interest are destroying research. /You/ can get the disease at any time permanently. Do science and justice matter to you? http://ww

Re: [Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-04 Thread Christopher DeMarco
On Thu Jun 4 09:49:19 2009 +0200, Carsten Dominik wrote: >A block agenda has *two* places where options can be stored. >One set of options for just the individual command, and one >set for for the block as a whole. Things like >org-agenda-start-with-column-view need to be set the

Re: [Orgmode] org mode and preview-latex

2009-06-04 Thread Carsten Dominik
On Jun 2, 2009, at 5:44 PM, Marvin Doyley wrote: (setq org-export-with-LaTeX-fragments t) thanks M Does that mean doing this did solve your problems, or does that mean you already had it set to t? Please take the time to reply with enough information so that I can figure out what you ar

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-04 Thread Carsten Dominik
On May 4, 2009, at 7:57 PM, Samuel Wales wrote: I found another bug. After an auto-save happens, if you change the remember buffer, then do org-remember-finalize, emacs will complain that remember-... has changed since you last saved it. I don't seem to be able to reproduce this. - Carsten

Re: [Orgmode] Re: The recurring task pattern

2009-06-04 Thread Ivan Nedrehagen
På Wed, 03 Jun 2009 10:57:47 +0200, skrev Chris Gray : Ivan Nedrehagen wrote: Hi everyone, I have a pattern that repeats itself in org-mode and I am wondering if anyone have any solutions to it. I have some tasks that must be done each week, it does not matter when I complete them, but they

[Orgmode] face for clock display in modeline

2009-06-04 Thread Samuel Wales
Just a possibility. I sometimes forget to clock out. I wonder if the showing a distinctive face for the clock display might prevent that. It looks like org-clock-update-mode-line is the relevant function, but customizing modeline-highlight face did not change the face. Thanks. -- Myalgic ence

Re: [Orgmode] org mode and preview-latex

2009-06-04 Thread Marvin Doyley
Sorry Carsten, What I meant to say was that org-export-with-Latex-fragment was set to t. The problem still continues :( Should I try a different value ? thanks M On Jun 4, 2009, at 5:44 AM, Carsten Dominik wrote: On Jun 2, 2009, at 5:44 PM, Marvin Doyley wrote: (setq org-export-with-LaT

[Orgmode] Question about cycle mode and sorting/refiling

2009-06-04 Thread Keith Swartz
A few weeks back, I asked about hooks when refiling and/or sorting, and am happy to report that these are working great for me ... /if/ I refile one item at a time. I'm unable to figure out why if I try to refile multiple items in a /region/, it doesn't have the same behavior. Here are my hook

[Orgmode] Re: The recurring task pattern

2009-06-04 Thread Matthew Lundin
Ivan Nedrehagen writes: > På Wed, 03 Jun 2009 10:57:47 +0200, skrev Chris Gray > : > >> You can add a deadline that repeats every week for the task. >> >> ** TODO Do weekly task >>DEADLINE: <2009-06-03 Wed +1w> >> >> Cheers, >> Chris > > Yes this does almost do the trick, but with one annoyin

[Orgmode] Re: Trouble setting variables in custom agenda command

2009-06-04 Thread Matthew Lundin
Christopher DeMarco writes: > On Thu Jun 4 09:49:19 2009 +0200, Carsten Dominik wrote: > >>A block agenda has *two* places where options can be stored. >>One set of options for just the individual command, and one >>set for for the block as a whole. Things like >>org-agenda-star

Re: [Orgmode] bugs in org-remember-backup-directory

2009-06-04 Thread Samuel Wales
The bug still exists. To reproduce, run emacs -Q --load , remember a task, make enough changes to trigger do-auto-save, then c-x c-s. It should tell you it has changed and ask if you want to save. You will have to set 3 env vars for dirs of your choice. I didn't want to risk making dirs for you.