Re: [Orgmode] Re: diary in agenda

2007-10-02 Thread Carsten Dominik


On Oct 3, 2007, at 1:16, Bastien wrote:


Christian Egli <[EMAIL PROTECTED]> writes:


Hm, I followed my own advice and set *-holidays to nil, but the
holidays still show up in the agenda (so I guess you cannot disable
holidays by tweaking these cars). Have to study the code some more
as to how to get rid of these holiday entries in the agenda.


Thursday   4 October 2007
  Holiday:Shemini Atzeret
  Diary:  Shemini Atzeret

The strange thing here is the "Holiday:" line.





AFAIK, all diary entries that Org adds fall in the "Diary" category.
Please tell us about the solution when you find it!



Seems to me that the holidays are pulled in from an sexp entry in an 
org-mode

file, with category "holiday".

- Carsten



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


Re: [Orgmode] Re: diary in agenda

2007-10-02 Thread Bastien
Christian Egli <[EMAIL PROTECTED]> writes:

> Hm, I followed my own advice and set *-holidays to nil, but the
> holidays still show up in the agenda (so I guess you cannot disable
> holidays by tweaking these cars). Have to study the code some more
> as to how to get rid of these holiday entries in the agenda.

Thursday   4 October 2007
  Holiday:Shemini Atzeret
  Diary:  Shemini Atzeret

The strange thing here is the "Holiday:" line. 

AFAIK, all diary entries that Org adds fall in the "Diary" category.
Please tell us about the solution when you find it!

-- 
Bastien


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


Re: [Orgmode] FR: customizable fallback function for org-complete

2007-10-02 Thread Carsten Dominik

I like that and will make hippie expand the default, configurable
with the variable `org-fallback-completion-command'.

Thanks.

- Carsten

On Oct 2, 2007, at 14:00, Adam Spiers wrote:


Hi Carsten,

Here's a feature request idea which should be easy to implement.  The
docstring for org-complete ends with:

  At all other locations, this simply calls `ispell-complete-word'.

Personally I would prefer the fallback behaviour to be to call
hippie-expand.  Others might like dabbrev-expand, etc.  Can this be
made customizable?

Thanks,
Adam


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




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



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


Re: [Orgmode] Org doesn't play nice with partial-completion-mode

2007-10-02 Thread Carsten Dominik

Fixed, thanks.

- Carsten

On Oct 2, 2007, at 16:44, Denis Bueno wrote:


Hi, all,

In particular tag name completion breaks (tags are one of my favorite
features of org-mode), if the user has enabled
partial-completion-mode.

Disable partial-completion-mode (if necessary) and try the following.
In a file with at least two tags, tag a new TODO with a tag.  Then do
C-c C-c again to add another tag, and make sure to tab-complete the
second name. Observe that tab completion on the second name works as
expected.  Now enable partial-completion-mode and try to add a second
tag by tab-completing the name.  Observe that the original tag is
deleted in the minibuffer once you hit TAB and complete the name of
the second tag.

This happens to me with org-mode 5.10b and emacs 22.1.2.

--
  Denis


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




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



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


Re: [Orgmode] Re: export all linked images with a certain property or tag

2007-10-02 Thread Bastien
Fabian Braennstroem <[EMAIL PROTECTED]> writes:

> Sounds pretty good for me, but is it possible to insert all
> current agenda headlines into one buffer?

In agenda view, you can use C-x C-w to export the view to HTML. This
uses htmlize.el, so make sure it's on your system.

See "Exporting to a file" at the bottom of this info page:

  (info "(Org)Agenda commands")

For now, if you want to skip some headlines during exportation, you will
have to archive them, or to add the keyword QUOTE (C-c : when you're on
the headline.)

-- 
Bastien


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


[Orgmode] Re: diary in agenda

2007-10-02 Thread Christian Egli

Hm, I followed my own advice and set *-holidays to nil, but the
holidays still show up in the agenda (so I guess you cannot disable
holidays by tweaking these cars). Have to study the code some more
as to how to get rid of these holiday entries in the agenda.

Cezar <[EMAIL PROTECTED]> writes:

