[Orgmode] Dependency on dired-aux breaks 5.23a installation in XEmacs

2008-03-13 Thread Jurgen Defurne
I use Org-mode with XEmacs (because XEmacs can be compiled under Cygwin, and does not need an X-server, in contrast to GNU Emacs). Currently, I am still using 5.21, and I was waiting for 5.23. However, a dependency on dired-aux breaks the installation. I have looked in the XEmacs packages, but

Re: [Orgmode] Converting to html in a shell script

2008-03-13 Thread Michael Hohn
lanas wrote: Hi all, I would like to convert an org file to HTML, much like C-c C-e h would do, automatically from a shell script. So far I've tried unsuccesfully some permutaions of: emacs -batch -l ~/.emacs -eval '(org-export-as-html "./file.org")' emacs -batch -l ~/.emacs -eval '(org-expo

Re: [Orgmode] Re: Release 5.23a

2008-03-13 Thread Carsten Dominik
On Mar 12, 2008, at 10:14 PM, Jost Burkardt wrote: Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: Changes in Version 5.23 ~~~ Overview - New keyword search agenda view I must say, I really, really like this new feature. Finally there's the org-fe

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Richard G Riley
Phil Jackson <[EMAIL PROTECTED]> writes: > Hi Richard, > > [ list removed ] > > Richard G Riley <[EMAIL PROTECTED]> writes: > >>> Hold two, I'm going to make sure this is more robust. I'll post to this >>> thread when I'm done and you can help me test it if you would. > > Please find attached the

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Richard G Riley
Phil Jackson <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > Both "enter" and "follow link" (C-c C-o) had the same problem. >>> >>> I've just put a fix in git for this. Can I ask how you initiate your >> >> How do I get it? Or can you post the line here? > > Hold t

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Phil Jackson
Richard G Riley <[EMAIL PROTECTED]> writes: >>> Both "enter" and "follow link" (C-c C-o) had the same problem. >> >> I've just put a fix in git for this. Can I ask how you initiate your > > How do I get it? Or can you post the line here? Hold two, I'm going to make sure this is more robust. I'll

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Richard G Riley
Phil Jackson <[EMAIL PROTECTED]> writes: > Richard, > > Richard G Riley <[EMAIL PROTECTED]> writes: > >> Both "enter" and "follow link" (C-c C-o) had the same problem. > > I've just put a fix in git for this. Can I ask how you initiate your How do I get it? Or can you post the line here? > sess

Re: [Orgmode] How to set a date relative to the original date?

2008-03-13 Thread Carsten Dominik
Fixed, thanks. - Carsten On Mar 11, 2008, at 10:26 PM, Wanrong Lin wrote: Hi, I read the tutorial on http://members.optusnet.com.au/~charles57/GTD/org_dates/ about how to use dates. The tutorial says I can use "++3d" to indicate "3 days after the default date". My understanding is the def

Re: [Orgmode] Navigation to certain category subset

2008-03-13 Thread Carsten Dominik
You can use the template definitions to navigate to template target locations. I you have (define-key global-map "\C-cr" 'org-remember) Then `C-u C-c r' followed by a template letter will navigate to that place. HTH - Carsten On Mar 13, 2008, at 11:41 AM, Richard G Riley wrote: I have

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Phil Jackson
Richard, Richard G Riley <[EMAIL PROTECTED]> writes: > Both "enter" and "follow link" (C-c C-o) had the same problem. I've just put a fix in git for this. Can I ask how you initiate your session? Is it interactively with erc-select? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Richard G Riley
Bastien Guerry <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > >> The guys on #emacs kind of laughed at me a while back for using erc - >> apparently its seen as a bit girly ... rcirc doesnt seem to allow config >> of multiple servers and channels though so I thought or

Re: [Orgmode] Re: rcirc

2008-03-13 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, >>> rcirc doesnt seem to allow config of multiple servers and channels >>> though so I thought org-mode might be useful for "remembering" >>> servers and channels. >> >> Sure, it does! > > Thanks Tassilo! I didn't see that in the rcirc doc o

[Orgmode] Navigation to certain category subset

2008-03-13 Thread Richard G Riley
I have (setq org-remember-templates (quote ( (?t "* TODO %?\n %u\n %i\n %a\n" "~/org/todo.org" "Tasks") (?n "* %U %?" "~/org/notes.org" "Notes") (?l "* %U %^{Title}\n %i\n %a\n" "~/org/todo.org" "Linux") (?d "* %U %^{Title}\n %i\n %a\n" "~/org/todo

Re: [Orgmode] Re: rcirc

2008-03-13 Thread Richard G Riley
Tassilo Horn <[EMAIL PROTECTED]> writes: > Richard G Riley <[EMAIL PROTECTED]> writes: > > Hi Richard, > >> rcirc doesnt seem to allow config of multiple servers and channels >> though so I thought org-mode might be useful for "remembering" servers >> and channels. > > Sure, it does! Thanks Tassi

[Orgmode] Re: rcirc

2008-03-13 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, > rcirc doesnt seem to allow config of multiple servers and channels > though so I thought org-mode might be useful for "remembering" servers > and channels. Sure, it does! --8<---cut here---start->8---

Re: [Orgmode] rcirc

2008-03-13 Thread Phil Jackson
"Hugo Schmitt" <[EMAIL PROTECTED]> writes: > So I have another question (for Phil)... why is org-irc-link-to-logs a > customizable option? What would you suggest? Separating them altogether? A new key binding? > It looks like linking to logs and linking to sessions are two totally > different th

Re: [Orgmode] Re: Release 5.23a

2008-03-13 Thread Carsten Dominik
On Mar 12, 2008, at 10:14 PM, Jost Burkardt wrote: Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: Changes in Version 5.23 ~~~ Overview - New keyword search agenda view I must say, I really, really like this new feature. Finally there's the org-fe

Re: [Orgmode] Release 5.23a

2008-03-13 Thread Carsten Dominik
On Mar 11, 2008, at 4:00 PM, Richard G Riley wrote: Xin Shi <[EMAIL PROTECTED]> writes: Richard G Riley wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: On Mar 11, 2008, at 1:03 AM, Xin Shi wrote: Hi, Thanks for the release! There is a bug which I got from an Email several weeks ag