emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-orgmode] Possible bugs


From: Bastien
Subject: Re: [Emacs-orgmode] Possible bugs
Date: Sun, 11 Jun 2006 12:14:51 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Carsten Dominik <address@hidden> writes:

> I had no idea that this might work, this is great, thanks for pointing
> this out.  I'll fix the customization code to accept this.

« Good software works great in some ways that we didn't even
anticipate. » (from fuzzy memory - Eric S. Raymond?)

> I guess quotes are allowed as parts of a link, so there is no way I
> could tell, could I?

Maybe just modify org-non-link-chars?

(defconst org-non-link-chars "]\t\n\r<>\"")
                                       ^^

> What does this have to do with the question mark?

(I was just using elisp syntax for a character: " -> ?")

> What "natural" behavior would you have expected by having both?
> Maybe there is a good way to define what should happen in this case?

Cycling through a heading with both SEQ_TODO and TYP_TODO defined
first cycles through the SEQ_TODO keywords.  After the first "DONE" 
it cycles through the TYP_TODO till the next "DONE".

I'm using it when i need to categorize a task without tagging it.  But
my use of org-mode is currently quite unstable, i'm just trying to
figure out what is the best way to get things appropriatly ordered.

>> I'm not a Gnus expert but i'll try to track down this bug further.
>> I let you know.

I think this comes from the fact that org-store-link doesn't strip
strings off their fontifications.  See the way an registry entry
looks in my ~/.gnus.registry.el:

<http://www.cognition.ens.fr/~guerry/org-b-log/org-gnus-registry.txt>

This causes gnus-registry.el to complain, because of the wrong "#"
character.

> OK, I will do this.  I guess these would be buffers in `image-mode'.

Right.

Regards,

-- 
Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]