[Accepted] [Orgmode] org-agenda: fix start/end time in timerange

2011-01-29 Thread Carsten Dominik
> Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: fix start/end time in timerange > Date: Sat, 22 Jan 2011 22:08:51 - > From: Julien Danjou > X-Patchwork-Id: 555 > Messag

[Accepted] [Orgmode] org-agenda: fix regexp in progress for state logging

2011-01-26 Thread Bastien Guerry
Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: fix regexp in progress for state logging > Date: Wed, 26 Jan 2011 20:52:12 - > From: Julien Danjou > X-Patchwork-Id: 562 > Messag

[Accepted] [Orgmode] org-agenda: simplify start/stop/duration time computing

2011-01-26 Thread Carsten Dominik
Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: simplify start/stop/duration time computing > Date: Wed, 22 Dec 2010 21:55:46 - > From: Julien Danjou > X-Patchwork-Id: 506 > Messag

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-18 Thread Carsten Dominik
Hi, I believe this is superseded by the hack in org-hacks.org, so I have marked this patch off on the patchwork server. - Carsten On Jan 12, 2011, at 8:19 AM, Suvayu Ali wrote: Hi Kiwon, On Wed, 12 Jan 2011 12:23:48 +0900 Kiwon Um wrote: Dear org users, The recent function for showing

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-15 Thread Bastien
Hi Kiwon, Kiwon Um writes: > ;; refresh agenda view regurally > (defun kiwon/org-agenda-redo-in-other-window () > "Call org-agenda-redo function even in the non-agenda buffer." > (interactive) > (let ((agenda-window (get-buffer-window org-agenda-buffer-name t))) > (when agenda-window >

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Michael Brand
On Thu, Jan 13, 2011 at 05:56, Kiwon Um wrote: > ;; refresh agenda view regurally > (defun kiwon/org-agenda-redo-in-other-window () > "Call org-agenda-redo function even in the non-agenda buffer." > (interactive) > (let ((agenda-window (get-buffer-window org-agenda-buffer-name t))) >(when a

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Kiwon Um
Suvayu Ali writes: > Hi Nick, > > On Wed, 12 Jan 2011 03:23:44 -0500 > Nick Dokos wrote: > >> You can probably use run-with-timer or run-with-idle-timer to do >> things like this, but I'm with Detlef Steuer: pressing 'g' in the >> agenda to refresh it is simple and does not consume any extra >>

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Tommy Stanton
I would guess that the simple use of 'g' for refreshing was inspired by the Emacs buffer list (induced by C-c C-b; you enter "Buffer Menu" mode while in that *Buffer List* buffer's window). Discovering 'g' for the buffer list took me a long time, but I was so delighted when I did. -Tommy On Jan 1

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Suvayu Ali
Hi Nick, On Wed, 12 Jan 2011 03:23:44 -0500 Nick Dokos wrote: > You can probably use run-with-timer or run-with-idle-timer to do > things like this, but I'm with Detlef Steuer: pressing 'g' in the > agenda to refresh it is simple and does not consume any extra > resources - you do it when you ne

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Nick Dokos
Suvayu Ali wrote: > Hi Kiwon, > > On Wed, 12 Jan 2011 12:23:48 +0900 > Kiwon Um wrote: > > > Dear org users, > > > > The recent function for showing current time in agenda view is quite > > cool. I have a question about it. When the agenda view is being shown, > > is there any way to refresh

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-11 Thread Suvayu Ali
Hi Kiwon, On Wed, 12 Jan 2011 12:23:48 +0900 Kiwon Um wrote: > Dear org users, > > The recent function for showing current time in agenda view is quite > cool. I have a question about it. When the agenda view is being shown, > is there any way to refresh it automatically so that makes the curre

[Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-11 Thread Kiwon Um
Dear org users, The recent function for showing current time in agenda view is quite cool. I have a question about it. When the agenda view is being shown, is there any way to refresh it automatically so that makes the current time line always recent? Thanks. -- Kiwon Um ___

[Orgmode] org-agenda-follow-narrowed ?

2010-12-09 Thread Dave Abrahams
When I'm in the agenda, if I hit SPC, I get a nice narrowed view of the current item. When I toggle org-agenda-follow-mode, I get org to show me the current item without hitting SPC---but it's not narrowed. It also has the property drawer collapsed. What I'd like is to have org follow me with e

[Accepted] [Orgmode] org-agenda: Fix category string for agenda

2010-12-03 Thread Carsten Dominik
al message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: Fix category string for agenda > Date: Fri, 03 Dec 2010 00:37:54 - > From: Matt Lundin > X-Pa

[Accepted] [Orgmode] org-agenda: convert category to string

2010-11-29 Thread Carsten Dominik
Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: convert category to string > Date: Thu, 25 Nov 2010 01:02:12 - > From: Julien Danjou > X-Patchwork-Id: 406 > Message-Id: <1290628932

Re: [Orgmode] org-agenda-skip-function not working

2010-11-07 Thread David Maus
At Sat, 9 Oct 2010 13:35:54 +0530, Saurabh Agrawal wrote: > I am using org-mode *daily* since last two years and absolutely love it. I am > very grateful to Charles and other core team > members. > > Just recently, I made some changes to my org configuration as I had making > some changes in my

Re: [Accepted] [Orgmode] org-agenda: fix org-agenda-category-icon-alist defcustom type

2010-11-05 Thread Julien Danjou
On Fri, Nov 05 2010, Bastien Guerry wrote: Thanks. Clearly this patch works fine, but it's probably not as good as it could be. I suck at defcustom, so if anyone can do a better job on the properties part, please go ahead. -- Julien Danjou // ᐰhttp://julien.danjou.info

[Accepted] [Orgmode] org-agenda: fix org-agenda-category-icon-alist defcustom type

2010-11-05 Thread Bastien Guerry
Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: fix org-agenda-category-icon-alist defcustom > type > Date: Fri, 05 Nov 2010 19:43:45 - > From: Julien Danjou > X-Patchwork-Id: 36

[Accepted] [Orgmode] org-agenda: return multiple results when sexp return a string with "; "

2010-11-04 Thread Carsten Dominik
Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: return multiple results when sexp return a > string with "; " > Date: Wed, 03 Nov 2010 22:32:18 - > From: Julien Danjou >

[Accepted] [Orgmode] org-agenda: add support for category icons

2010-11-04 Thread Carsten Dominik
ion: http://mid.gmane.org/%3C1288342172-7194-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] org-agenda: add support for ca

[Orgmode] org-agenda-skip-function not working

2010-10-09 Thread Saurabh Agrawal
Hi, I am using org-mode *daily* since last two years and absolutely love it. I am very grateful to Charles and other core team members. Just recently, I made some changes to my org configuration as I had making some changes in my daily work framework. That broke a part of my configuration. (tags

Re: [Orgmode] `org-agenda-get-timestamps' fails on active timestamp before first headline

2010-06-24 Thread Carsten Dominik
Hi Erik, you should not put active time stamps before the first headline. Active time stamps have a specific meaning in Org-mode. Still, I have made the change to catch this error. Greetings - Carsten On Jun 20, 2010, at 10:18 PM, Erik L. Arneson wrote: Hi guys, I've discovered a bug in `o

[Orgmode] `org-agenda-get-timestamps' fails on active timestamp before first headline

2010-06-20 Thread Erik L. Arneson
Hi guys, I've discovered a bug in `org-agenda-get-timestamps' wherein an active timestamp before the first headline causes it to fail. I realize that this is probably an error in my use of active timestamps, but there was no really handy error message and this bugged me for weeks. I'm not famili

[Orgmode] org-agenda-todo-ignore-scheduled setting not affecting custom agenda

2010-04-28 Thread Paul Mead
Hi I've got some custom agendas set up, see the extract from my org config file below. If I use one of the built-in agenda comands, for instance C-c a t any scheduled todos are omitted as expected. If I select any of my custom agenda commands, they are not. Any idea why this would be? Thanks, P

Re: [Orgmode] org-agenda-follow-link does not work with id links

2010-02-22 Thread Carsten Dominik
Hi Matt, I can reproduce this bug - however, I have not found an easy fix yesterday. THis will need more time - Carsten On Feb 16, 2010, at 3:42 PM, Matt Lundin wrote: When typing C-c C-o on an agenda id-style link, the cursor remains in the agenda buffer and the link target is not di

[Orgmode] org-agenda-follow-link does not work with id links

2010-02-16 Thread Matt Lundin
When typing C-c C-o on an agenda id-style link, the cursor remains in the agenda buffer and the link target is not displayed. I tested this by placing the following tree in one of my agenda files: --8<---cut here---start->8--- * Test :PROPERTIES: :CATEGORY:

Re: [Orgmode] org-agenda-files variable

2010-01-17 Thread Carsten Dominik
Hi Andrea, On Jan 17, 2010, at 12:00 PM, andrea wrote: I've set up in before-hook a function to append to org-agenda-files every org file. Now the problem is that sometimes it adds the file in form ~/path and sometimes in form /Users/user/path It's annoying because on different machines I have

[Orgmode] org-agenda-files variable

2010-01-17 Thread andrea
I've set up in before-hook a function to append to org-agenda-files every org file. Now the problem is that sometimes it adds the file in form ~/path and sometimes in form /Users/user/path It's annoying because on different machines I have different homes. What could be the reason? I always visit

Re: [Orgmode] org-agenda-diary-entry without date tree

2009-11-19 Thread Carsten Dominik
Hi Matt, please try (setq org-agenda-insert-diary-strategy 'top-level) HTH - Carsten On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote: Hi Carsten, The new org-agenda-diary-entry looks quite convenient. Would it be possible to add an option to bypass the date tree so as to add each new ap

Re: [Orgmode] org-agenda-diary-entry without date tree

2009-11-14 Thread Carsten Dominik
On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote: Hi Carsten, The new org-agenda-diary-entry looks quite convenient. Would it be possible to add an option to bypass the date tree so as to add each new appointment as a simple first level heading? I prefer to keep my appointments organized by pro

[Orgmode] org-agenda-diary-entry without date tree

2009-11-14 Thread Matt Lundin
Hi Carsten, The new org-agenda-diary-entry looks quite convenient. Would it be possible to add an option to bypass the date tree so as to add each new appointment as a simple first level heading? I prefer to keep my appointments organized by project and/or category and have no real use for the d

Re: [Orgmode] org-agenda-custom-commands

2009-10-30 Thread Carsten Dominik
On Oct 29, 2009, at 8:56 PM, Harald Weis wrote: But I still think it could be advantageous to do the whole lot within the org-agenda-custom-commands variable if the match would be evaluated before getting used. Well, we can try and see if it breaks something. The latest git version now do

Re: [Orgmode] org-agenda-custom-commands

2009-10-29 Thread Harald Weis
Sorry, I was away for a couple of days. Many thanks for your proposition which really works fine. Still, would it be difficult to implement ``evaluating match before it gets used''? My user needs to define in his files a great number of _multi-value_ property keys. He also requires for an occur

Re: [Orgmode] org-agenda-skip-entry-if 'notdeadline?

2009-10-26 Thread Carsten Dominik
On Oct 26, 2009, at 5:49 AM, Michael Gilbert wrote: Hi -- Still trying to figure out how to show only (current) deadlines in my agenda. I use org-agenda-skip-entry-if 'notdeadline but that still seems to include all the scheduled items who have deadlines (some time in the future, but not

[Orgmode] org-agenda-skip-entry-if 'notdeadline?

2009-10-25 Thread Michael Gilbert
Hi -- Still trying to figure out how to show only (current) deadlines in my agenda. I use org-agenda-skip-entry-if 'notdeadline but that still seems to include all the scheduled items who have deadlines (some time in the future, but not currently). I apologize for missing something obviou

Re: [Orgmode] org-agenda-custom-commands

2009-10-19 Thread Carsten Dominik
Well, I guess I could evaluate match before it gets used. But maybe you can also turn this around: Dinfe a function what will call the tree maker directly (defun my-tree (match) (interactive "s") (org-match-sparse-tree nil (concat "{" match "}"))) or something like this - Carsten

Re: [Orgmode] org-agenda

2009-10-19 Thread Carsten Dominik
On Oct 18, 2009, at 11:11 AM, Bostjan Vilfan wrote: Hello, Version 6.30e included a nice detail in the org-agenda feature: the org-agenda frame could be closed simply by clicking the x (close-file) button. I notice that this capability is absent (at least by default) in version 6.31a. Can

Re: [Orgmode] org-agenda

2009-10-19 Thread Giovanni Ridolfi
--- Dom 18/10/09, Bostjan Vilfan ha scritto: > Version 6.30e included a nice detail in the org-agenda > feature: the org-agenda > frame could be closed simply by clicking the x (close-file) > button. I notice > that this capability is absent (at least by default) in > version 6.31a. Here, versio

[Orgmode] org-agenda

2009-10-18 Thread Bostjan Vilfan
Hello, Version 6.30e included a nice detail in the org-agenda feature: the org-agenda frame could be closed simply by clicking the x (close-file) button. I notice that this capability is absent (at least by default) in version 6.31a. Can it be somehow enabled? Regards, bostjanv _

[Orgmode] org-agenda-custom-commands

2009-10-18 Thread Harald Weis
Hi All, I would like to define one entry of the org-agenda-custom-commands variable like so: (setq org-agenda-custom-commands '(("i" "item" tags-tree (remedy-build-tags-tree-regex "item" where ''item'' is the property key and where the remedy-build-tags-tree-regex function

Re: [Orgmode] org-agenda-suffix-format ?

2009-10-04 Thread Eraldo Helal
It could be placed before or after the tags. For export and printing I would still like this feature. :) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/em

Re: [Orgmode] org-agenda-suffix-format ?

2009-09-16 Thread Carsten Dominik
Hi Eraldo, this is not implemnted, mostly because the place at the end of lines is reserved for tags. - Carsten On Sep 17, 2009, at 2:27 AM, Eraldo Helal wrote: In one of my agenda views I have org-agenda-prefix-format setup like this: (org-agenda-prefix-format " %-8:c ") The whole thing th

Re: [Orgmode] org-agenda-suffix-format ?

2009-09-16 Thread Manish
On Thu, Sep 17, 2009 at 6:57 AM, Eraldo Helal wrote: > In one of my agenda views I have org-agenda-prefix-format setup like this: > (org-agenda-prefix-format " %-8:c ") > The whole thing then looks like that: > eraldo: TODO clean garage > In this example eraldo is the name of the org file > eraldo

[Orgmode] org-agenda-suffix-format ?

2009-09-16 Thread Eraldo Helal
In one of my agenda views I have org-agenda-prefix-format setup like this: (org-agenda-prefix-format " %-8:c ") The whole thing then looks like that: eraldo: TODO clean garage In this example eraldo is the name of the org file > eraldo.org I would like to have the same thing just not at the begini

RE: [Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-05 Thread Jai Jeffryes
ing to be complete about what I did, although I'm just experimenting. Did any of that clarify anything? Thanks for your help. Jai > From: bastiengue...@googlemail.com > To: jaijeff...@hotmail.com > CC: emacs-orgmode@gnu.org > Subject: Re: [Orgmode] org-agenda-file-to-front (unbal

Re: [Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-05 Thread Bastien
Hi Jai, Jai Jeffryes writes: > Thanks for looking at my message. So, here's what I came up with by following > the instructions on the Feedback page you suggested. Thanks! > 1. Emacs version: GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-29 on > SOFT-MJASON > 2. Org version (it came with

Re: [Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-04 Thread Bastien
Hi Jai, I cannot reproduce this error. Please send a more detailed backtrace by following the instructions here: http://orgmode.org/manual/Feedback.html Thanks, Jai Jeffryes writes: > I get a scan error when I try to add my current ORG file to the list of agenda > files. > > I'm using Em

[Orgmode] org-agenda-file-to-front (unbalanced parentheses))))

2009-09-02 Thread Jai Jeffryes
I get a scan error when I try to add my current ORG file to the list of agenda files. I'm using Emacs 23.1.1 on Windows, so it has the Org mode built in. I create a new .ORG file, add some text, and save it. Then I type C-c [ and I get this error. Scan error: "Unbalanced paren

[Orgmode] org-agenda-custom-commands - what's wrong with my setup

2009-08-30 Thread aldrin d'souza
hello org-mode users, for some reason, my agenda export isn't working as it used to in the past. (setq org-agenda-custom-commands '(("x" agenda "export to html" nil ("~/agenda.html" with this in my org configuration, i get 'x' as an accepted keystroke in the agenda command selection buffer.

Re: [Orgmode] org agenda search goes to wrong target location

2009-08-19 Thread Carsten Dominik
On Aug 19, 2009, at 6:40 AM, Samuel Wales wrote: Another bug, probably unrelated, is that if the outline buffer is nonexistent and you RET on an agenda line, you get wrong type argument integer of marker p, nil. goto-char(nil) (let* ((marker ...) (buffer ...) (pos ...)) (switch-to-buffer buf

Re: [Orgmode] org agenda search goes to wrong target location

2009-08-18 Thread Samuel Wales
Another bug, probably unrelated, is that if the outline buffer is nonexistent and you RET on an agenda line, you get wrong type argument integer of marker p, nil. goto-char(nil) (let* ((marker ...) (buffer ...) (pos ...)) (switch-to-buffer buffer) (and delete-other-windows (delete-other-window

Re: [Orgmode] org agenda search goes to wrong target location

2009-08-17 Thread Samuel Wales
On 2009-08-03, Carsten Dominik wrote: > I would love to fix this problem, so I would be very > grateful if anyone could come up with a testcase that > is reproducible.1 Do others experience it? ___ Emacs-orgmode mailing list Remember: use `Reply All'

Re: [Orgmode] org agenda search goes to wrong target location

2009-08-03 Thread Carsten Dominik
On Jul 24, 2009, at 2:01 AM, Samuel Wales wrote: Very often, when I do a keyword search in the agenda (m-x agenda RET s), org-agenda-switch-to (RET) goes to the wrong location in the target file. To sync it, the easiest way that I have found so far is to open all agenda buffers, kill all age

Re: [Orgmode] org agenda search goes to wrong target location

2009-07-25 Thread Samuel Wales
It happens in s and in a. -- Myalgic encephalomyelitis makes you die decades early (Jason et al. 2006) and suffer severely. Conflicts of interest are destroying research. Silence = death. http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm ___

Re: [Orgmode] org agenda search goes to wrong target location

2009-07-25 Thread Bastien
Samuel Wales writes: > Very often, when I do a keyword search in the agenda (m-x > agenda RET s), org-agenda-switch-to (RET) goes to the wrong > location in the target file. To sync it, the easiest way that I have > found so far is > to open all agenda buffers, kill all agenda buffers, open > al

[Orgmode] org agenda search goes to wrong target location

2009-07-23 Thread Samuel Wales
Very often, when I do a keyword search in the agenda (m-x agenda RET s), org-agenda-switch-to (RET) goes to the wrong location in the target file. To sync it, the easiest way that I have found so far is to open all agenda buffers, kill all agenda buffers, open all agenda buffers, and run the searc

Re: [Orgmode] org-agenda-todo-list-sublevels and tags-todo

2009-06-28 Thread Patrick Bahr
Hello Carsten, Carsten Dominik schrieb: > > Right, I made a mistake there, fixed now. great, it works now. Thanks for your help! > And you need to set a different variable, as I said in my earlier mail > > org-tags-match-list-sublevels I missed that. Thanks again. Cheers, Patrick _

Re: [Orgmode] org-agenda-todo-list-sublevels and tags-todo

2009-06-27 Thread Carsten Dominik
On Jun 26, 2009, at 7:01 PM, Patrick Bahr wrote: Hello, I use tags-todo searches in my custom agenda commands. Unfortunately, tags-todo does not honour the org-agenda-todo-list-sublevels variable which I want to use in order to ignore nested todo items. Is there a way to persuade tags-to

[Orgmode] org-agenda-todo-list-sublevels and tags-todo

2009-06-26 Thread Patrick Bahr
Hello, I use tags-todo searches in my custom agenda commands. Unfortunately, tags-todo does not honour the org-agenda-todo-list-sublevels variable which I want to use in order to ignore nested todo items. Is there a way to persuade tags-todo to do this? I know that there is a variable org-agenda-t

[Orgmode] org-agenda-files not being read on startup

2009-05-27 Thread Nathan Neff
Hello, I recently started using org-mode using aquamacs with this version: GNU Emacs 22.3.1 (i386-apple-darwin9.6.0, Carbon Version 1.6.0) of 2009-02-17 Aquamacs Distribution 1.7 I can't get org-mode to use the *org files in my ~/Documents/org directory as the org-agenda-files when Aquamacs sta

[Orgmode] org-agenda-search-headline-for-time causes problems with diary entries

2009-03-25 Thread Eric S Fraga
Hello, I was one of the people that wanted the new variable, org-agenda-search-headline-for-time, and I'm really happy with it. However, it seems to cause problems with the agenda view when diary entries are included. Timed data entries seem to be placed at the end of the day, after non-timed en

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-26 Thread Daniel Clemente
El dc, feb 25 2009, Carsten Dominik va escriure: > > the cdr returns the cdr of a list. That is ofte a list, but it cal also be an > atom. > > For example: > > (cdr '(a . b)) > >=> a > Yes, you're right; I forgot the theory about conses. '(a b) is this: -- | a | X-+--

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Carsten Dominik
On Feb 25, 2009, at 6:32 PM, Daniel Clemente wrote: El dc, feb 25 2009, Carsten Dominik va escriure: On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: Hi, I would like to contribute 1 byte to org-mode; it's an "a": --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Daniel Clemente
El dc, feb 25 2009, Carsten Dominik va escriure: > On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: > >> >> Hi, I would like to contribute 1 byte to org-mode; it's an "a": >> >> >> --- a/lisp/org-agenda.el >> +++ b/lisp/org-agenda.el >> @@ -4407,7 +4407,7 @@ to switch to narrowing." >>

Re: [Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-25 Thread Carsten Dominik
On Feb 24, 2009, at 3:52 PM, Daniel Clemente wrote: Hi, I would like to contribute 1 byte to org-mode; it's an "a": --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@ to switch to narrowing." (lambda (x) (if (cdr x) (char-to-string (cdr x)) ""))

[Orgmode] org-agenda-filter-by-tag doesn't work with custom effort property

2009-02-24 Thread Daniel Clemente
Hi, I would like to contribute 1 byte to org-mode; it's an "a": --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4407,7 +4407,7 @@ to switch to narrowing." (lambda (x) (if (cdr x) (char-to-string (cdr x)) "")) alist "")) (efforts (org-split-

Fwd: [Orgmode] org-agenda-log-mode-items

2009-02-21 Thread Carsten Dominik
Begin forwarded message: From: Carsten Dominik Date: February 21, 2009 2:03:50 PM GMT+01:00 To: Matthew Lundin Subject: Re: [Orgmode] org-agenda-log-mode-items Good catch! And correct analysis. Fixed, thanks. - Carsten On Feb 20, 2009, at 5:54 PM, Matthew Lundin wrote: I have set

[Orgmode] org-agenda-log-mode-items

2009-02-20 Thread Matthew Lundin
I have set the variable org-agenda-log-mode-items as follows: (setq org-agenda-log-mode-items '(closed state)) In the past, this would show me dates and times when items either closed or changed states. With one of the recent updates to org-mode, however, the log no longer shows state changes.

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-19 Thread Matthew Lundin
Hi Carsten, Spike, Carsten Dominik writes: > Check out the variable org-agenda-tags-todo-honor-ignore-options > and bind it t t as well. Thanks for letting us know about this variable. My apologies, Spike, for giving you an incorrect answer the first time. Upon further examination, without the

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-19 Thread Spike Spiegel
Hi Carsten, On Thu, Feb 19, 2009 at 1:09 PM, Carsten Dominik wrote: > Hi Spike, Matthew, > > maybe you overlooked my answer to this thread? urm, what answer sorry? This is the first email of yours I see in this thread. Has there been a similar thread recently I didnt notice? > Check out the var

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-18 Thread Carsten Dominik
de it in my first email but I forgot to attach the file with the snippet. Here it goes: ((agenda "" ((org-agenda-files '("~/Documents/orgmode/")) (org-agenda-start-on-weekday 1))) (todo "STARTED|HO

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-18 Thread Carsten Dominik
goes: ((agenda "" ((org-agenda-files '("~/Documents/orgmode/")) (org-agenda-start-on-weekday 1))) (todo "STARTED|HOLD" ((org-agenda-overriding-header "Projects status")))

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-18 Thread Spike Spiegel
first email but I forgot to attach the file with the snippet. Here it goes: ((agenda "" ((org-agenda-files '("~/Documents/orgmode/")) (org-agenda-start-on-weekday 1))) (todo "STARTED|HOLD"

Re: [Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-18 Thread Matthew Lundin
Hi Spike, Spike Spiegel writes: > in my agenda blocks view a have a couple blocks based on tags-todo > matches and would very much like to exclude already scheduled items. > Unfortunately org-agenda-todo-ignore-scheduled does not seem to have > any effect on it and based on the documentation it

[Orgmode] org-agenda-todo-ignore-scheduled and tags search

2009-02-17 Thread Spike Spiegel
Hi, in my agenda blocks view a have a couple blocks based on tags-todo matches and would very much like to exclude already scheduled items. Unfortunately org-agenda-todo-ignore-scheduled does not seem to have any effect on it and based on the documentation it seems indeed to only apply to the glob

Re: [Orgmode] org-agenda-follow-mode and vertical buffers

2009-02-16 Thread Matthew Lundin
Hi Spike, Spike Spiegel writes: > All my headlines tend to be quite short with a fair amount of notes so > when I'm looking at my agenda it's very useful for me to have the > follow mode on. Unfortunately the horizontal buffer causes me quite a > bit of pain drastically reducing the amount of i

[Orgmode] org-agenda-follow-mode and vertical buffers

2009-02-15 Thread Spike Spiegel
Hi, All my headlines tend to be quite short with a fair amount of notes so when I'm looking at my agenda it's very useful for me to have the follow mode on. Unfortunately the horizontal buffer causes me quite a bit of pain drastically reducing the amount of items I can see at one time while half o

Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-31 Thread Daniel Clemente
Carsten Dominik writes: > (defun my-org-appts () >(let ((org-agenda-skip-deadline-if-done t) > (org-agenda-skip-scheduled-if-done t)) > (org-agenda-to-appt))) > Of course; thanks. ___ Emacs-orgmode mailing list Remember: use `Re

Re: [Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-30 Thread Carsten Dominik
On Jan 30, 2009, at 1:07 PM, Daniel Clemente wrote: Hi, I use I org-agenda-to-appt, and today I received appointments about tasks which were already marked with a DONE state since yesterday (but however, still scheduled for today). Can this behaviour be configured not to do it? (defu

[Orgmode] org-agenda-to-appt adds DONE tasks

2009-01-30 Thread Daniel Clemente
Hi, I use I org-agenda-to-appt, and today I received appointments about tasks which were already marked with a DONE state since yesterday (but however, still scheduled for today). Can this behaviour be configured not to do it? Thanks Daniel __

Re: [Orgmode] org-agenda-todo-ignore-scheduled no longer working

2009-01-28 Thread Carsten Dominik
Sorry about that, little hickup, fixed. - Carsten On Jan 28, 2009, at 2:12 PM, Paul Mead wrote: Hi, I've had the above set for many versions now, but it suddenly seems to have stopped working. I don't know whether it's only since I downloaded 6.20 this morning, but I haven't noticed it befor

[Orgmode] org-agenda-todo-ignore-scheduled no longer working

2009-01-28 Thread Paul Mead
Hi, I've had the above set for many versions now, but it suddenly seems to have stopped working. I don't know whether it's only since I downloaded 6.20 this morning, but I haven't noticed it before. All TODOs, even those with scheduled dates are appearing in the global TODO list. Paul

[Orgmode] org-agenda-with-colors in block agenda

2009-01-04 Thread Matthew Lundin
Hi all, For printing custom agenda commands, I like to set the local option org-agenda-with-colors to nil. This works fine for single agenda commands, such as (setq org-agenda-custom-commands '(("o" "Office" tags-todo "office" ((org-agenda-with-colors nil) But I ca

Re: [Orgmode] org-agenda-busy-at

2008-09-18 Thread Carsten Dominik
Hi Austin, I am afraid this is too much overhead when creating dates. Org has some ways to eld scheduling something while you are at the agenda, where you see the empty spots. Check out the description of C-c c-x C-k in http://orgmode.org/manual/Inserting-deadline_002fschedule.html#Inserting-d

[Orgmode] org-agenda-busy-at

2008-09-17 Thread Austin Frank
Carsten and other org-folk-- Any chance that it would be possible to query the agenda to see whether anything is scheduled at a particular time? The application I have in mind is scheduling new events with remember templates. If there's already something in the agenda for the timestamp I enter i

Re: [Orgmode] org-agenda-list-stuck-projects and nested projects

2008-07-08 Thread Carsten Dominik
Hi Ross, The "stuck projects" view depends on the hypothesis that you can clearly identify what a "project means". In the default setup, projects are assumed to have LEVEL=2 and should not be DONE. In the hierarchy you are using, it seems that any entry can be called a "projects", and that you

[Orgmode] org-agenda-list-stuck-projects and nested projects

2008-07-07 Thread Ross Patterson
One of the things I love about org-mode is that it's generally hierarchy agnostic which is to say it doesn't care what level or depth entries are with regards to the functionality org-mode provides with entries (TODOs, Dates and times, tags, etc.). Many of the projects I'd like to manage with org-

Re: [Orgmode] org-agenda-to-appt

2008-03-02 Thread Russell Adams
I'm hooking into the agenda update hook. See my next email on the appt thread for the setup. Thanks. On Sun, Mar 02, 2008 at 06:35:20AM +0100, Richard G Riley wrote: > Wanrong Lin <[EMAIL PROTECTED]> writes: > > > I do it like this: > > > > (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt)

Re: [Orgmode] org-agenda-to-appt

2008-03-01 Thread Richard G Riley
Wanrong Lin <[EMAIL PROTECTED]> writes: > I do it like this: > > (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt) Lovely solution. Thanks. I was not aware of the run-at-time function. > > This will call org-agenda-to-appt when emacs starts, and, if you never > exit emacs, it will automatic

Re: [Orgmode] org-agenda-to-appt

2008-03-01 Thread Wanrong Lin
I do it like this: (run-at-time "0:30am" (* 24 3600) 'org-agenda-to-appt) This will call org-agenda-to-appt when emacs starts, and, if you never exit emacs, it will automatically call org-agenda-to-appt at mid-night. Wanrong Richard G Riley wrote: What would be the recommended way to automa

[Orgmode] org-agenda-to-appt

2008-03-01 Thread Richard G Riley
What would be the recommended way to automate a call to org-agenda-to-appt? A org mode hook to call it at start? Any recommendations appreciated. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

Re: [Orgmode] org-agenda-skip-timestamp-if-done ?

2007-11-08 Thread Carsten Dominik
On 8Nov2007, at 1:46 PM, Bastien wrote: So I've been trying to use the following convention: Use TIMESTAMP for events Use SCHEDULED for tasks Use DEADLINE for deadlines The reason why I don't want to schedule events is that I don't want past events to appear in the agenda -- should

[Orgmode] org-agenda-skip-timestamp-if-done ?

2007-11-08 Thread Bastien
So I've been trying to use the following convention: Use TIMESTAMP for events Use SCHEDULED for tasks Use DEADLINE for deadlines The reason why I don't want to schedule events is that I don't want past events to appear in the agenda -- should they be marked DONE or not. Now, sometimes I

Re: [Orgmode] org-agenda-log-mode change

2007-10-15 Thread Carsten Dominik
Fixed, thanks. - Carsten On Oct 15, 2007, at 17:13, Bernt Hansen wrote: Hi Carsten, I just noticed today that org-agenda-log-mode isn't sorting the same was as it used to. Displayed clocked items used to be in ascending time order but now they seem to be all mixed up (or sorted by category

[Orgmode] org-agenda-log-mode change

2007-10-15 Thread Bernt Hansen
Hi Carsten, I just noticed today that org-agenda-log-mode isn't sorting the same was as it used to. Displayed clocked items used to be in ascending time order but now they seem to be all mixed up (or sorted by category first) and they have no time display in the agenda anymore. Without org-clock

Re: [Orgmode] org-agenda -- todo commands dont change state?

2007-09-03 Thread T. V. Raman
I cloned John W's setup. I also saw that he had a small note saying "dont use the todo cycling commands" I've now been successfully using the helper commands he defined in his customizations. Incidentally, those commands might be useful to promote into org-mode -- they work really nicely. I also l

Re: [Orgmode] org-agenda -- todo commands dont change state?

2007-09-03 Thread Carsten Dominik
Hi Raman, I am unable to reproduce this. I guess we need more info about your setup. - Carsten On Sep 1, 2007, at 23:27, T. V. Raman wrote: Hitting 't' in the agenda buffer pops up an input area, but finishing with C-C C-c raises a "not within an item" error and the state is not updated.

[Orgmode] org-agenda -- todo commands dont change state?

2007-09-01 Thread T. V. Raman
Hitting 't' in the agenda buffer pops up an input area, but finishing with C-C C-c raises a "not within an item" error and the state is not updated. Using C-u t does not raise this error, but the state remains untouched. -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:http://

[Orgmode] Org agenda list - stuck projects

2007-02-07 Thread Bernt Hansen
Hi, I've been a happy user of org-mode for about 6 months now and I decided to try out the new stuck projects agenda view. The default setup for level two projects seems to still include projects marked with a TODO keyword of 'DONE'. I thought the project identification of '+LEVEL=2/-DONE' was s

Re: [Orgmode] org-agenda-open-link ?

2007-01-18 Thread Bastien
Carsten Dominik <[EMAIL PROTECTED]> writes: > So you need to do: > > * TODO Visit google http://www.google.com I tried both : * TODO Visit google http://www.google.com * TODO [[http://www.google.com][Visit google]] and it still doesn't work for me. I'll digg this further when i have some tim

  1   2   >