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 t
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
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 e
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.
I
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 fi
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 duplic
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
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 mai
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
> sel
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 workaroun
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..
>
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-
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 neithe
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
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 t
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\\|
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..
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
> -
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-exp
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] [2
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 Di
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
Remem
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
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 'bl
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
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-org
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
28 matches
Mail list logo