Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Carsten Dominik
On May 29, 2008, at 1:09 AM, Adam Spiers wrote: Works great! FYI, I have org-columns-default-format set to: %TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:} %TAGS(Tags) I noticed one tiny thing which could be improved - links are rendered as their raw text. I guess this

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Carsten Dominik
On May 29, 2008, at 1:11 AM, Adam Spiers wrote: And one other cosmetic detail: every row in the item column begins with three spaces, rather than the ideal of one (so that it's close to but not completely flush with the | inter-column delimiter). Fixed, thanks. - Carsten ___

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Adam Spiers
On Thu, May 29, 2008 at 12:09:30AM +0100, Adam Spiers wrote: > On Thu, May 29, 2008 at 12:09:31AM +0200, Carsten Dominik wrote: > > This should now also work in agenda buffers, using the latest > > GIT version. There is a new variable > > `org-agenda-columns-remove-prefix-from-item' which can be u

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Adam Spiers
On Thu, May 29, 2008 at 12:09:31AM +0200, Carsten Dominik wrote: > Hi Adam, > > no, this is not too much to ask, in particular since I am doing > this kind of compaction (not duplicating info that is shown in > other columns) already in the normal column view (i.e. in > an Org buffer as opposed to

[Orgmode] org-annotate

2008-05-28 Thread Daniel M German
Hi everybody, ever since I started using org-annotate to quickly store links to a web page inside emacs I thought about its potential as a way to annotate any type of document. In particular I have been interested in quickly annotating (linking) to PDFs (one of my job's main tasks). What I envis

Re: [Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Carsten Dominik
Hi Adam, no, this is not too much to ask, in particular since I am doing this kind of compaction (not duplicating info that is shown in other columns) already in the normal column view (i.e. in an Org buffer as opposed to the agenda buffer. In fact, the function doing the compaction is already c

Re: [Orgmode] Re: Using column view on a sparse tree displaying only a few tags.

2008-05-28 Thread Adam Spiers
On Wed, May 28, 2008 at 07:26:35PM +0200, Carsten Dominik wrote: > This is no regression. In the agenda, org will use the format > applicable to the first item, since it has to use the same for all > lines. If that first item is from a file that has no columns format, > it will use the defa

Re: [Orgmode] Re: Bug in iCalendar export

2008-05-28 Thread Adam Spiers
On Wed, May 28, 2008 at 11:02:37PM +0200, Paul R wrote: > Nick Dokos <[EMAIL PROTECTED]> writes: > > You have some faulty site-lisp code provided by debian emacs packages. > Because it was the Nth bug I had to track down due to the way debian > handles site-lisp, I just decided to get rid, for goo

Re: [Orgmode] Re: 1-way syncing with google calendar (was Re: .ics export violates RFC2445)

2008-05-28 Thread Adam Spiers
On Wed, May 28, 2008 at 02:02:01PM -0700, Cezar Halmagean wrote: > Adam Spiers <[EMAIL PROTECTED]> writes: > > > On Tue, May 27, 2008 at 10:55:57PM +0100, Adam Spiers wrote: > >> I'm going to restart gcaldaemon shortly - if it works then orgmode can > >> boast unidirectional non-interactive syncin

[Orgmode] Re: Bug in iCalendar export

2008-05-28 Thread Paul R
Nick Dokos <[EMAIL PROTECTED]> writes: You have some faulty site-lisp code provided by debian emacs packages. Because it was the Nth bug I had to track down due to the way debian handles site-lisp, I just decided to get rid, for good, of debian emacs packages, and do everything by hand. So I'm sor

[Orgmode] Re: 1-way syncing with google calendar (was Re: .ics export violates RFC2445)

2008-05-28 Thread Cezar Halmagean
Adam Spiers <[EMAIL PROTECTED]> writes: > On Tue, May 27, 2008 at 10:55:57PM +0100, Adam Spiers wrote: >> I'm going to restart gcaldaemon shortly - if it works then orgmode can >> boast unidirectional non-interactive syncing with google calendar! (as >> opposed to repeatedly importing an .ics file

[Orgmode] Bug in iCalendar export

2008-05-28 Thread Nick Dokos
There seems to be a bug somewhere in org-export-icalendar code where the *ical-tmp* buffer seems to get deleted prematurely, but I can't figure out where exactly, so I'm hoping that a) it's reproducible and b) somebody will see what's wrong. Versions: - emacs: GNU Emacs 22.1.50.2 (i686-p

Re: [Orgmode] Re: Using column view on a sparse tree displaying only a few tags.

2008-05-28 Thread Carsten Dominik
This is no regression. In the agenda, org will use the format applicable to the first item, since it has to use the same for all lines. If that first item is from a file that has no columns format, it will use the default. Just set the default format and not the file- local ones. - Cars

[Orgmode] ITEM in column view in the agenda

2008-05-28 Thread Adam Spiers
I'm trying to get a good COLUMN format for viewing the agenda in column view mode. Am I right in thinking that ITEM is the only property available for showing the actual "meat" of a given headline? The problem with ITEM is that it includes any leaders, plus the TODO keyword and priority, which lea

Re: [Orgmode] Re: Using column view on a sparse tree displaying only a few tags.

2008-05-28 Thread Adam Spiers
On Fri, Apr 04, 2008 at 12:28:32PM +0200, Carsten Dominik wrote: > On Apr 3, 2008, at 10:54 PM, Jose Robins wrote: > >Thanks Bernt, that works! > >However the only thing is that I've defined COLUMNS for the whole > >file using the #+COLUMNS keyword at the top of the file. I guess > >those prope

Re: [Orgmode] Org mode release 6.04

2008-05-28 Thread Carsten Dominik
On May 28, 2008, at 8:34 AM, Levin Du wrote: Here's the patch: diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 4637e8e..461ec3d 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2666,7 +2666,7 @@ lang=\"%s\" xml:lang=\"%s\"> (setq infixed t) (insert "\n"))

[Orgmode] [patch]org-blog.el: fix broken org-publish-blog-index

2008-05-28 Thread Levin Du
I think the API has changed a bit. Patch attched:--- a/lisp/org-blog.el +++ b/lisp/org-blog.el @@ -170,11 +170,12 @@ Follow up with org-publish-all to upload to the site." ;; pluggable index generation function for org-publish. -(defun org-publish-blog-index (plist &optional index-filename) +(de