Re: [Orgmode] org-export-latex.el renamed

2009-04-11 Thread Carsten Dominik
Hi Christopher, On Apr 9, 2009, at 7:23 PM, Christopher Suckling wrote: On 9 Apr 2009, at 17:33, Carsten Dominik wrote: the file org-export-latex.el has been renamed to org-latex.el. I think some of you might have (require 'org-export-latex) in your setup, this needs to be changed. Also,

Re: [Orgmode] Repeated Tasks

2009-04-11 Thread Matthew Lundin
Hi Antano, I can offer a response to one of your questions. Antano Solar John writes: > 2. Repeated deadlines are choking my agenda view. For daily reminders, > would it be possible that it does not show what I have to do tomorrow. I solve this problem by adding a DAILY tag to my repeating t

Re: [Orgmode] Changing multiple dates en masse

2009-04-11 Thread Mark Elston
Carsten Dominik wrote: Hi Mark, there is nothing like that built-in. However, here is how I would do this: I am assuming that each of the classes has a SCHEDULED date, maybe you created the list of entries with `org-clone-subtree-with-timeshift'. I am also assuming that these are children from

Re: [Orgmode] OT: latest edits on worg

2009-04-11 Thread Samuel Wales
Thanks, Bastien. I had thought that perhaps it was an RSS feed, the contents of which were links to worg itself, rather than to git, in such a way that, if emacs-w3m could understand RSS, then it would be like going to http://repo.or.cz/w/Worg.git but having it formatted for humans with links to o

[Orgmode] SOLVED: Changing todo status to waiting before clocked out.

2009-04-11 Thread dericbytes
Bernt, thanks for your email. It helped solve the problem... I thought my reply would not get routed to the mailing list. He is my problem and solution, for all to see I used Sacha's code to automatically clock in and out when the TODO state swapped between STARTED and WAITING. I then added code

[Orgmode] Re: ditaa 0.8 released

2009-04-11 Thread Sivaram Neelakantan
Stathis Sideris writes: > Hello everyone, > > Just a quick note to say that I have released ditaa 0.8. This is > mainly a bug-fixing and optimisation release and Carsten has already > put it in the git repository. You can also get from here: > > https://sourceforge.net/project/showfiles.php?group

Re: [Orgmode] OT: latest edits on worg

2009-04-11 Thread Bastien
Hi Samuel, Samuel Wales writes: > I noticed a new link on worg, latest edits. This looks interesting. This "latest edits" section lists the 10 last edits of the Worg git repository, as listed in the repo.or.cz RSS feed. It is inserted in Worg's index.org as a small piece of javascript code,

[Orgmode] matching color themes with org mode

2009-04-11 Thread Rustom Mody
The only 'color-theme' Ive been able to use so far is to set background to wheat. I am now trying some more attractive (aka darker) color themes Now I have (custom-set-faces '(org-hide background light)) (:foreground "wheat") which is done to hide stars in org mode. [That's a fearful n

[Orgmode] Re: Changing todo status to waiting before clocked out.

2009-04-11 Thread Bernt Hansen
Deric Bytes writes: > How can I change the todo status before an item is clocked out. I was > hoping for something like the following > > > (add-hook 'org-before-todo-state-change-hook > 'dericbytes/org-clock-out-change-status-to-waiting) > > >(defun dericbytes/org-clock-out-chan

[Orgmode] Changing todo status to waiting before clocked out.

2009-04-11 Thread Deric Bytes
How can I change the todo status before an item is clocked out. I was hoping for something like the following (add-hook 'org-before-todo-state-change-hook 'dericbytes/org-clock-out-change-status-to-waiting) (defun dericbytes/org-clock-out-change-status-to-waiting () (

[Orgmode] ditaa 0.8 released

2009-04-11 Thread Stathis Sideris
Hello everyone, Just a quick note to say that I have released ditaa 0.8. This is mainly a bug-fixing and optimisation release and Carsten has already put it in the git repository. You can also get from here: https://sourceforge.net/project/showfiles.php?group_id=120124&package_id=131112 Please n