Re: [Orgmode] widen column

2007-12-29 Thread Bastien
Richard G Riley <[EMAIL PROTECTED]> writes: > I just returned to org after a short absence. We're all returning to Org someday in our lives. > I got the following error report when, in column mode, I tried to widen > a column > > , > | Wrong type argument: listp, # > | call-interactively: Wr

Re: [Orgmode] Re: Org-mode development

2007-12-29 Thread Bastien
Hi David, David Smith <[EMAIL PROTECTED]> writes: > I couldn't wait any longer so I went ahead and set up a mercurial repository > starting with the current 5.17a. I would have liked to have imported older > history but it was a lot of work so hopefully Carsten can just send them to > me and p

Re: [Orgmode] Bug: org-agenda-file-regexp not used in org.el?

2007-12-29 Thread Bastien
Wanrong Lin <[EMAIL PROTECTED]> writes: > I am trying to customize the org-agenda-file-regexp variable to exclude > those auto backup files starting with "#", but found out the regexp does > not have any effect on agend file list. And I further found out it seems > the variable org-agenda-file-reg

[Orgmode] auto archive

2007-12-29 Thread Richard G Riley
Is there a way for archived todo items to be moved directly to the archive file? Also it would be nice if org-advertized-archive-subtree respected a region selection but ignoring the itmes not tagged as archived. A common use of archive for me would be to mark a lot of "things to do" as "done" o

Re: [Orgmode] Christmas vespers

2007-12-29 Thread Bastien
"Rustom Mody" <[EMAIL PROTECTED]> writes: > So let me also join in wishing all orgers and particularly Carsten, Bastein > and > others of our 'High Command' a very happy Christmas and fruitful newyear. > > Heres a Christmas carol (me on the organ) > http://csmagic.googlepages.com/vespers.mp3 Tha

Re: [Orgmode] Org Radio

2007-12-29 Thread Bastien
David O'Toole <[EMAIL PROTECTED]> writes: > I really like the region idea. However it could be very tricky to > implement. The annotations in the radio file would be matched to > regions in the target file. So presumably we save the region's > coordinates in the radio file along with its annotatio

Re: [Orgmode] cannot build 5.17a

2007-12-29 Thread Bastien
"Hans Halvorson" <[EMAIL PROTECTED]> writes: > Here's what I get: > > $ make > emacs -batch -q -eval "(add-to-list (quote load-path) \".\")" -f > batch-byte-compile org.el > > In toplevel form: > org.el:12977:10:Error: Wrong type argument: listp, t > make: *** [org.elc] Error 1 > > I am using Emac

Re: [Orgmode] Installing org-mode on ms-dos an Emacs 20.05

2007-12-29 Thread Bastien
"Paul Raestad" <[EMAIL PROTECTED]> writes: > I'm trying to install org-mode on an old ms-dos pc without much luck. > Installing Emacs 20.05 went quite well, but installing org-mode 5.17 > on top of it gives me all kinds of errors. As Leo said, maybe the best solution is to install Emacs 22. But

Re: [Orgmode] BUG: HTML export interprets URL fragments as subscript

