Re: [Orgmode] Re: [PATCH] Fix typographical errors in stuck project help

2007-04-25 Thread Carsten Dominik
On Apr 24, 2007, at 16:27, Bernt Hansen wrote: I've stripped my .emacs down to only org-related settings Using org-4.72 exhibits the same behaviour with GNU Emacs 22.0.95.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2007-03-02 on pacem, modified by Debian I'm not sure what to try n

Re: [Orgmode] Bug: Archived entries show up in diary entry for the day

2007-04-25 Thread Carsten Dominik
I did not know that there is someone still using &%%(org-diary) ~/path/to/some/orgfile.org in the diary file to include Org-mode stuff in the agenda! This bug will be fixed in the next version, thank you. - Carsten On Apr 25, 2007, at 7:04, Denis Bueno wrote: I'm using GNU Emacs 22.0.98.

[Orgmode] Org-mode 4.73

2007-04-25 Thread Carsten Dominik
Version 4.73 does fix the bugs already discovered in 4.72. http://www.astro.uva.nl/~dominik/Tools/org/ ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Org-mode 4.73

2007-04-25 Thread Scott Jaderholm
Carsten, While I think this improved showing blank lines in CONTENTS view (arrived at by S-Tab), I think there are still bugs with FOLDED view. I am using (setq org-cycle-separator-lines 1) and I have: * Projects ** Some Project *** DONE Some Task CLOSED: [2007-04-25 Wed 09:57] ** Another

[Orgmode] Problem with Version 4.72

2007-04-25 Thread Ian Barton
I have been using various versions of org up to 4.69 in Ubuntu (currently Feisty) with no problems. However, when I upgraded to 4.72 I get the following error opening an org file. File mode specification error: (void-function defvaralias) This happens on two separate computers and when I rever

[Orgmode] Org update script

2007-04-25 Thread Scott Jaderholm
Has anyone created a script for updating org? It's only a few commands but since we're fortunate enough to get updates so frequently (thanks Carsten!) it would be nice to only have to type one. I don't know how to write quality scripts but I've jotted down what I think would need to be done to ma

Re: [Orgmode] Problem with Version 4.72

2007-04-25 Thread Scott Jaderholm
Ian, Upgrade to 4.73 and it will work. A bug in 4.72 prevented it from working in Emacs 21. Cheers, Scott On 4/25/07, Ian Barton <[EMAIL PROTECTED]> wrote: I have been using various versions of org up to 4.69 in Ubuntu (currently Feisty) with no problems. However, when I upgraded to 4.72 I ge

[Orgmode] Outlining facilities

2007-04-25 Thread Yang
Hi, after searching for a long time for a simple bulleted outline editor, I finally found what I was looking for in org-mode's support for plain lists (thank you!). However, I had some questions to which I couldn't find answers in the documentation. How do you configure the indentation amount? Wh

Re: [Orgmode] Problem with Version 4.72

2007-04-25 Thread Ian Barton
Scott, Many thanks that fixed it. Ian. Ian, Upgrade to 4.73 and it will work. A bug in 4.72 prevented it from working in Emacs 21. I have been using various versions of org up to 4.69 in Ubuntu (currently Feisty) with no problems. However, when I upgraded to 4.72 I get the fol

Re: [Orgmode] Org update script

2007-04-25 Thread Pete Phillips
> "Scott" == Scott Jaderholm <[EMAIL PROTECTED]> writes: Scott> Has anyone created a script for updating org? This will do the job. It doesn't compile the lisp file, but I frequently don't bother to do this anyway. :-) This also means that it keeps all old versions, and you can resto

[Orgmode] require cl bug in org.el 4.72

2007-04-25 Thread timotheus
Not sure if this has been addressed. Given the following: # emacs -Q M-x load-library org may fail due to `org-key' within `org.el' requiring `cl'. IMHO: 1. (require 'cl) should additionally be placed within `org-key' OR 2. The initial (require 'cl) should not be inside (eval-whe

