[Orgmode] Sort headings by priorities (in *.org file, not in agenda)

2010-06-20 Thread Friedericksen Hope

Hello,

is it possible to sort headings of a specific level or headings in a region by 
priorities?
And if yes, how can I do that?

Thank you in advance!

Best,
Friedericksen


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Agenda View: Do not display items scheduled in the past

2010-04-19 Thread Friedericksen Hope

Dear list,

I tried to solve this problem with the manual, but I was not very successfull. I have an org file with several items, nearly all with a timestamp. When I open the standard agenda with C-x a a I get a 
weekly view with a display of all scheduled items from the past (like missed items) in red below the todays appointment. (I hope you can understand).


The items scheduled in the past are displayed ion red with a number like 3x 
saying that it was scheduled three days before.

How can I prevent orgmode from displaying these items? I only want to see items 
with a timestamp today (and, of course, deadline items in the next two weeks).

Thank you!

Best wishes,
Friedericksen



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Some questions about column view and org mode

2010-03-28 Thread Friedericksen Hope

Dear all,

I start to like column view. :)

But as I played around with it, a few questions came up:
- Is there some built-in timestamp property? The background is that I would like to have a column with a timestamp in it which I can set manually (but of course, I would like to have the calendar 
opened up when I press e on a field of this column, like on a SCHEDULED or DEADLINE column) I found the TIMESTAMP and TIMESTAMP_IA property in the manual, but I was not able to use this for my 
purpose and I also do not quite understand for what they are useful, but this is another topic. ;-)

- If there is such a thing as a timestamp column, is there a summary method 
which gives me the timestamp farest away or calculates the maximum difference 
from today to a timestamp in the past?
- Is there a way to get column view work with repeated timestamps? (I would 
like to have a birthday column with a DEADLINE property and of course, the 
birthday repeats every year.)

And two questions, not specifically related to column view:
- What is the fastest/easiest way to reload an org buffer, so that global settings get loaded (for example changes in global column definitions)? At the moment I close the buffer with C-k RET and open 
it again with C-f M-p RET but this seems a unnecessarily complicated


Thank you in advance for any suggestions/comments and also thank you, Carsten, 
for this wonderful tool. :-)

Greetings,
Friedericksen



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Recurring TODOs and alreade done TODOs

2010-03-27 Thread Friedericksen Hope

Thank you very much, Matt!

Everything works fine now... :-)

On 03/26/2010 10:35 PM, Matt Lundin wrote:

Friedericksen Hopefriedericksen.h...@gmail.com  writes:


First the problem:
I would like to create some recurring TODO items. But for example, when I use
'C-c C-s 10-05-01 +1w' it just create the timestamp: 'SCHEDULED:2010-05-01 
Sat'
I don't know why, because it is exactly like in the manual described.
Do I have to enable recurring TODOs in the config?


I believe you have to set recurring todos by hand---i.e., dive into the
org file and edit the SCHEDULED timestamp.


Is there a way/function/option to automatically clear or archive old
TODO-Items which are marked as DONE?


Here's one way to do it:

--8---cut here---start-8---
(defun my-org-archive-done-items ()
   Archive all items marked done in the current file
   (interactive)
   (org-map-entries
'(org-archive-subtree-default)
/!+DONE 'file))
--8---cut here---end---8---

Best,
Matt


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Recurring TODOs and alreade done TODOs

2010-03-26 Thread Friedericksen Hope

Hello,

I habe a problem and a question. :-)

First the problem:
I would like to create some recurring TODO items. But for example, when I use
'C-c C-s 10-05-01 +1w' it just create the timestamp: 'SCHEDULED: 2010-05-01 
Sat'
I don't know why, because it is exactly like in the manual described. Do I have 
to enable recurring TODOs in the config?

My question:
Is there a way/function/option to automatically clear or archive old TODO-Items 
which are marked as DONE?

Thank you in advance!!

Best wishes,
Friedericksen



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode