Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread Eric Fraga
Bastien writes: > Hi all again, > > Bastien writes: > >> there is no need to (require 'org-install) anymore from the maint >> and master branches. > > ... and you should actually remove (require 'org-install) from your > configuration, since this file is not automatically created anymore. > > Th

Re: [O] **: Re: Bug: Bad timestamp 'habit'

2012-10-03 Thread Achim Gratz
Sebastien Vauban writes: > Yes, it is. This is strange, as the current Org does not appear to contain anything that would give rise to this. Maybe something in your setup or configuration? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation fo

Re: [O] **: Re: Bug: Bad timestamp 'habit'

2012-10-03 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> emacs -Q -batch -l org-agenda-views.el -eval '(org-agenda nil "e")' >> Warning: Lisp directory `C:/Program Files/emacs-24.1/../site-lisp' does not >> exist. > > Maybe a warning due to the bad commits I pushed wrt the build system. > >

Re: [O] Bug: Bad timestamp 'habit'

2012-10-03 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > emacs -Q -batch -l org-agenda-views.el -eval '(org-agenda nil "e")' > Warning: Lisp directory `C:/Program Files/emacs-24.1/../site-lisp' does not > exist. Maybe a warning due to the bad commits I pushed wrt the build system. Please pull again and r

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread Achim Gratz
John Hendy writes: > will *all* versions of Emacs now allow for removing > (require 'org-install) with a fresh git pull of orgmode, or does one > need to be using Emacs 24.3? Yes, all of them. Emacs 24.3 is just the first to be released with a change that triggered this. Regards, Achim. -- +<[

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread John Hendy
On Wed, Oct 3, 2012 at 4:26 AM, Bastien wrote: > Hi Charles, > > Charles writes: > >> I ran make autoloads again and then make update2 - no complaints this time. >> >> Was this to be expected? > > There might be some hicups in the transition from the old org-install > way to the new org-loaddefs

Re: [O] Some links no longer work

2012-10-03 Thread Simon Thum
On 10/03/2012 03:09 PM, Giovanni Ridolfi wrote: Da: Simon Thum Inviato: Mercoledì 3 Ottobre 2012 14:45 Hi Simon, recently my UNC links stopped working; [...] I have links, say, [[\\server\share\some\dir\]] which (on win32) would open an explorer at the location. This is pretty handy; it i

Re: [O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
The problem was my fault. I simply used the old local.mk. After creating a new local.mk from mk/default.mk and changing the settings in there, building works again. On Oct 3, 2012, at 6:52 PM, Achim Gratz wrote: > Neuwirth Erich writes: >> = Org version >> make: Org-mode version 7.9.

Re: [O] Build fail on OSX

2012-10-03 Thread Achim Gratz
Neuwirth Erich writes: > = Org version > make: Org-mode version 7.9.2 (release_7.9.2-399-g2e9427.dirty => > /Applications/Emacs.App/Contents/Resources/site-lisp/org) We still don't know why a freshly pulled Org is "dirty". That seems very strange, so again, what is the output of "git st

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Achim Gratz
Achim Gratz writes: > One suggestion: I'd introduce an org-install.el that never gets compiled > and only throws a warning if loaded. This will also help to defuse old > copies of org-install that are maybe still present later in load-path. Here's a patch to that effect: >From 08b4c62aed7596a4b1

Re: [O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
I do have my own local.mk (at the end of the message) where set things up OSXwise. I also add things for the new exporter and for R ORG_ADD_CONTRIB = org-e-* org-md org-export # e.g. the new exporter BTEST_EXTRA = ess-site # load ESS for R tests Here is more of my output: Mahler:org-mode neuwi

Re: [O] Build fail on OSX

2012-10-03 Thread Achim Gratz
Neuwirth Erich writes: > The probleme persists even if I try what you suggested/ You need to be a bit more specific if you want help. make up0 make config make up1 Also, this indicates that you have local changes: org-version: 7.9.2 (release_7.9.2-390-g50fe7c.dirty) git status The error you've

Re: [O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
The probleme persists even if I try what you suggested/ On Oct 3, 2012, at 11:52 AM, Bastien wrote: > Hi Erich, > > Neuwirth Erich writes: > >> Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2), >> but just now >> make up1 >> fails with the following error > > Please git pul

[O] Selecting the link type to be created

2012-10-03 Thread Jonas Bernoulli
Hello Is there a way to specify which `org-store-link-function' or link type built into `org-store-link' should be used when there are multiple valid types? E.g. I have loaded `org-elisp-symbol' but would still be able to link to the library header or a "section" in the file. With `org-store-lin

Re: [O] [PATCH] Orgpan: resize the correct window

2012-10-03 Thread Jonas Bernoulli
Sorry for the corrupted commit message. I created a patch using git-filter-branch opened the file and turned on message-mode and hit C-c C-c - obviously that is not enough. Could someone enlighten me how to actually submit the patches? The commit message was supposed to look like this: , |

[O] [PATCH] Orgpan: resize the correct window

2012-10-03 Thread Jonas Bernoulli
is resized to four lines not the document buffer. TINYCHANGE --- contrib/lisp/org-panel.el |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/lisp/org-panel.el b/contrib/lisp/org-panel.el index 3ffdfaf..1df3847 100644 --- a/contrib/lisp/org-panel.el +++ b/contr

Re: [O] Some links no longer work

2012-10-03 Thread Giovanni Ridolfi
Da: Simon Thum Inviato: Mercoledì 3 Ottobre 2012 14:45 Hi Simon, > recently my UNC links stopped working; [...] >  I have links, say, [[\\server\share\some\dir\]] which (on win32) would open >an explorer at the location. > This is pretty handy; it is. However (dired-at-point "//myserver/dir

[O] Some links no longer work

2012-10-03 Thread Simon Thum
Hi, recently my UNC links stopped working; I am not sure it was supposed to ever work but not it does no longer ;( I have links, say, [[\\server\share\some\dir\]] which (on win32) would open an explorer at the location. This is pretty handy; I use to have a resources heading for my projects

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Achim Gratz
Bastien writes: >> To everyone else: the build system has been broken by the recent changes >> in multiple ways. Depending on what your local.mk contains it may or >> may not affect you, but I'd advise you to stay clear of all targets >> dealing with installation (and cleaning of installation). >

Re: [O] Org-refile is quite slow

2012-10-03 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> As said, I find the refiling quite slow -- am I the only one? > > Depending on `org-refile-targets' yes, it can be slow. > `org-refile-use-cache' can help here Didn't know about that. Thanks for the tip. The effect is day and night. It

[O] Taking a break for 15 days

2012-10-03 Thread Bastien
Hi all, I'm taking a break for 15 days, I won't read the mailing list and I won't be able to fix things during this time. Nicolas is the temporary maintainer. Thanks to him in advance! Please continue to report bugs against the current maint branch, we will try to fix all-or-most of them for th

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Bastien
Achim Gratz writes: > To everyone else: the build system has been broken by the recent changes > in multiple ways. Depending on what your local.mk contains it may or > may not affect you, but I'd advise you to stay clear of all targets > dealing with installation (and cleaning of installation).

Re: [O] Org-refile is quite slow

2012-10-03 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > As said, I find the refiling quite slow -- am I the only one? Depending on `org-refile-targets' yes, it can be slow. `org-refile-use-cache' can help here, but still, you may have to refresh the cache from time to time, and it is annoying. Any idea o

Re: [O] Build fail on OSX

2012-10-03 Thread Bastien
Hi Erich, Neuwirth Erich writes: > Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2), > but just now > make up1 > fails with the following error Please git pull manually before using make up1 and let us know if this fixes your problem. Thanks, -- Bastien

Re: [O] Fwd: Citation in org mode does not compile

2012-10-03 Thread Sanjib Sikder
Hi Dokos, I am sorry for the mistake, but what happened, in my original files, the references are all correct but when I thought of giving examples in the email, I did not put correct references. Anyways, thanks for your valuable input. - *Sanjib Sikder *Ph.D. Fellow

[O] Build fail on OSX

2012-10-03 Thread Neuwirth Erich
Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2), but just now make up1 fails with the following error make[1]: Nothing to be done for `all'. rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc install -m 644 -p ../contrib/lisp/org-e-ascii.el ../contrib/lisp/o

Re: [O] Bug: Bad timestamp 'habit'

2012-10-03 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > tftor...@tftorrey.com (T.F. Torrey) writes: >> I am currently unable to produce an agenda from my files. This bug >> crept in somewhere in the last few days, but I'm not sure exactly >> when. > > This is now fixed, thanks. Confirmed OK. Thanks! It may be unrelated,

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread Bastien
Hi Charles, Charles writes: > I ran make autoloads again and then make update2 - no complaints this time. > > Was this to be expected? There might be some hicups in the transition from the old org-install way to the new org-loaddefs way, but if things are fine then it's fine. -- Bastien

Re: [O] From latest maint/master, no need to (require 'org-install)

2012-10-03 Thread Bastien
Hi all again, Bastien writes: > there is no need to (require 'org-install) anymore from the maint > and master branches. ... and you should actually remove (require 'org-install) from your configuration, since this file is not automatically created anymore. Thanks, -- Bastien

Re: [O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-03 Thread Bastien
Nick Dokos writes: > ORG_ADD_CONTRIB = org-e-* Btw, I think it should be ORG_ADD_CONTRIB = org-export* org-e-* so that org-export.el is also in the load-path. HTH, -- Bastien

Re: [O] ORG_ADD_CONTRIB and org-e-odt.el don't always play well together

2012-10-03 Thread Bastien
Hi Nick, Nick Dokos writes: > It's no big deal for me: I just stumbled across it and I thought I'd > report it. Thanks for reporting this -- i pushed a change in maint that should fix it. If you have time, thanks for confirming the fix. Best, -- Bastien

Re: [O] Bug: Bad timestamp 'habit'

2012-10-03 Thread Bastien
Hi, tftor...@tftorrey.com (T.F. Torrey) writes: > I am currently unable to produce an agenda from my files. This bug > crept in somewhere in the last few days, but I'm not sure exactly > when. This is now fixed, thanks. -- Bastien

Re: [O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Achim Gratz
Ian Barton writes: > Just done a git pull followed by make clean, make all and make > install. I get the following error: > > install: cannot stat ‘org-install.elc’: No such file or directory > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/home/ian/Dropbox/.emacs.d/src/org-mode/lisp

[O] Bug:install: cannot stat ‘org-install.elc’

2012-10-03 Thread Ian Barton
Just done a git pull followed by make clean, make all and make install. I get the following error: install: cannot stat ‘org-install.elc’: No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/ian/Dropbox/.emacs.d/src/org-mode/lisp' make: *** [install-lisp] E

[O] Org-refile is quite slow

2012-10-03 Thread Sebastien Vauban
Hello, As said, I find the refiling quite slow -- am I the only one? When refiling, I see "Getting targets..." for some seconds. And I could get those profiling results: --8<---cut here---start->8--- org-refile1 9.484 9.48

Re: [O] org-babel's treatment of NA in R source block

2012-10-03 Thread Thomas S. Dye
Vikas Rawal writes: >> > >> > I would like the NAs to be replaced by blank cells or by a less >> > obstrusive character like a ".". Is there a simple way I could change >> > this behaviour? >> > >> > Vikas >> > >> > >> Aloha Vikas, >> >> One route might be the ascii package in R, which exports o

Re: [O] tables once again

2012-10-03 Thread Ivan Andrus
Oops, forgot to send it to the list. On Oct 3, 2012, at 12:59 AM, Neuwirth Erich wrote: > Here is my example (slightly modified) again, > I still cannot get it to work the way I want it: > > > In my .emacs I have (among other things) > > (require 'org-install) > (require 'org-e-latex) > (requi

Re: [O] Bug: Bad timestamp 'habit'

2012-10-03 Thread Sebastien Vauban
Hi, Bill Jacobson wrote: > On 10/02/2012 05:05 PM, T.F. Torrey wrote: >> I am currently unable to produce an agenda from my files. This bug >> crept in somewhere in the last few days, but I'm not sure exactly when. >> >> This habit timestamp: >> >> SCHEDULED: <2012-08-08 Wed .+1d> For the sake o

Re: [O] Clocktable: Put summary line as table caption

2012-10-03 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: >> Here it is: > > It looks good to me. OK. > My only concern is about export back-ends that do not support captions > (I can't think of any atm). For them, the information will be lost. You're right. I also thought of that. But th

Re: [O] org-babel's treatment of NA in R source block

2012-10-03 Thread Vikas Rawal
> > > > I would like the NAs to be replaced by blank cells or by a less > > obstrusive character like a ".". Is there a simple way I could change > > this behaviour? > > > > Vikas > > > > > Aloha Vikas, > > One route might be the ascii package in R, which exports objects to > several markup langua

Re: [O] Fwd: Citation in org mode does not compile

2012-10-03 Thread Nick Dokos
Sanjib Sikder wrote: > HI, > > (setq org-latex-to-pdf-process '("texi2dvi --pdf --clean --verbose --batch > %f")) > > I have incorporated above line in my .emacs file. Now the C-c C-e p is not > showing the error > "Undefined citation" but the problem is still there. In place of refrences, I