[Orgmode] Org-mode improper function to key association

2007-04-25 Thread Juraj Kubelka
Hi Carsten, It seems there is a mistake in org.el file. Juraj -(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-date- earlier) +(org-defkey org-agenda-mode-map [(shift left)] 'org-agenda-date- earlier) -(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-priority- up) +

Re: [Orgmode] Org update script

2007-04-25 Thread Scott Jaderholm
On 4/25/07, Pete Phillips <[EMAIL PROTECTED]> wrote: > Scott Jaderholm <[EMAIL PROTECTED]> writes: Has anyone created a script for updating org? This will do the job. It doesn't compile the lisp file, but I frequently don't bother to do this anyway. :-) I changed it to work without sym

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-25 Thread Leo
- Carsten Dominik (2007-04-23) wrote:- > Would htmlize be enough to publish this, or do people have more fancy > ideas about how this should work? > > - Carsten I will give a wild guess. Can it be done like this, treat each line in agenda buffer as a heading and use the `export' function

Re: [Orgmode] Org update script

2007-04-25 Thread Pete Phillips
> "Scott" == Scott Jaderholm <[EMAIL PROTECTED]> writes: Pete> # ORGDIR is a symbolic link. We get rid of it rm -f $DIR Scott> I'm guessing that should be rm -f $ORGDIR then? Ahh well. It is my wife's birthday, and I should have been doing other things rather than knocking up a

[Orgmode] Bug: files included in org-agenda displayed as open buffers

2007-04-25 Thread Scott Jaderholm
I think this is a bug. If I start a fresh Emacs with no additional buffers open and run org-agenda and then type C-x b TAB and it displays the org files that are included in my org-agenda, including .diary, as if they were open buffers, but if I switch to them emacs goes to a different buffer ins

[Orgmode] Re: Bug: files included in org-agenda displayed as open buffers

2007-04-25 Thread Scott Jaderholm
Alright, I think this may be a bug with Emacs and not org-mode. Apparently the buffers are actually open, because I can switch to them with C-x b but not C-x b TAB . Sorry, Scott On 4/25/07, Scott Jaderholm <[EMAIL PROTECTED]> wrote: I think this is a bug. If I start a fresh Emacs with no ad

Re: [Orgmode] Org-mode improper function to key association

2007-04-25 Thread Carsten Dominik
Indeed. Thanks! - Carsten On Apr 25, 2007, at 21:15, Juraj Kubelka wrote: Hi Carsten, It seems there is a mistake in org.el file. Juraj -(org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-date-earlier) +(org-defkey org-agenda-mode-map [(shift left)] 'org-agenda-date-earlier) -

[Orgmode] Re: Org update script

2007-04-25 Thread Patrick Drechsler
"Scott Jaderholm" <[EMAIL PROTECTED]> writes: > wget http://staff.science.uva.nl/~dominik/Tools/org/ > awk to find out version number > wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip > tar -xvzf org-x.tar.gz > rm -rf ~/org-tar.gz > rm ~/.elisp/org > mv org-x ~/.elisp/org > cd ~/.elis

Re: [Orgmode] Re: Org update script

2007-04-25 Thread Carsten Dominik
On Apr 26, 2007, at 0:27, Patrick Drechsler wrote: "Scott Jaderholm" <[EMAIL PROTECTED]> writes: wget http://staff.science.uva.nl/~dominik/Tools/org/ awk to find out version number wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip tar -xvzf org-x.tar.gz rm -rf ~/org-tar.gz rm ~/.el

Re: [Orgmode] Org-mode 4.73

2007-04-25 Thread Carsten Dominik
On Apr 25, 2007, at 18:11, Scott Jaderholm wrote: Carsten, While I think this improved showing blank lines in CONTENTS view (arrived at by S-Tab), I think there are still bugs with FOLDED view. ^&%&[EMAIL PROTECTED] Yes, you are of course right. Next release will not be so soon, so here i