Re: [O] Opendocument export causes error

2012-12-02 Thread Achim Gratz
Jambunathan K gmail.com> writes: > The problem is org-odt gets compiled on top of the wrong org-compat. > The org-compat in vanilla Emacs is wrong (for our purposes) while that > in your work-area is right. There is the slight problem that org-{,-e-}odt does not (require 'org-compat) and org-cond

[O] Priority cookies in org-store-link

2012-12-02 Thread William Léchelle
Hi all, As for a recent git version, calling org-store-link on a subtree records its priority cookie in the link, which therefore breaks if the said priority is changed (“no match - create this as a new heading ?”) Links not featuring the priority succeed at finding the headline which has such a

Re: [O] Opendocument export causes error

2012-12-02 Thread Bastien
Achim Gratz writes: > Bastien, if you read this: here's your real-world example of how things > don't work if the wrong autoload definitions are used. Now, can we > please fix this again? I'm reading this, I will look at this issue again when we can make entirely sure the problems of the OP are

Re: [O] Opendocument export causes error

2012-12-02 Thread Jambunathan K
Torsten Anders writes: > One is the standard Emacs (in my case Aquamacs based on GNU Emacs > 23.3.50.1 at /Applications/Mozart/Mozart.app/Contents/Resources/) and > the other is my local emacs lisp directory at ~/emacs/. 50 in your Emacs version is an indication that it is a pre-pretest version

Re: [O] Opendocument export causes error

2012-12-02 Thread Jambunathan K
Achim is the one who made autoload changes. I am not familiar with his changes because I can jump the steps and get a working setup. I am telling this upfront, because Achim and I may share different instructions (which may amount to having the /same effect/) but if you mix the instructions, you

Re: [O] Opendocument export causes error

2012-12-02 Thread Jambunathan K
Achim is the one who made autoload changes. I am not familiar with his changes because I can jump the steps and get a working setup. I am telling this upfront, because Achim and I may share different instructions (which may amount to having the /same effect/) but if you mix the instructions you

[O] mobileorg for android: perhaps best to wait on an update

2012-12-02 Thread Brian van den Broek
Hi all, mobileorg for android 0.9.5 came out a few days ago. Looks like there's been a lot of forward movement, and that's just great. Less great is that it busted calendar sync up pretty badly: https://github.com/matburt/mobileorg-android/issues/305. Just thought I'd try to save others on the lis

Re: [O] what is purpose of this list

2012-12-02 Thread Bernt Hansen
jdavidb...@gmail.com writes: > What is the purpose of this list? I saw it referenced in the #org group > on freenode... Hi Dave, The purpose of this list is to discuss anything/everything related to org-mode. This includes but is not limited to: - use cases - questions you might have about

[O] what is purpose of this list

2012-12-02 Thread jdavidboyd
What is the purpose of this list? I saw it referenced in the #org group on freenode... Dave

Re: [O] Opendocument export causes error

2012-12-02 Thread Torsten Anders
Dear Achim, Thanks a lot for your help! > Try adding (require 'org) or alternatively — if you know you never > use the Org version that comes with Emacs (that means you need to be > extra careful with things like 'emacs -Q') — (require 'org-loaddefs). I tried both adding (require 'org) and (req

Re: [O] is this spreadsheet correct?

2012-12-02 Thread Samuel Wales
On 12/2/12, Achim Gratz wrote: > The target column apparently can't be a named column, although the > documentation could be more clear. Oh. :( I liked the idea of named columns everywhere. It is a great feature. Does ses do them? > You need to put a recalculation mark into the first column (

[O] git access

2012-12-02 Thread David Arroyo Menéndez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! I'm translating the org guide, I would like make git push my orgguide.es.po. Who can give me this access?. There are a lot of work done you can access to this translation from http://www.davidam.com/docu/orgguide.es.html. Thanks! - -- David

Re: [O] Problem with floating holidays

2012-12-02 Thread Philipp Kroos
"John Burns" writes: > I am having problems with org-float and floating holidays, in particular the > holiday of Thanksgiving, as an example. > > I have the following entry in my data file: > > * Anniversaries and Holidays > > #+CATEGORY: Holiday > > %%(org-float t 4 4) Thanksgiving > > I know

Re: [O] Opendocument export causes error

2012-12-02 Thread Achim Gratz
Torsten Anders writes: > None of these libraries is actually loaded in ~/.emacs -- I recently > commented out (require 'org-install) but some recent message from > org-mode suggested to remove that. However, adding (require > org-install) makes not difference. Try adding (require 'org) or alternat

Re: [O] is this spreadsheet correct?

2012-12-02 Thread Achim Gratz
Samuel Wales writes: > Also, I entered the formula as =rp=, but it got put in as > $5. The target column apparently can't be a named column, although the documentation could be more clear. > | ! | what| pw | ph |rp | ew | eh | re | f | > | | current | 720 | 1152 | 0.625 | 7

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-02 Thread Nicolas Goaziou
Takafumi Arakaki writes: > I can confirm that the behavior I described still exists. > I checked with the latest version (8d22b119786206bbae98183b0fb61e3ab1b22a43) > in maint branch of org-mode and the latest version (110979) in emacs-24 branch > of Emacs bzr repository. I also checked with the