[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Bernt Hansen
Nathan Neff nathan.n...@gmail.com writes: On Tue, Dec 29, 2009 at 7:47 PM, Matt Lundin m...@imapmail.org wrote: Hi Nathan, Nathan Neff nathan.n...@gmail.com writes: I'm using org-agenda-diary-file.  When I run agenda-mode with the attached configuration,

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-12-30 Thread Manish
On Mon, Nov 2, 2009 at 12:29 AM, James TD Smith wrote: Hi Carsten and Mikael, On 2009-11-01 18:24:41(+0100), Carsten Dominik wrote: Hi Mikael, thanks for doing the testing! Yes, thanks a lot. James, do you want to integrate Mikaels changes? If yes, can you please do so and let me know

[Orgmode] Date calculations

2009-12-30 Thread Fredrik
I'm using a normal org-file as my contact register so I easier can link tasks to a specific person. I have also added events as birthdays to each contact but is there some way I can make them show up in the agenda with some yearly calculations? For example a simple birthday reminder can

Re: [Orgmode] Date calculations

2009-12-30 Thread Fredrik
Hmm reading a bit more in the manual I found that entries like this should work: %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old But I can't make in show in my agenda? The manual also samples this : %%(org-calendar-holiday) This works though? So any ideas on how to make the first

Re: [Orgmode] Date calculations

2009-12-30 Thread Ian Barton
Fredrik wrote: I'm using a normal org-file as my contact register so I easier can link tasks to a specific person. I have also added events as birthdays to each contact but is there some way I can make them show up in the agenda with some yearly calculations? For example a simple birthday

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Hey, Fredrik fred...@jumans.net writes: I'm using a normal org-file as my contact register so I easier can link tasks to a specific person. I have also added events as birthdays to each contact but is there some way I can make them show up in the agenda with some yearly calculations? For

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-12-30 Thread James TD Smith
Hi Manish, On 2009-12-30 17:02:47(+0530), Manish wrote: I cloned the repo at git://yog-sothoth.mohorovi.cc/org-mode.git but did not find `misc-new-features' branch and could not find the changes in the org-mode proper as well. The changes sound very interesting and I recently found a need

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Hey, Benjamin Andresen be...@in-ulm.de writes: I used to do it the way it was done in the manual: (info (org)Weekly/daily agenda) under Calendar/Diary integration %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old I can't for the life of me get this to work. I tried emacs

[Orgmode] Re: Date calculations

2009-12-30 Thread Memnon Anon
Benjamin Andresen be...@in-ulm.de writes: %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old I can't for the life of me get this to work. I tried emacs 22.1, 22.3, emacs 23.1 and the current CVS head. [...] Does anyone have this working? Works fine here. %%(diary-anniversary

Re: [Orgmode] Re: Date calculations

2009-12-30 Thread Carsten Dominik
On Dec 30, 2009, at 3:21 PM, Benjamin Andresen wrote: Hey, Benjamin Andresen be...@in-ulm.de writes: I used to do it the way it was done in the manual: (info (org)Weekly/daily agenda) under Calendar/Diary integration %%(diary-anniversary 14 5 1956) Arthur Dent is %d years old Hi

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Hey Carsten, Carsten Dominik carsten.domi...@gmail.com writes: On Dec 30, 2009, at 3:21 PM, Benjamin Andresen wrote: Hey, Benjamin Andresen be...@in-ulm.de writes: I used to do it the way it was done in the manual: (info (org)Weekly/daily agenda) under Calendar/Diary integration

[Orgmode] Re: Date calculations

2009-12-30 Thread Memnon Anon
Benjamin Andresen be...@in-ulm.de writes: This works: %%(diary-anniversary 12 30 1984) Arthur Dent is %d years ^ ^ ^ M D Y This doesn't: %%(diary-anniversary 30 12 1984) Arthur Dent is %d years ^ ^ ^

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Memnon Anon gegendosenflei...@googlemail.com writes: Probably related to these settings in my .emacs: (setq european-calendar-style t) ; obsolete! (setq calendar-date-style 'european) ;(info (emacs)Date Formats) Do you have these set, too? Thanks! If I set it to european, it works.

[Orgmode] Speeding up agenda display

2009-12-30 Thread Andrew J. Korty
My agenda views take a couple seconds to build, and I'd like them to be faster. I'm posting a portion of configuration and some profiling results here in case anyone can see any opportunities for optimization. Some background: I don't use the diary at all -- this agenda view exists only to

Re: [Orgmode] Speeding up agenda display

2009-12-30 Thread Andrew J. Korty
On Dec 30, 2009, at 14:20 , Carsten Dominik wrote: could you please also instrument your ajk/ functions for profiling and repeat the experiment? And show the code of all these functions, not only some (I am missing for example `ajk/org-agenda-skip-if-due- soon' Yes to both -- see below

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Hey Carsten, Carsten Dominik carsten.domi...@gmail.com writes: Hi Benjamin, can you point out exactly where in the documentation this is located? Sure. org-mode/doc/org.text Line: 6643 I wouldn't know how to phrase it, but maybe a link to (info (emacs)Special Diary Entries) where this

[Orgmode] Bug: beamer columns mixed up [6.33trans]

2009-12-30 Thread Ruud Brekelmans
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] Re: Date calculations

2009-12-30 Thread Memnon Anon
Carsten Dominik carsten.domi...@gmail.com writes: can you point out exactly where in the documentation this is located? ,[ (info (org)Weekly/daily agenda) ] | * Birthdays and similar stuff | #+CATEGORY: Holiday | %%(org-calendar-holiday) ; special function for holiday names

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Nathan Neff
On Wed, Dec 30, 2009 at 5:32 AM, Bernt Hansen be...@norang.ca wrote: Nathan Neff nathan.n...@gmail.com writes: On Tue, Dec 29, 2009 at 7:47 PM, Matt Lundin m...@imapmail.org wrote: Hi Nathan, Nathan Neff nathan.n...@gmail.com writes: I'm using org-agenda-diary-file.

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Bernt Hansen
Nathan Neff nathan.n...@gmail.com writes: On Wed, Dec 30, 2009 at 5:32 AM, Bernt Hansen be...@norang.ca wrote: Your org-agenda-files need to be files in org-mode (normally ending in .org).  Your org-agenda-diary-file should also be an org file (your journal.org).  BUT the

Re: [Orgmode] Re: Date calculations

2009-12-30 Thread Carsten Dominik
On Dec 30, 2009, at 8:51 PM, Benjamin Andresen wrote: Hey Carsten, Carsten Dominik carsten.domi...@gmail.com writes: Hi Benjamin, can you point out exactly where in the documentation this is located? Sure. org-mode/doc/org.text Line: 6643 I wouldn't know how to phrase it, but maybe a

[Orgmode] Re: Date calculations

2009-12-30 Thread Ben Finney
Memnon Anon gegendosenflei...@googlemail.com writes: ,[ (info (org)Weekly/daily agenda) ] | * Birthdays and similar stuff | #+CATEGORY: Holiday | %%(org-calendar-holiday) ; special function for holiday names | #+CATEGORY: Ann | %%(diary-anniversary 14 5 1956)

[Orgmode] [babel] new org-babel key bindings

2009-12-30 Thread Eric Schulte
Hi, I've added keybindings exposing some of the org-babel functions which up until now have had to be called by name. All of the relevant information is in the documentation for `org-babel-key-bindings' [1]. Currently all babel keybindings are placed behind the C-c M-b key sequence, so for

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: You can probably do (setq diary-file nil) I just did that. Don't do that. :) This variable seems to want to be a filename - and there's no way to customize it to nil on my version of emacs... but I never use it so it doesn't bother me and it can

[Orgmode] Can I export TODO flags in table of contents?

2009-12-30 Thread Water Lin
I marked my notes and tasks with TODO flags and I also want to see these TODO flags in table of contents. So I can jump and explore to unfinished task quickly. By doing this, I can give myself a quickly summary of my tasks. Can I do it? Thanks Water Lin -- Water Lin's notes and pencils:

Re: [Orgmode] Can I export TODO flags in table of contents?

2009-12-30 Thread Carsten Dominik
Hi Water, On Dec 31, 2009, at 4:17 AM, Water Lin wrote: I marked my notes and tasks with TODO flags and I also want to see these TODO flags in table of contents. So I can jump and explore to unfinished task quickly. By doing this, I can give myself a quickly summary of my tasks. Can I

Re: [Orgmode] Speeding up agenda display

2009-12-30 Thread Carsten Dominik
Hi Andrew, thanks! The only thing I see now is this: 1. Get the latest development version. A week or two ago I made an optimization that should speed up (org-entry-get nil DEADLINE) quite a bit. Let's see if that does help enough. - Carsten On Dec 30, 2009, at 8:40 PM, Andrew J.

Re: [Orgmode] Bug: beamer columns mixed up [6.33trans]

2009-12-30 Thread Carsten Dominik
Hi Ruud, can you please post the exact content of your Org-mode file? Also, are you using the latest Org version? - Carsten On Dec 30, 2009, at 9:37 PM, Ruud Brekelmans wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know

Re: [Orgmode] HTML table export with col width XY

2009-12-30 Thread Carsten Dominik
Hi Karl, I cannot reproduce this. Are you using XEmacs, maybe? - Carsten On Dec 30, 2009, at 8:57 AM, Karl Eichwalder wrote: I'm using org 6.33x. If you limit the col width with the special header notation (e.g., 35), org-export-as-html-to-buffer expands the = indicator literally. In

Re: [Orgmode] org-mobile bug

2009-12-30 Thread Carsten Dominik
Hi Mark, I cannot reproduce this problem. - Carsten On Dec 30, 2009, at 4:58 AM, Mark Scala wrote: Hi, I was exploring org-mobile.el just now, and I found a small problem. The function org-mobile-push throws an error unless there is at least one custom agenda command defined -- clearly