[Orgmode] buffer-substring-filters again

2007-01-25 Thread Ed Hirgelt
Oops, my fix wasn't completely correct either. This one is and is less redundant although it doesn't keep with the spirit of org-set-local (org-set-local 'buffer-substring-filters (cons (lambda (x) (set-text-properties 0 (length x) nil x) x) (if (boundp 'buffer-substring-f

Re: org-mode 4.63 (was: [Orgmode] agenda mode)

2007-01-25 Thread Ed Hirgelt
On 1/25/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: I have just uploaded 4.63 which fixes this problem for now - Both 4.62 & 4.63 suffer from another problem, perhaps limited to XEmacs. In org-agenda-mode org-set-local is called like this: (org-set-local 'buffer-substring-filters

org-mode 4.63 (was: [Orgmode] agenda mode)

2007-01-25 Thread Carsten Dominik
I have just uploaded 4.63 which fixes this problem for now - with the side effect that the format of agenda dates is no longer customizable. Will take more time to figure out how to fix this. Anyway, 4.63 works again, sorry for the hickup. Raman, the link navigation commands are in there as we

[Orgmode] Re: agenda mode

2007-01-25 Thread J. David Boyd
Thanks. I've been having the same problem at work lately, where I think things have changed, but they haven't? So, I wasn't too certain that something was wrong... Dave Carsten Dominik <[EMAIL PROTECTED]> writes: > Yes, there is a new bug which seems to have to do with timezones - I'll look >

Re: [Orgmode] agenda mode

2007-01-25 Thread Carsten Dominik
Yes, there is a new bug which seems to have to do with timezones - I'll look into it. - Carsten On Jan 25, 2007, at 19:11, J. David Boyd wrote: Can someone verify something for me? I thought that, when in agenda mode, using Diary, I saw the day. and then the diary entries. However, now I

[Orgmode] agenda mode

2007-01-25 Thread J. David Boyd
Can someone verify something for me? I thought that, when in agenda mode, using Diary, I saw the day. and then the diary entries. However, now I am seeing the diary entries, then the day. Now, for example, I see Wednesday 24 January 2007 Thursday 25 January 2007 Diary: 13:00.. Go to

Re: [Orgmode] keyboard command request: jumping to links in org mode

2007-01-25 Thread Carsten Dominik
OK, I will put these functions into 4.63. As for key bindings, C-n, C-p or M-n, M-p come to mind - but I don't think I can give you these as default, so please define keys yourself. You might want to combine this with (setq org-return-follows-link t) or (setq org-tab-follows-link t)

[Orgmode] Re: Copying links

2007-01-25 Thread Leo
On 2007-01-25, Eddward DeVilla said: > Hi, > >Does anyone know an easy way to copy a link on org-mode? I want > to be able to paste it in a browser. This came up because the cygwin > version of emacs isn't able to invoke the browser. I'll have to track > that down some time, but I know othe

[Orgmode] Copying links

2007-01-25 Thread Eddward DeVilla
Hi, Does anyone know an easy way to copy a link on org-mode? I want to be able to paste it in a browser. This came up because the cygwin version of emacs isn't able to invoke the browser. I'll have to track that down some time, but I know other times when I want to copy a URL for some reaso

Re: [Orgmode] Inserting some java script

2007-01-25 Thread Graham Smith
Dave, Work around or ugly kludge, or not, this is great to see it can be got around. Many thanks. Graham On 25/01/07, David Emery <[EMAIL PROTECTED]> wrote: On Date: Mon, 15 Jan 2007 10:44:11 +, "Graham Smith" < [EMAIL PROTECTED]> wrote: To access Fleck I want to insert the following c

Re: [Orgmode] Inserting some java script

2007-01-25 Thread David Emery
On Date: Mon, 15 Jan 2007 10:44:11 +, "Graham Smith" <[EMAIL PROTECTED]> wrote: To access Fleck I want to insert the following code at the top of the Emacs document before publishing to HTML > > > http://webwidget.fleck.com/?v=small_image";> > > > But I can't work out how to do t

[Orgmode] Org-mode version 4.62 released

2007-01-25 Thread Carsten Dominik
Hi, I have released version 4.62 of org-mode. Get it at http://www.astro.uva.nl/~dominik/Tools/org/ This release contains incompatible changes to the table editor spreadsheet. If you are currently using the spreadsheet, make sure to read the notes below carefully. Enjoy - Carsten Changes i