2007-12-29 Thread Bastien
Hi Adam, Adam Spiers <[EMAIL PROTECTED]> writes: > e.g. with > > * PROJECT N810 > ** NEXT [#C] fix N810 dialup:@internet:sub60:org:computer: > *** > http://maemo.org/development/documentation/how-tos/4-x/maemo_connectivity_guide.html > > when I export as HTML, "connectivity" appe

Re: [Orgmode] org-store-link with wanderlust

2007-12-29 Thread Bastien
"Hans Halvorson" <[EMAIL PROTECTED]> writes: > When I try 'M-x org-store-link' in the wanderlust summary buffer, I > get an error (have tried with many messages). For example: > > Debugger entered--Lisp error: (error "Invalid address: (Brad Pitt > <[EMAIL PROTECTED]>)") > signal(error ("Invalid

Re: [Orgmode] appointment done doesn't go away

2007-12-29 Thread Bastien
Hi Cezar, cezar <[EMAIL PROTECTED]> writes: > I have a TODO item marked as an appointment. After marking it done I'd > expect it to disappear from my agenda view. Check these options: org-agenda-skip-scheduled-if-done org-agenda-skip-deadline-if-done org-agenda-skip-timestamp-if-done

Re: [Orgmode] Re: my GTD setup

2007-12-29 Thread Bastien
"Rustom Mody" <[EMAIL PROTECTED]> writes: > Well who knows... I never became much of a pianist but I'll become a > virtuoso Org-Gtder and write a book so that other disorganized linux > geeks can follow a gentler learning curve towards org-anized heaven. Let's all write a book! "Psych-org-ana

[Orgmode] Re: appointment done doesn't go away

2007-12-29 Thread cezar
On Sat, 29 Dec 2007 15:22:41 +0100, Bastien wrote: > Hi Cezar, > > cezar <[EMAIL PROTECTED]> writes: > >> I have a TODO item marked as an appointment. After marking it done >> I'd >> expect it to disappear from my agenda view. > > Check these options: > > org-agenda-skip-scheduled-if-don

[Orgmode] Problem with moving outline branches

2007-12-29 Thread Chris Randle
Hi All I believe that there have been some recent changes to the way that trailing blank lines at the end of nodes are treated. Most (but not all) of my notes under nodes have a single trailing line before the next node, for example: * Task 1 ** Task 1a ** Task 1b Notes for 1b ** Task 1c N

Re: [Orgmode] cannot build 5.17a

2007-12-29 Thread Hans Halvorson
This seems to have been a temporary problem with one particular version of Emacs CVS. I just rebuilt Emacs, and now org-mode builds fine. Thanks, Hans On Dec 29, 2007 8:13 AM, Bastien <[EMAIL PROTECTED]> wrote: > > "Hans Halvorson" <[EMAIL PROTECTED]> writes: > > > Here's what I get: > > > > $ m

Re: [Orgmode] org-store-link with wanderlust

2007-12-29 Thread Hans Halvorson
After applying the patch, and trying M-x org-store-link on your messasge, I get the new error: Debugger entered--Lisp error: (wrong-type-argument listp "Bastien") car("Bastien") (let* ((msgnum ...) (message-id ...) (wl-message-entity ...) (from ...) (to ...) (subject ...)) (org-store-link-prop

[Orgmode] BUG: defcustom org-use-property-inheritance

2007-12-29 Thread Adam Spiers
In: (defcustom org-use-property-inheritance nil [snipped] :group 'org-properties :type '(choice (const :tag "Not" nil) (const :tag "Always" nil) (repeat :tag "Specific properties"))) the last line is missing a definition of the type of value to re

Re: [Orgmode] org-store-link with wanderlust

2007-12-29 Thread Hans Halvorson
On Dec 29, 2007 8:52 AM, Bastien <[EMAIL PROTECTED]> wrote: > > > When I try 'M-x org-store-link' in the wanderlust summary buffer, I > > get an error (have tried with many messages). For example: > > > > Debugger entered--Lisp error: (error "Invalid address: (Brad Pitt > > <[EMAIL PROTECTED]>)")

Re: [Orgmode] org-crypt.el --- Public key encryption for org-mode entries

2007-12-29 Thread Adam Spiers
On Fri, Sep 28, 2007 at 11:48:34PM -0400, John Wiegley wrote: > The following code is preliminary, but gets the job done in my simple tests. > Now's the time to beat down on, and refine, the user interface and behavior. [snipped] I gave this a go and the basic functionality works fine for me, tha

[Orgmode] BUG: `!' org-agenda keystroke doesn't work

2007-12-29 Thread Adam Spiers
The *Agenda Commands* buffer lists the following hard-coded keystrokes amongst others: # List stuck projects (!=configure) However, `!' didn't work for me until I applied this patch: http://www.adamspiers.org/cgi-bin/hg.cgi/org-pacific/rev/7dc2316f8694 ___

[Orgmode] FR: keystroke to cancel prefix sub-keymap

2007-12-29 Thread Adam Spiers
Suppose that I have a sub-keymap for custom agenda commands with prefix 's', i.e. shortcuts 's1', 's2', 's3' and so on. I might invoke org-agenda, press 's', then change my mind and want to use another custom command instead. Currently, the only way of doing this would be to press something like

Re: [Orgmode] Re: Org-mode development

2007-12-29 Thread Adam Spiers
Bastien ([EMAIL PROTECTED]) wrote: > David Smith <[EMAIL PROTECTED]> writes: > > I couldn't wait any longer so I went ahead and set up a mercurial > > repository > > starting with the current 5.17a. I would have liked to have imported older > > history but it was a lot of work so hopefully Carst

[Orgmode] compiler warnings

2007-12-29 Thread Adam Spiers
Does anyone else get a lot of warnings during compile of org.el? In org-remember-insinuate: org.el:13175:9:Warning: assignment to free variable `remember-annotation-functions' org.el:13176:9:Warning: assignment to free variable `remember-handler-functions' In end of data: org.el:27707:1:W

Re: [Orgmode] Re: Org-mode development

2007-12-29 Thread Adam Spiers
On Sat, Dec 29, 2007 at 10:18:49PM +, Adam Spiers wrote: > I've uploaded my repository here in case anyone's interested: > > http://www.adamspiers.org/cgi-bin/hg.cgi/org-pacific/ I forgot to state for the curious: `pacific' is the name of my laptop :-) I have a parallel branch on `atlantic

Re: [Orgmode] org-mairix.el now on EmacsWiki

2007-12-29 Thread Adam Spiers
On Sat, Dec 08, 2007 at 08:08:34PM +, Adam Spiers wrote: > On Thu, Sep 27, 2007 at 04:16:12PM +0200, Georg C. F. Greve wrote: > > http://www.emacswiki.org/emacs/org-mairix.el > > Hi Georg, > > See my other post sent within a few minutes of this for deeper > discussion points, but just wanted

[Orgmode] FR: per-session caching of *Org Agenda* buffer

2007-12-29 Thread Adam Spiers
For me at least, generation of the *Org Agenda* buffer takes a good 1.5 seconds or so each time, on a pretty decent machine. This isn't too bad, and is at least in part due to my tendency for Structured Procrastination which leads to very long TODO.org files (and lots of posts to this list ;-) Ho

Re: [Orgmode] Re: Org-mode development

2007-12-29 Thread David Smith
Hi Adam, I wish I would have known about your repository sooner! :) AFAIR you can reparent an existing revision in mercurial, but I've forgotten off the top of my head how it's done. For now, I'm going to blow out my repo and fork off of yours, since I don't have anything useful in mind outsid