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
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
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
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
"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
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
"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
"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
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
"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
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
"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
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
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
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
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
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
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]>)")
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
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
___
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
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
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
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
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
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
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
27 matches
Mail list logo