>> As far as I know org-mode parses the Fancy Diary Display internally to
>> find entries from the diary and to add them to the agenda. I think you
>> can customize the holidays shown by modifying the variables
>> `christian-holidays', `hebrew-holidays',
>> and `islamic-holidays'.
>>
>> As for the duplicates I have no idea. Have you looked at your (fancy)
>> diary? 
>>
>> HTH
>> Christian
>
> Thanks, I didn't know that !
>
> Really helpfull.



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


[Orgmode] Re: diary in agenda

2007-10-02 Thread Cezar

> As far as I know org-mode parses the Fancy Diary Display internally to
> find entries from the diary and to add them to the agenda. I think you
> can customize the holidays shown by modifying the variables
> `christian-holidays', `hebrew-holidays',
> and `islamic-holidays'.
>
> As for the duplicates I have no idea. Have you looked at your (fancy)
> diary? 
>
> HTH
> Christian

Thanks, I didn't know that !

Really helpfull.



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


[Orgmode] Re: diary in agenda

2007-10-02 Thread Cezar
Bastien <[EMAIL PROTECTED]> writes:

> Cezar <[EMAIL PROTECTED]> writes:
>
>>   My agenda looks like this:
>>
>> Thursday   4 October 2007
>>   Holiday:Shemini Atzeret
>>   Diary:  Shemini Atzeret
>
> What if you set (setq holidays-in-diary-buffer nil)? 

Thanks !

>
> I guess the docstring of `calendar-holidays' might be helpful here.
>
>> (require 'blorg)
>
> Ahem - are you actually using blorg?  If yes, could you provide a link?
> I'd be interested in seeing this.  Thanks!
>

Not yet, but I do admire your work, and of course every one else who
writes code for Emacs.

I will provide you with a link as soon as I get something online.

Regards,
Cezar



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


[Orgmode] Re: clock from agenda buffer

2007-10-02 Thread Cezar
Bastien <[EMAIL PROTECTED]> writes:

> Cezar <[EMAIL PROTECTED]> writes:
>
>>   Is there any way to start/stop timing a task from the agenda
>>   buffer ?
>
> "I" to clock in, "O" to clock out.
>
> -- 
> Bastien

Cool, Thank you !



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


[Orgmode] Re: export all linked images with a certain property or tag

2007-10-02 Thread Fabian Braennstroem

Bastien schrieb am 10/01/2007 11:50 PM:
> Fabian Braennstroem <[EMAIL PROTECTED]> writes:
> 
>> Sounds good for me, maybe it would be good to add some kind off
>> 'comment-region', which will not be exported by default.
> 
> Org already knows about comments. You can comment entire regions by
> selecting them, then pressing M-;. Whenever asked, enter "#" as the
> comment character.
> 
> Within comments, all links are still active (even if the fontification
> is quite misleading on this). So you should be able to insert pictures
> and jump to them as usual.
> 
> Both HTML and LaTeX exporters will just skip comments.
> 
> See (info "(org)Comment lines")

Thanks for the hint.

>> Another and maybe easier way for the export could be to define the
>> number of levels of a searched tag; then I would reorganize my
>> structure a bit:
> 
> The export engine is already aware of levels in some ways.  
> 
> `org-export-headline-levels' (or the "H:" option in #+OPTIONS) sets the
> level of headlines to export. For the HTML exporter, levels below this
> one are exported as list items. The LaTeX exporter comes with another
> option: `org-export-latex-low-levels' which decides what to do with
> lower levels: you can either convert them as descriptive lists, skip
> them or use your own syntax. AFAIK there is no equivalent for HTML, 
> but this would do what you request.

Sounds pretty good for me, but is it possible to insert all
current agenda headlines into one buffer?
Right now, I am just able to put on tree to an indirect buffer.
Thanks! Fabian



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


[Orgmode] org-clock-display on org-narrow-to-subtree

2007-10-02 Thread Bernt Hansen
Carsten,

I just noticed a minor thing with org-clock-display.  I'm using
org-narrow-to-subtree regularly now that I've tried again to switch to
GTD :) and org-clock-display (C-c C-x C-d) in the narrowed buffer
doesn't put the time on the first line (which is the parent task).

My current workaround for this is just to insert a blank line at the
top of the buffer - then it works.  I just have to remember to remove
the blank line before widening the buffer again.  Hopefully there's a
simple fix for this.

