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 no

Re: [Orgmode] HTML table export with col width

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.

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 how

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] 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 d

[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: http

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Bernt Hansen
Bernt Hansen 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 point to

[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 examp

[Orgmode] Re: Date calculations

2009-12-30 Thread Ben Finney
Memnon Anon 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) Arthur Dent is %d years

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 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)Speci

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Bernt Hansen
Nathan Neff writes: > On Wed, Dec 30, 2009 at 5:32 AM, Bernt Hansen 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 diary-file is a totally different anima

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Nathan Neff
On Wed, Dec 30, 2009 at 5:32 AM, Bernt Hansen wrote: > Nathan Neff writes: > > > On Tue, Dec 29, 2009 at 7:47 PM, Matt Lundin wrote: > > > > Hi Nathan, > > > > Nathan Neff writes: > > > > > I'm using org-agenda-diary-file. > > > > > > When I run agenda-mode with the attache

[Orgmode] Re: Date calculations

2009-12-30 Thread Memnon Anon
Carsten Dominik 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 | #+CATEGORY: Ann

[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 Benjamin Andresen
Hey Carsten, Carsten Dominik 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 behaviour is explained is

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 belo

Re: [Orgmode] Re: Date calculations

2009-12-30 Thread Carsten Dominik
Hi Benjamin, can you point out exactly where in the documentation this is located? Thanks. - Carsten P.S. Emacs calendar is great, but changing function call arguments depending on calendar style was a truly braindead decision. On Dec 30, 2009, at 5:08 PM, Benjamin Andresen wrote:

Re: [Orgmode] Speeding up agenda display

2009-12-30 Thread Carsten Dominik
Hi Andrew, 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' Also: - Are you using property inheritance? - Are you relying o

[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 sho

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Memnon Anon 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. Should the documentation

[Orgmode] Re: Date calculations

2009-12-30 Thread Memnon Anon
Benjamin Andresen 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 > ^ ^ ^ > D

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Hey Carsten, Carsten Dominik writes: > On Dec 30, 2009, at 3:21 PM, Benjamin Andresen wrote: > >> Hey, >> >> Benjamin Andresen writes: >> >>> I used to do it the way it was done in the manual: >>> >>> (info "(org)Weekly/daily agenda") >>> under Calendar/Diary integration >>> >>> %%(diary-an

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 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 Benjamin, curre

[Orgmode] Re: Date calculations

2009-12-30 Thread Memnon Anon
Benjamin Andresen 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 10 1 1960)

[Orgmode] Re: Date calculations

2009-12-30 Thread Benjamin Andresen
Hey, Benjamin Andresen 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 22.1, 22

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, Fredrik 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 example a simp

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 rem

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 o

[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 loo

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

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Bernt Hansen
Nathan Neff writes: > On Tue, Dec 29, 2009 at 7:47 PM, Matt Lundin wrote: > > Hi Nathan, > > Nathan Neff writes: > > > I'm using org-agenda-diary-file.  > > > > When I run agenda-mode with the attached configuration, > > I see the same diary entry under each day.