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

2008-04-11 Thread Carsten Dominik
On Apr 12, 2008, at 6:44 AM, Daniel Goldin 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" "~/orgfiles/ NotesJournal.o

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

2008-04-11 Thread Daniel Goldin
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" "~/orgfiles/NotesJournal.org") ("Idea" ?i "* %^{Title}\n %i\n %a" "~/orgfi

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

2008-04-11 Thread Shelagh Manton
On Fri, 11 Apr 2008 15:59:22 -0700 "Daniel Goldin" <[EMAIL PROTECTED]> wrote: > Yes, I've tried org-remember: same results. > > d. I wonder if you have templates set up? Something like the following? (setq org-remember-templates '((?t "** TODO %?\n %u" "~/.org/planner.org" "Tasks")

Re: [Orgmode] http://orgmode.org/org-info.js is not available at the moment

2008-04-11 Thread Sebastian Rose
Carsten Dominik schrieb: At http://orgmode.org/org-info.js Note that this is still being worked on, so this version is still preliminary and may not work correctly in some aspects. I believe Sebastian also wanted to put a version on worg, but I don't think that has happened yet. True, I did

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

2008-04-11 Thread Daniel Goldin
Yes, I've tried org-remember: same results. d. On Fri, Apr 11, 2008 at 3:23 PM, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Daniel Goldin" <[EMAIL PROTECTED]> writes: > > > I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 > > > > Here is the relevant code I use to enable org/remember inte

Re: [Orgmode] http://orgmode.org/org-info.js is not available at the moment

2008-04-11 Thread Carsten Dominik
At http://orgmode.org/org-info.js Note that this is still being worked on, so this version is still preliminary and may not work correctly in some aspects. I believe Sebastian also wanted to put a version on worg, but I don't think that has happened yet. - Carsten On Apr 11, 2008, at 9:53

Re: [Orgmode] Agenda view for logging?

2008-04-11 Thread Carsten Dominik
On Apr 11, 2008, at 5:09 PM, Jose Robins wrote: Hi Ben, Thanks for your detailed response. Your arguments make perfect sense. Let me try to get into the habit of "scheduling" and putting "deadlines". It's all a question of learning new habits and sticking to it. Actually, for simple age

Re: [Orgmode] make error when making org fro git

2008-04-11 Thread Carsten Dominik
On Apr 11, 2008, at 6:26 PM, Rainer Stengele wrote: Hi all, I want to make org-mode from git and get this error: While compiling toplevel forms in file /u/tmp/org-mode/lisp/org- archive.el: !! Symbol's function definition is void ((declare)) Done make: *** [lisp/org-archive.elc] Error 1

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

2008-04-11 Thread Bernt Hansen
"Daniel Goldin" <[EMAIL PROTECTED]> writes: > I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 > > Here is the relevant code I use to enable org/remember integration. > > (setq org-directory "~/orgfiles/") > > (setq org-default-notes-file "~/.notes") > (setq remember-annotation-functions '

Re: [Orgmode] Where to get org v6.00-pre5?

2008-04-11 Thread Carsten Dominik
On Apr 11, 2008, at 3:49 PM, Tim O'Callaghan wrote: Hi, Like the new look for the orgmode.org site, but there is a problem with the distribution links. The site proclaims the current version as 6.00-pre5, but the link to download points to 5.23a. Hi Tim, the website is not completely finish

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

2008-04-11 Thread Daniel Goldin
I'm running org 5.23a, on emacs 22.0.90.1 -- Ubuntu 7.04 Here is the relevant code I use to enable org/remember integration. (setq org-directory "~/orgfiles/") (setq org-default-notes-file "~/.notes") (setq remember-annotation-functions '(org-remember-annotation)) (setq remember-handler-functions

Re: [Orgmode] How to get a clocking report ?

2008-04-11 Thread Russell Adams
Have you looked at the existing clock support and reports? If you clock in and out, you can create a report for "thisweek" or "lastweek" and review it for timecards. On Fri, Apr 11, 2008 at 09:02:55PM +0200, Jurgen Defurne wrote: > I use org-mode already three months to organise my work, and this

[Orgmode] Re: How to get a clocking report ?

2008-04-11 Thread Bernt Hansen
Jurgen Defurne <[EMAIL PROTECTED]> writes: > I use org-mode already three months to organise my work, and this is a > fantastic tool. I have set up an agenda for daily tasks I must do, I > can use remember for when people come ask things, when I have ideas or > just to record problems and things t

[Orgmode] How to get a clocking report ?

2008-04-11 Thread Jurgen Defurne
I use org-mode already three months to organise my work, and this is a fantastic tool. I have set up an agenda for daily tasks I must do, I can use remember for when people come ask things, when I have ideas or just to record problems and things that I need to follow up in the course of the day.

Re: [Orgmode] make error when making org fro git

2008-04-11 Thread Manish
On Fri, Apr 11, 2008 at 9:56 PM, Rainer Stengele wrote: > Hi all, > > I want to make org-mode from git and get this error: > > > While compiling toplevel forms in file /u/tmp/org-mode/lisp/org-archive.el: > !! Symbol's function definition is void ((declare)) > Done > make: *** [lisp/org-archi

[Orgmode] make error when making org fro git

2008-04-11 Thread Rainer Stengele
Hi all, I want to make org-mode from git and get this error: While compiling toplevel forms in file /u/tmp/org-mode/lisp/org-archive.el: !! Symbol's function definition is void ((declare)) Done make: *** [lisp/org-archive.elc] Error 1 Is that my fault or a bug? Rainer - debian 4.0 GN

Re: [Orgmode] Re: Where to get org v6.00-pre5?

2008-04-11 Thread Tim O'Callaghan
Git cloning is something i will look into. But back to my original point. The distribution version on the orgmode website is not as advertised. In this case: advertised is v6.00-pre5 downloadable is v5.23a. If the v6.00-pre5 version is a development version only available from the git repo then a

[Orgmode] Re: Where to get org v6.00-pre5?

2008-04-11 Thread Bernt Hansen
"Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > Unfortunately the Git repo is impractical, as i can only access it from home. > > Tim. > You could put a bare clone on a USB stick take it to work and clone from that. -Bernt ___ Emacs-orgmode mailing

Re: [Orgmode] Agenda view for logging?

2008-04-11 Thread Jose Robins
Hi Ben, Thanks for your detailed response. Your arguments make perfect sense. Let me try to get into the habit of "scheduling" and putting "deadlines". It's all a question of learning new habits and sticking to it. Regards, Jose [EMAIL PROTECTED] wrote: Hi Jose, I'm also still very much a r

[Orgmode] Re: Where to get org v6.00-pre5?

2008-04-11 Thread Tim O'Callaghan
Unfortunately the Git repo is impractical, as i can only access it from home. Tim. On 11/04/2008, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > > > Like the new look for the orgmode.org site, but there is a problem > > with the distribution links. The

[Orgmode] Re: Where to get org v6.00-pre5?

2008-04-11 Thread Bernt Hansen
"Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > Like the new look for the orgmode.org site, but there is a problem > with the distribution links. The site proclaims the current version as > 6.00-pre5, but the link to download points to 5.23a. Org-mode version 6.00pre-5 is available in the git rep

[Orgmode] Where to get org v6.00-pre5?

2008-04-11 Thread Tim O'Callaghan
Hi, Like the new look for the orgmode.org site, but there is a problem with the distribution links. The site proclaims the current version as 6.00-pre5, but the link to download points to 5.23a. Tim. ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] http://orgmode.org/org-info.js is not available at the moment

2008-04-11 Thread Rainer Stengele
Hi Carsten! Where can I get the latest version of the file? Rainer ___ 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