Re: [Orgmode] org-annotation-helper

2008-08-30 Thread Nick Dokos
Richard G Riley <[EMAIL PROTECTED]> wrote:

> 
> Can someone please confirm they have org-annotation-helper working with
> Firefox/Iceweasel 3?

I have not been able to get org-annotation-helper working at all
w/Firefox 3. I get an unhandled exception in Javascript at the browser,
don't know why:

Error: uncaught exception: [Exception... "Component returned failure code: 
0x80004005 (NS_ERROR_FAILURE) [nsIDOMLocation.href]"  nsresult: "0x80004005 
(NS_ERROR_FAILURE)"  location: "JS frame :: 
javascript:location.href='remember://'+location.href+'::remember::'+escape(document.title)+'::remember::'+escape(window.getSelection())
 ::  :: line 1"  data: no]

One of these years, I hope to get some time to dig deeper. For now,
it's been back to copy-n-paste for me.

Sorry I can't help,
Nick

> 
> If I type "remember://hello" in the address bar it works fine. If,
> however I click my bookmark with the following as the location then I
> get "about:blank" as the embedded link in my new remember buffer:
> 
> javascript:location.href='remember://' + location.href + '::remember::'
> + escape(document.title) + '::remember::' +
> escape(window.getSelection())
> 
> 
> What could be wrong?
> 
> 
> 
> ___
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Bug in org-time-stamp?

2008-08-30 Thread bostjanv
Section 8.2 (node: Creating timestamps) of the info manual contains the
following description:

`C-c .'
 Prompt for a date and insert a corresponding time stamp.  When the
 cursor is at a previously used time stamp, it is updated to NOW.
 When this command is used twice in succession, a time range is
 inserted.  

In my opinion, the second sentence does not correspond to the actual
operation. To see this, one can perform a test on a single-line org file,
for example:

* TODO <2008-08-28 Thu> test todo item

We encounter (at least) the following types of behavior:

(1) point is within the timestamp, mouse cursor is either inside or outside
(if inside, do not click). In that case entering `C-c .' will result in
a timestamp update query, and hitting RETURN will produce no change in
the timestamp.
(2) point is outside the timestamp, mouse cursor inside. In that case the
`C-c .' command and RETURN will result in an updated timestamp at the
point position while the original timestamp remains unchanged.
(3) point is within the timestamp. If after `C-c .' and the timestamp query
one clicks on a date in the calendar, then the original timestamp will
be changed to the selected date.

On examining the first two cases one concludes that the origin of the problem
is quite simple: In Case (1) the default answer to the update query is the
ORIGINAL VALUE OF TIMESTAMP while in Case (2) it is NOW. In my opinion it
should be NOW in both cases. Case (3) does not require comment as the
corresponding behavior is expected.

Additionally, if the previously suggested change be accepted, I propose that
the above description in the info manual be changed to the following:

`C-c .'
 Prompt for a date and insert a corresponding time stamp.  When the
 point or mouse cursor is at a previously used time stamp, the prompt
 requests an updated value, and the latter is inserted at point
 (default is NOW). When this command is used twice in succession, a
 time range is inserted.  

Regards,
bostjanv
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] org-annotation-helper

2008-08-30 Thread Richard G Riley

Can someone please confirm they have org-annotation-helper working with
Firefox/Iceweasel 3?

If I type "remember://hello" in the address bar it works fine. If,
however I click my bookmark with the following as the location then I
get "about:blank" as the embedded link in my new remember buffer:

javascript:location.href='remember://' + location.href + '::remember::'
+ escape(document.title) + '::remember::' +
escape(window.getSelection())


What could be wrong?



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Error:invalid face

2008-08-30 Thread Sebastian Rose

Hi Chengbo,

this was because of missing face properties. This solves it for
me:

cvs up -dP -D "20080829 09:50"

I guess you used emacs from CVS too?


Regards,

 - Sebastian


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode