Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Daniel Goldin
These are all the configs I have for org and remember. Your help is greatly appreciated. d. (require 'org) (require 'remember) (setq org-directory ~/orgfiles/) (setq org-default-notes-file ~/.notes) (setq org-return-follows-link t) (setq org-agenda-ndays 31) (setq org-agenda-show-all-dates t)

[Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Shelagh Manton
On Fri, 11 Apr 2008 21:44:37 -0700 Daniel Goldin [EMAIL PROTECTED] wrote: I'm afraid so. I have the following in my defaul init file. (setq org-remember-templates '((Todo ?t * TODO %?\n %i\n %a ~/orgfiles/NotesTodo.org Tasks) (Journal ?j * %U %?\n\n %i\n %a

[Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Bernt Hansen
Daniel Goldin [EMAIL PROTECTED] writes: These are all the configs I have for org and remember. Your help is greatly appreciated. d. (require 'org) (require 'remember) I think you need to (require 'org-install) if Org is not part of your X/Emacs distribution. Maybe that will help.

Re: [Orgmode] Re: can't get org-mode/remember integration working right

2008-04-12 Thread Carsten Dominik
More questions: - What is the exact prompt that is asking you where to save the file? We need to find out who is prompting you. - Which template did you selected when you get this problem? Because all 3 templates point to some org file, but you are talking about ~/.notes - Are you

[Orgmode] Unuble to install org-mode on Debian Etch for Emacs

2008-04-12 Thread Csányi Pál
Hello! I have GNU Emacs 21.4.1 (i486-pc-linux-gnu) on Debian Etch installed. I downloaded the org-5.23a.tar.gz and try to install it following the org.pdf Manual. When I do make I get an error message: ' While compiling toplevel forms in file /home/cspal/Org-mode/org-5.23a/org-mouse.el: !!

[Orgmode] New user questions

2008-04-12 Thread Alan E. Davis
I have alot of questions about org-mode. I have been working with it for a couple of weeks, and it's helped me in many ways. Here's the first. I have lots of emails on various topics that I would like to harvest into work files, and develop into blog postings, little essays and the like.

[Orgmode] Installing up-to-date org mode over an installed emacs-snapshot on Ubuntu

2008-04-12 Thread Alan E. Davis
I am using a snapshot of Emacs (23.0.60.*) on Ubuntu. I believe this is a CVS snapshot, but it isn't up to date with org mode. I'm not sure it's useful for me to be on the bleeding edge, but if it is, what would be the best way to install the up-to-date package over the top of a package

[Orgmode] org and remember

2008-04-12 Thread Alan E. Davis
Is there a tutorial on how to sort notes into files from the remember ~/notes.org file? I like the idea alot of just quickly being able to get notes down. I use emacs steno.el package, and maybe I ought to find a way to integrate that with org-mode. ANy ideas about this? With steno.el,

[Orgmode] miscellaneous prefix keywords like TODO

2008-04-12 Thread Alan E. Davis
On the orgmode web site there's a todo page. There are a bunch of prefix words: TODO, IDEA, WISH, QUESTION, DECLINED, DONE I hope I'm not asking the obvious: how can I implement that aside from a list of alternative states? Then have them show up in agendas? Thank you for org-mode. It is

[Orgmode] Re: miscellaneous prefix keywords like TODO

2008-04-12 Thread Alan E. Davis
Alan E. Davis wrote: On the orgmode web site there's a todo page. There are a bunch of prefix words: TODO, IDEA, WISH, QUESTION, DECLINED, DONE I hope I'm not asking the obvious: how can I implement that aside from a list of alternative states? Then have them show up in agendas? Maybe I

Re: [Orgmode] Re: miscellaneous prefix keywords like TODO

2008-04-12 Thread Eddward DeVilla
On Sat, Apr 12, 2008 at 9:50 PM, Alan E. Davis [EMAIL PROTECTED] wrote: Alan E. Davis wrote: On the orgmode web site there's a todo page. There are a bunch of prefix words: TODO, IDEA, WISH, QUESTION, DECLINED, DONE I hope I'm not asking the obvious: how can I implement that aside from a

Re: [Orgmode] Re: miscellaneous prefix keywords like TODO

2008-04-12 Thread Manish
On Sun, Apr 13, 2008 at 8:20 AM, Alan E. Davis [EMAIL PROTECTED] wrote: Alan E. Davis wrote: On the orgmode web site there's a todo page. There are a bunch of prefix words: TODO, IDEA, WISH, QUESTION, DECLINED, DONE I hope I'm not asking the obvious: how can I implement that aside from a

Re: [Orgmode] Installing up-to-date org mode over an installed emacs-snapshot on Ubuntu

2008-04-12 Thread Manish
On Sun, Apr 13, 2008 at 7:38 AM, Alan E. wrote: I am using a snapshot of Emacs (23.0.60.*) on Ubuntu. I believe this is a CVS snapshot, but it isn't up to date with org mode. I'm not sure it's useful for me to be on the bleeding edge, but if it is, what would be the best way to install the

Re: [Orgmode] New user questions

2008-04-12 Thread Manish
On Sun, Apr 13, 2008 at 7:36 AM, Alan E. Davis [EMAIL PROTECTED] wrote: I have alot of questions about org-mode. I have been working with it for a couple of weeks, and it's helped me in many ways. Welcome to org-mode. Here's the first. I have lots of emails on various topics that I would

Re: [Orgmode] Bug? Problem with archive functions in 6.00 pre5

2008-04-12 Thread Manish
On Sun, Apr 13, 2008 at 4:21 AM, Jose Robins [EMAIL PROTECTED] wrote: emacs 21.1 I just upgraded today from 5.23a. I found out that I had to manually do a (require 'org-archive) for archiving (e.g. using C-c C-x C-s) to work in an org file. I assume this is a bug? Seems to works for me.

Re: [Orgmode] Unuble to install org-mode on Debian Etch for Emacs

2008-04-12 Thread Manish
On Sat, Apr 12, 2008 at 6:52 PM, Csányi Pál wrote: Hello! I have GNU Emacs 21.4.1 (i486-pc-linux-gnu) on Debian Etch installed. I downloaded the org-5.23a.tar.gz and try to install it following the org.pdf Manual. When I do make I get an error message: ' While compiling toplevel

[Orgmode] export to html and relative links:

2008-04-12 Thread T. V. Raman
Hi, org-export turns links of the form [[foo][link to relative url foo]] ends up creating links of the form a href=#foo.../a this means that it becomes impossible to write hyperlinks that are relative URLs. -- Best Regards, --raman Email: [EMAIL PROTECTED] WWW:

Re: [Orgmode] export to html and relative links:

2008-04-12 Thread Carsten Dominik
On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote: Hi, org-export turns links of the form [[foo][link to relative url foo]] ends up creating links of the form a href=#foo.../a this means that it becomes impossible to write hyperlinks that are relative URLs. Hi Raman, the url goes into the