[O] [BUG] Changing TODO states sometimes modifies the scheduling of the next heading

2011-04-03 Thread Tom
I have a heading where the scheduling changed misteriuosly. It is set to repeat weekly and I found it jumped to the next week without me touching it at all. I set up a background watcher and after a week it detected when the unwanted change happens. I could not yet create a simple org file to

Re: [O] Update org-mode

2011-04-03 Thread Dror Atariah
@Christian: Here's my updated Makefile (at least the first part): # Name of your emacs binary EMACS=/Applications/Aquamacs.app/Contents/MacOS/Aquamacs # Where local software is found #prefix=/usr/local prefix=~/Applications # Where local lisp files go. lispdir =

Re: [O] Re: Update org-mode

2011-04-03 Thread Dror Atariah
I have added the following: (setq load-path (cons (expand-file-name ~/Library/elisp) load-path)) (require 'org-install) No change in the way Aquamacs+org-mode behaves. In particular version still shows 6.33x... :(

[O] Re: Update org-mode

2011-04-03 Thread Jambunathan K
Dror Did you try installing with Package Manager/ELPA? It will be far much simpler that way, I think ... It is primarily designed to help new users of Emacs. You don't need to learn git, tweak Makefiles, load-paths or battle with installing Info manuals. I would recommend ELPA anyday for users

[O] Re: [BUG] Changing TODO states sometimes modifies the scheduling of the next heading

2011-04-03 Thread Tom
Tom adatgyujto at gmail.com writes: I could not yet create a simple org file to reproduce the problem Here's an org file which demonstrates the bug with org 7.5: * TODO test1 SCHEDULED: 2011-04-02 Szo +1d * TODO test2 SCHEDULED: 2011-04-03 H .+1w If you (setq

[O] Re: Update org-mode

2011-04-03 Thread Dror Atariah
It seems like I have to install the package manager. I followed the instructions in the org-mode FAQ. Added: (setq load-path (cons ~/Library/elisp load-path)) (require 'package) (package-initialize) To my .emacs, where packages.el located in ~/Library/elisp. Then, when I restart Aquamacs I get

Re: [O] Update org-mode

2011-04-03 Thread Christian Moe
On 4/3/11 10:08 AM, Dror Atariah wrote: # Where local software is found #prefix=/usr/local prefix=~/Applications Hi, Try prefix=/Applications without the tilde. Yours, Christian

[O] org-add-note not working with winner-mode

2011-04-03 Thread Suvayu Ali
Hi Orgers, After updating org sometime in the last week I have been unable to run org-add-note. Typing C-c C-z does nothing neither does explicitly calling org-add-note. I have things setup to ask to add notes for certain TODO state changes. Those don't work either. For the configured TODOs,

Re: [O] Update org-mode

2011-04-03 Thread Dror Atariah
On Apr 3, 2011, at 11:55 AM, Christian Moe wrote: On 4/3/11 10:08 AM, Dror Atariah wrote: # Where local software is found #prefix=/usr/local prefix=~/Applications Hi, Try prefix=/Applications without the tilde. That made the trick! I'll try to follow and solve also the

[O] org-contacts after org-mode update from 7.4 to 7.5

2011-04-03 Thread Martin Butz
Hi, after updating from org-mode 7.4 to org-mode 7.5 I keep getting an error. While trying to create a new contact the template for my contacts says: * %![Error: (error No buffer named *Article*)] :PROPERTIES: :EMAIL: %![Error: (error No buffer named *Article*)] :PHONE_OFFICE: %^{Telefon

Re: [O] org-contacts after org-mode update from 7.4 to 7.5

2011-04-03 Thread Michael Markert
Hi Martin, On 3 Apr 2011, Martin Butz wrote: Hi, * %![Error: (error No buffer named *Article*)] :PROPERTIES: :EMAIL: %![Error: (error No buffer named *Article*)] :PHONE_OFFICE: %^{Telefon (Büro)} :FAX_OFFICE: %^{Fax (Büro)} :PHONE_MOBILE: %^{Telefon (mobil)} :PHONE_PRIVATE: %^{Telefon

[O] Re: Update org-mode

2011-04-03 Thread Achim Gratz
Dror Atariah dror...@gmail.com writes: # Where local lisp files go. lispdir = $(prefix)/Aquamacs.app/Contents/Resources/lisp I'm going out on a limb here, but you probably should better have: lispdir = $(prefix)/Aquamacs.app/Contents/Resources/site-lisp/org-mode Achim. -- +[Q+ Matrix-12

Re: [O] org-contacts after org-mode update from 7.4 to 7.5

2011-04-03 Thread Martin Butz
Hi Michael, Am 03.04.2011 13:18, schrieb Michael Markert: Hi Martin, On 3 Apr 2011, Martin Butz wrote: [...] Using `org-contacts-template-*` in the capture template depends on you using Gnus and thus having a '*Article*' Buffer. So you might prefer using `%^{Name}` and `%^{Email}` instead, if

[O] [FEATURE] mobile-org on android don't show the hours of the event

2011-04-03 Thread Rémi Vanicat
Hello list, When looking at the agenda on my phone, I can't see the hours of the events I'm looking at. It seem the information is available (it's in the agenda.org that is used by android's mobile-org to show, but I can't understand how to make my android phone) There is a patch to

[O] Re: Update org-mode

2011-04-03 Thread Jambunathan K
will update the FAQ so that folks are able to use ELPA to install org on emacs-23 versions. Steps are simple: 1. M-x list-packages 2. locate org line that reads something like org 20110403 available ...) 3. Press 'i' to install to mark org for installation 4. Press 'x' to actually install the package 5

Re: [O] org-contacts after org-mode update from 7.4 to 7.5

2011-04-03 Thread Michael Markert
Hi Martin, On 3 Apr 2011, Martin Butz wrote: I'm still working with Thunderbird although being able to link to mails from within org is a strong argument to switch to an emacs-based mailclient. Well there may be a possibility using org-protocol to pass name and email, but I didn't use

[O] Re: org-add-note not working with winner-mode

2011-04-03 Thread Bernt Hansen
Suvayu Ali fatkasuvayu+li...@gmail.com writes: After updating org sometime in the last week I have been unable to run org-add-note. Typing C-c C-z does nothing neither does explicitly calling org-add-note. I have things setup to ask to add notes for certain TODO state changes. Those don't

[O] Re: [BUG] Changing TODO states sometimes modifies the scheduling of the next heading

2011-04-03 Thread Matt Lundin
Tom adatgyu...@gmail.com writes: Tom adatgyujto at gmail.com writes: I could not yet create a simple org file to reproduce the problem Here's an org file which demonstrates the bug with org 7.5: * TODO test1 SCHEDULED: 2011-04-02 Szo +1d * TODO test2 SCHEDULED:

[O] Re: [BUG] Changing TODO states sometimes modifies the schedulingof the next heading

2011-04-03 Thread Tom
Matt Lundin mdl at imapmail.org writes: I cannot reproduce this. Did you start emacs without any initialization? I started it with -Q and loaded org 7.5 manually to avoid affecting the test with my own org customizations.

[O] Re: [BUG] Changing TODO states sometimes modifies the schedulingof the next heading

2011-04-03 Thread Matt Lundin
Tom adatgyu...@gmail.com writes: Matt Lundin mdl at imapmail.org writes: I cannot reproduce this. Did you start emacs without any initialization? I started it with -Q and loaded org 7.5 manually to avoid affecting the test with my own org customizations. I still cannot reproduce it.

[O] Re: org-add-note not working with winner-mode

2011-04-03 Thread Suvayu Ali
Hi Bernt, On Sun, 03 Apr 2011 08:41:42 -0400 Bernt Hansen be...@norang.ca wrote: Hi Suvayu, C-c C-z works for me (as does z in the agenda). I've updated org-mode a few minutes ago. Can you verify this is broken for you with a minimal emacs setup? If not then something in your local

[O] Re: [BUG] Changing TODO states sometimes modifies the schedulingof the next heading

2011-04-03 Thread Tom
Matt Lundin mdl at imapmail.org writes: I still cannot reproduce it. I tried your test file which was different from the test file I suggested in the second mail and I couldn't reproduce the problem with it either. So I looked into this and turns out the problem occurs only if after the

Re: [O] Re: org-add-note not working with winner-mode

2011-04-03 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com wrote: I just updated, and I still have the same issue. I did a binary search through my non-orgmode related Emacs setup, and it still comes down to winner mode being turned on. When I start org with it turned off, it works. But restarting emacs with it

[O] New contribution: Bill-of-materials -- org-bom.el

2011-04-03 Thread frozenlock
Hello all! This is my contribution to the wonderful world of org mode: a bill-of-materials maker. This module will scan your entire buffer, collect data, store it in a local database and give it to you in a table. The power users might also want to use the database directly. For more

Re: [O] Re: org-add-note not working with winner-mode

2011-04-03 Thread Suvayu Ali
On Sun, 03 Apr 2011 17:12:01 -0400 Nick Dokos nicholas.do...@hp.com wrote: I replied earlier (just to Bernt - forgot to copy the list, sorry about that) that I couldn't reproduce it either. I still cannot reproduce it with the above instructions or with a minimal .emacs that just loads org

Re: [O] Re: org-add-note not working with winner-mode

2011-04-03 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Sun, 03 Apr 2011 17:12:01 -0400 Nick Dokos nicholas.do...@hp.com wrote: I replied earlier (just to Bernt - forgot to copy the list, sorry about that) that I couldn't reproduce it either. I still cannot reproduce it with the above

[O] system-time-locale doesn't work in emacs daemon

2011-04-03 Thread Neo Liu
Hi, everyone: My shell locale is zh_CN.UTF-8, and I want to let org-mode insert timestamp in English, so I inserted (setq system-time-locale C) into my emacs initialization file (.emacs). Then I found that this setting does work in normal emacs, i.e. starting emacs without --daemon option. But if