Thanks again for a (as my 6-year old would call it) TOTALLY AWESOME
tool!

Regards,
Bernt





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


Re: [Orgmode] Re: inactive time stamp shows as scheduled and active in agenda

2007-10-02 Thread Bastien
Rainer Stengele <[EMAIL PROTECTED]> writes:

> I get this in my agenda "C-c a a":
>
> 16:00..
> DIPLAN: 16:19..  Scheduled:  TODO [#A] [2007-10-02 Di ] TEST  
> :INFO:
> 18:00..
> 20:00..
>
> thats means somehow the inactive timestamp is processed and shown -
> which is not wanted I expect!

(setq org-agenda-remove-times-when-in-prefix nil) 

will let the inactive timestamp be entirely displayed -- i.e. with the
time specification. 

If you don't want the inactive timestamp why don't you put outside the
headline? I usually put timestamps just below the headline, as I don't
need to mix different kinds of timestamps...

-- 
Bastien


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


[Orgmode] Org doesn't play nice with partial-completion-mode

2007-10-02 Thread Denis Bueno
Hi, all,

In particular tag name completion breaks (tags are one of my favorite
features of org-mode), if the user has enabled
partial-completion-mode.

Disable partial-completion-mode (if necessary) and try the following.
In a file with at least two tags, tag a new TODO with a tag.  Then do
C-c C-c again to add another tag, and make sure to tab-complete the
second name. Observe that tab completion on the second name works as
expected.  Now enable partial-completion-mode and try to add a second
tag by tab-completing the name.  Observe that the original tag is
deleted in the minibuffer once you hit TAB and complete the name of
the second tag.

This happens to me with org-mode 5.10b and emacs 22.1.2.

-- 
  Denis


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


[Orgmode] Re: inactive time stamp shows as scheduled and active in agenda

2007-10-02 Thread Rainer Stengele
Bastien schrieb:
> Rainer Stengele <[EMAIL PROTECTED]> writes:
> 
>> anyway - the timestamp is modified from
>>
>> * TODO [#A] [2007-10-02 Di 14:40] test todo  :INFO:
>>
>> to
>>
>>   14:40..Scheduled:  TODO [#A] [2007-10-02 Di ] test todo  :INFO:
> 
> I cannot reproduce this neither - are you sure you refreshed the agenda
> buffer (by pressing `r' in it)?
> 

ok - sorry again, there actually is something strange here.

again:

I have this in my org file:


* TODO [#A] [2007-10-02 Di 16:19] TEST  
 :INFO:
  SCHEDULED: <2007-10-02 Di>


I get this in my agenda "C-c a a":


16:00..
DIPLAN: 16:19..  Scheduled:  TODO [#A] [2007-10-02 Di ] TEST
  :INFO:
18:00..
20:00..

thats means somehow the inactive timestamp is processed and shown - which is 
not wanted I expect!


rainer



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


Re: [Orgmode] getting a timeline of all active and incative timestamps

2007-10-02 Thread Bastien
Rainer Stengele <[EMAIL PROTECTED]> writes:

> But I would like to have a custom agenda view where I can see what I
> see with "D" above and all timestamped items.

The agenda custom views can include entries that match a specific
regexp. Please see the docstring of `org-agenda-skip-if' for details.

-- 
Bastien


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


Re: [Orgmode] Re: inactive time stamp shows as scheduled and active in agenda

2007-10-02 Thread Bastien
Rainer Stengele <[EMAIL PROTECTED]> writes:

> anyway - the timestamp is modified from
>
> * TODO [#A] [2007-10-02 Di 14:40] test todo  :INFO:
>
> to
>
>   14:40..Scheduled:  TODO [#A] [2007-10-02 Di ] test todo  :INFO:

I cannot reproduce this neither - are you sure you refreshed the agenda
buffer (by pressing `r' in it)?

-- 
Bastien


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


[Orgmode] getting a timeline of all active and incative timestamps

2007-10-02 Thread Rainer Stengele
hi.

I'd like to see "what I worked on" for the past time.


I started with this:


(setq org-agenda-custom-commands
  '(
...
("D" agenda "DONE agenda"
 ((org-agenda-skip-function
   (lambda nil
 (org-agenda-skip-entry-if (quote notregexp) 
"DONE\\|ARCHIVE\\|INARBEIT")))
  (org-agenda-ndays 7)
  (org-agenda-overriding-header "Worked on tasks: ")
  (org-agenda-skip-deadline-if-done nil)
  (org-agenda-skip-archived-trees nil)
  (org-deadline-warning-days -0)
  (org-agenda-start-on-weekday 1)
  (org-agenda-skip-scheduled-if-done nil)
  (org-agenda-overriding-header "Worked on tasks: ")))
...


works so far.

Now - as a habit I make notes of all kinds of activities (phone calls, todo 
progress, emails etc.).
The notes I preceed with inactive time stamps because I do not want to see them 
in my standard
agenda views.
But I would like to have a custom agenda view where I can see what I see with 
"D" above and all
timestamped items.

Any ideas?

rainer



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


[Orgmode] Re: inactive time stamp shows as scheduled and active in agenda

2007-10-02 Thread Rainer Stengele
Bastien schrieb:
> Rainer Stengele <[EMAIL PROTECTED]> writes:
> 
>> * TODO [#A] [2007-10-02 Di 10:42] call from customer:@TAG:
> 
>> How can I manage to see the item unscheduled?
>>
>> 8:00..
>>10:00..
>>10:42..Scheduled:  INARBEIT [#A] [2007-10-02 Di ] call from 
>> customer :@TAG:
>>12:00..
>>14:00..
> 
> I just ran a quick test and I'm not able to reproduce that.  Are you
> sure the item is not scheduled anywere else?  The agenda line looks
> suspicious: the TODO keyword is not the same, and the trailing space
> after "Di" is really weird...
> 


you were right, the item was scheduled; my fault.


anyway - the timestamp is modified from

* TODO [#A] [2007-10-02 Di 14:40] test todo  :INFO:

to

  14:40..Scheduled:  TODO [#A] [2007-10-02 Di ] test todo  :INFO:



rainer


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


Re: [Orgmode] Moving an item to a precise place

2007-10-02 Thread Max Mikhanosha
Hi Xavier,

At Sun, 16 Sep 2007 03:00:10 +0200,
Xavier Maillard wrote:
> 
> So let's say I have this organization:
> 
> * Project 1
> ** TODO Ask foo about bar
> 
> * Project 2
> ** TODO Write customer report
> 
> * Project 3
> 
> How can I move the TODO from "Project 1" to "Project 3" directly
> -i.e. move by "name"

I'm catching up on reading my mailing lists, therefore you may have
already found a different way to do it, but just in case below is what
I wrote for myself for same functionality that you asked for.

Regards,
  Max

;;; Below code provides a function M-x org-quicky-refile which cuts a
;;; heading, then scans the file for the names of top level headings,
;;; and asks for the heading name to paste the item into (with
;;; standard Emacs completion)
;;;
;;; Simply bind org-quicky-refile to a key in org-mode-map.
;;;
;;; Bugs: leaves empty line sometimes, but this is a bug in
;;  org-paste-subtree IMHO.
;;;
;;; Possible improvements: only collect headings with specific tags
;;; as targets, so that one can tag 3rd/4th level headings as target

(defun org-quicky-get-heading (&optional no-props)
  (if (looking-at "^\\*+[ \t]+\\([^\r\n]*?\\)[ \t]*\\(:[a-zA-Z0-9:[EMAIL 
PROTECTED])?[ \t]*[\r\n]") 
  (if no-props (org-match-string-no-properties 1) 
(match-string 1)) ""))

(defun org-quicky-get-toplevel-headings ()
  "Return a list of top level headings"
  (let (headings) 
(save-excursion
  (goto-char (point-min))
  (while (not (eobp))
(when (and (looking-at outline-regexp)
   (= (org-outline-level) 1))
  (push (cons (org-quicky-get-heading t) (point-marker)) headings))
(forward-line)))
(nreverse headings)))

(defmacro when* (expr &rest body)
  `(let ((it ,expr))
 (when it
   ,@body)))

(defvar org-quicky-refile-history nil)

(defun org-quicky-refile (&optional arg)
  (interactive)
  (let* ((headings (org-quicky-get-toplevel-headings))
 (completion-ignore-case t)
 pos)
(when* (completing-read 
"Project: " (mapcar #'car headings)
nil t nil 'org-quicky-refile-history)
   (setq pos (cdr (assoc it headings)))
   (org-cut-special)
   (save-excursion 
 (goto-char pos)
 (setq pos (or (save-excursion 
 (outline-get-next-sibling))
   (point-max)))
 (goto-char pos)
 (org-paste-subtree 2)



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


[Orgmode] FR: customizable fallback function for org-complete

2007-10-02 Thread Adam Spiers
Hi Carsten,

Here's a feature request idea which should be easy to implement.  The
docstring for org-complete ends with:

  At all other locations, this simply calls `ispell-complete-word'.

Personally I would prefer the fallback behaviour to be to call
hippie-expand.  Others might like dabbrev-expand, etc.  Can this be
made customizable?

Thanks,
Adam


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


Re: [Orgmode] inactive time stamp shows as scheduled and active in agenda

2007-10-02 Thread Bastien
Rainer Stengele <[EMAIL PROTECTED]> writes:

> * TODO [#A] [2007-10-02 Di 10:42] call from customer:@TAG:

> How can I manage to see the item unscheduled?
>
> 8:00..
>10:00..
>10:42..Scheduled:  INARBEIT [#A] [2007-10-02 Di ] call from 
> customer :@TAG:
>12:00..
>14:00..

I just ran a quick test and I'm not able to reproduce that.  Are you
sure the item is not scheduled anywere else?  The agenda line looks
suspicious: the TODO keyword is not the same, and the trailing space
after "Di" is really weird...

-- 
Bastien


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


RE: [Orgmode] diary in agenda

2007-10-02 Thread Egli Christian (KIRO 41)

Bastien writes:

> Cezar <[EMAIL PROTECTED]> writes:

> >   My agenda looks like this:
> >
> > Thursday   4 October 2007
> >   Holiday:Shemini Atzeret
> >   Diary:  Shemini Atzeret

> What if you set (setq holidays-in-diary-buffer nil)? 

As far as I know org-mode parses the Fancy Diary Display internally to
find entries from the diary and to add them to the agenda. I think you
can customize the holidays shown by modifying the variables
`christian-holidays', `hebrew-holidays',
and `islamic-holidays'.

As for the duplicates I have no idea. Have you looked at your (fancy)
diary? 

HTH
Christian


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


[Orgmode] small typo

2007-10-02 Thread Rainer Stengele
org-agenda-skip-entry-if is a compiled Lisp function in `org.el'.
(org-agenda-skip-entry-if &rest conditions)

Skip entry is any of conditions is true.
   ^^ must be "if"
See `org-agenda-skip-if for details.



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


[Orgmode] inactive time stamp shows as scheduled and active in agenda

2007-10-02 Thread Rainer Stengele
hi.

look at this todo:

* TODO [#A] [2007-10-02 Di 10:42] call from customer:@TAG:


I find it in may custom agenda using:

(setq org-agenda-custom-commands
  '(
("A" agenda "prio A agenda"
 ((org-agenda-skip-function
   (lambda nil
 (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\\]")))
  (org-agenda-ndays 1)
  (org-deadline-warning-days -1)
  (org-agenda-overriding-header "Today's Priority #A tasks: ")))
...


The timestamp is incative! It is just a reminder for when the call from the 
customer came in.
I would like to see the todo in the agenda because it is a prio #A todo but I 
do not like to see at
in the agenda like here as a scheduled timestamped todo item!
How can I manage to see the item unscheduled?


8:00..
   10:00..
   10:42..Scheduled:  INARBEIT [#A] [2007-10-02 Di ] call from 
customer :@TAG:
   12:00..
   14:00..


rainer



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


Re: [Orgmode] diary in agenda

2007-10-02 Thread Bastien
Cezar <[EMAIL PROTECTED]> writes:

>   My agenda looks like this:
>
> Thursday   4 October 2007
>   Holiday:Shemini Atzeret
>   Diary:  Shemini Atzeret

What if you set (setq holidays-in-diary-buffer nil)? 

I guess the docstring of `calendar-holidays' might be helpful here.

> (require 'blorg)

Ahem - are you actually using blorg?  If yes, could you provide a link?
I'd be interested in seeing this.  Thanks!

-- 
Bastien


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


Re: [Orgmode] clock from agenda buffer

2007-10-02 Thread Bastien
Cezar <[EMAIL PROTECTED]> writes:

>   Is there any way to start/stop timing a task from the agenda
>   buffer ?

"I" to clock in, "O" to clock out.

-- 
Bastien


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


[Orgmode] clock from agenda buffer

2007-10-02 Thread Cezar

Hello,

  Is there any way to start/stop timing a task from the agenda buffer ?

Regards,
Cezar



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


[Orgmode] diary in agenda

2007-10-02 Thread Cezar


Hello,

  My agenda looks like this:

Thursday   4 October 2007
  Holiday:Shemini Atzeret
  Diary:  Shemini Atzeret


Any idea why there are duplicates ? And where are those stored cause
they are not in my ~/diary file nor in my todo.org. (I am guessing they
are in the emacs calendar, but why twice).

Also here is my relevant .emacs:

;; Org Mode
(require 'org)
(require 'org-nnml)
(require 'blorg)
(require 'org2rem)
(require 'org-toc)
(require 'org-registry)
(org-registry-initialize)

(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))

(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(define-key org-agenda-mode-map "\C-n" 'next-line)
(define-key org-agenda-keymap "\C-n" 'next-line)
(define-key org-agenda-mode-map "\C-p" 'previous-line)
(define-key org-agenda-keymap "\C-p" 'previous-line)

(setq org-todo-keywords
  '((sequence "TODO" "SOMEDAY" "WAITING(w)" "|" "DONE")))
(setq org-agenda-files (quote ("~/todo.org")))
(setq org-default-notes-file "~/notes.org")

(setq org-reverse-note-order t)
(setq org-log-done (quote (done state)))
(setq org-agenda-include-diary t)
(setq org-remember-store-without-prompt t)
(setq org-agenda-skip-deadline-if-done t)
(setq org-agenda-show-all-dates t)
(setq org-agenda-ndays 7)
(setq org-deadline-warning-days 14)
(setq org-fast-tag-selection-single-key (quote expert))
(setq org-agenda-skip-scheduled-if-done t)
(setq org-agenda-start-on-weekday nil)
(setq org-directory "~/")
(setq org-todo-keyword-faces
   '(("TODO"  . org-warning)
 ("SOMEDAY"  . (:foreground "pink" :weight bold
   :underline nil))
 ("WAITING"  . (:foreground "orange" :weight bold
 :underline nil
(setq org-agenda-custom-commands
  (quote (("d" todo "DELEGATED" nil)
  ("c" todo "DONE|DEFERRED|CANCELLED" nil)
  ("w" todo "WAITING" nil)
  ("W" agenda "" ((org-agenda-ndays 21)))
  ("A" agenda ""
   ((org-agenda-skip-function
 (lambda nil
   (org-agenda-skip-entry-if (quote notregexp) 
"\\=.*\\[#A\\]")))
(org-agenda-ndays 1)
(org-agenda-overriding-header "Today's Priority #A tasks: ")))
  ("u" alltodo ""
   ((org-agenda-skip-function
 (lambda nil
   (org-agenda-skip-entry-if (quote scheduled) (quote deadline)
 (quote regexp) "<[^>\n]+>")))
(org-agenda-overriding-header "Unscheduled TODO entries: "))

;; Lists all matching lines in all of your Agenda files
(defun org-multi-occur (regexp)
  (interactive "sList all lines matching: ")
  (multi-occur (mapcar 'get-file-buffer (org-agenda-files)) regexp))

;; Remember
(require 'remember)
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(setq remember-annotation-functions '(org-remember-annotation)
  remember-handler-functions'(org-remember-handler))
(setq org-remember-templates
   (quote ((116 "* TODO %?\n  %u" "~/notes.org" "Tasks")
   (110 "* %u %?" "~/notes.org" "Notes"

;; Diary
(setq view-diary-entries-initially t
  mark-diary-entries-in-calendar t
  number-of-diary-entries 7)
(add-hook 'diary-display-hook 'fancy-diary-display)
(add-hook 'today-visible-calendar-hook 'calendar-mark-today)



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