[O] [PATCH] org-insert-link: allow ido usage when inserting links

2012-10-10 Thread tony day
From a8f301277e15bc786fa63bbcce3ba1afb85c46aa Mon Sep 17 00:00:00 2001 From: Tony Day Date: Mon, 10 Sep 2012 13:54:38 +1000 Subject: [PATCH 41/41] org-insert-link: allow ido usage when inserting links * lisp/org.el (org-insert-link): added all-links to cleanly create prefix+st (org-i-read-file-n

Re: [O] label and ref in latex export

2012-10-10 Thread Vikas Rawal
> Aloha Vikas, > > Perhaps "table *" -> "table*"? > I have corrected that. But it still says "Exporting to PDF...done, with some errors: [undefined reference]" The warning [undefined reference] seems to be on account of not finding the label reference. Vikas

Re: [O] label and ref in latex export

2012-10-10 Thread Thomas S. Dye
Aloha Vikas, Perhaps "table *" -> "table*"? All the best, Tom Vikas Rawal writes: > The following has been taken from my org file. > > - > > #+CAPTION: Average output, cost and net income per acre, by area, (2005-06 > prices) > #+LABEL: tab:avprofit > #+ATTR_LATEX: table * tabular

[O] clock-in task is not highlighted in agenda view

2012-10-10 Thread Liang Wang
Hi, When I press 'I' to clock-in task in agenda view, the line of that task is not highlighted any more. After git bisect, I find that this problem occurs since commit d43f7eb org-agenda.el: Make sure to get a property from (1- (point-max)), not (point-max)). After I refresh the agenda view, the

[O] label and ref in latex export

2012-10-10 Thread Vikas Rawal
The following has been taken from my org file. - #+CAPTION: Average output, cost and net income per acre, by area, (2005-06 prices) #+LABEL: tab:avprofit #+ATTR_LATEX: table * tabulary width=\textwidth align=l| #+BEGIN_SRC R :results value raw :colnames yes :hline yes subset(a,

Re: [O] Bug: New Exporter macro expansion

2012-10-10 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Shouldn't macros be included via SETUPFILE? I've always considered that > INCLUDE was for the (sort of) text part, while SETUPFILE for the keywords > part. > > Are there constraints on what we can include via which mechanism? You include anything with #+IN

Re: [O] Publishing using the new exporter

2012-10-10 Thread Robert Klein
Hello, On 10/10/2012 06:59 PM, Nicolas Goaziou wrote: Hello, Robert Klein writes: I got i working with this patch: diff --git a/contrib/lisp/org-e-latex.el b/contrib/lisp/org-e-latex.el index 80b8ddb..2d4ad35 100644 --- a/contrib/lisp/org-e-latex.el +++ b/contrib/lisp/org-e-latex.el @@ -267

Re: [O] Bug: New Exporter macro expansion

2012-10-10 Thread Sebastien Vauban
Nicolas and Jonathan, Nicolas Goaziou wrote: > Jonathan Leech-Pepin writes: > >> I do however have one other issue that I seem to recall working in the >> previous >> exporter. >> >> If I use #+INCLUDE: "./macros.org" to store a list of common macros for >> several files they will not appear in

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 18:55, Achim Gratz wrote: > Rainer M Krug writes: >>> Now if you could satisfy my curiosity and tell me what you do to an >>> apparently freshly >>> updated Org to make it "dirty"? >> >> I was wondering myself... >> >> What *can* make it

Re: [O] Suggestion: Replace #+SETUP_FILE with #+INCLUDE

2012-10-10 Thread François Pinard
Nicolas Goaziou writes: > Therefore, I don't see any reason to keep maintaining the #+SETUP_FILE > keyword. I'd rather remove it and suggest to use #+INCLUDE: keyword > instead. Any objection? None really. I use both and distinguish them in some validation tool, which I would happily and easil

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Nick Dokos writes: > Rebasing to incorporate local patches after the pull perhaps? No, that'd give a clean state with a different SHA-1. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.S

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Nick Dokos
Rainer M Krug wrote: > On 10/10/12 18:31, Achim Gratz wrote: > > Rainer M Krug writes: > >> Perfect - problem solved: > > > > Thanks for your patience. > > > >> Successfully reloaded Org Org-mode version 7.9.2 > >> (release_7.9.2-432-g545166.dirty @ > >> /home/rkrug/.emacs.d/org-mode/lisp/) > >

Re: [O] Publishing using the new exporter

2012-10-10 Thread Nicolas Goaziou
Hello, Robert Klein writes: > I got i working with this patch: > > diff --git a/contrib/lisp/org-e-latex.el b/contrib/lisp/org-e-latex.el > index 80b8ddb..2d4ad35 100644 > --- a/contrib/lisp/org-e-latex.el > +++ b/contrib/lisp/org-e-latex.el > @@ -2670,6 +2670,7 @@ Return PDF file name or an err

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug writes: >> Now if you could satisfy my curiosity and tell me what you do to an >> apparently freshly updated >> Org to make it "dirty"? > > I was wondering myself... > > What *can* make it dirty? git status should tell you what it thinks has changed. Regards, Achim. -- +<[Q+ Mat

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 18:31, Achim Gratz wrote: > Rainer M Krug writes: >> Perfect - problem solved: > > Thanks for your patience. > >> Successfully reloaded Org Org-mode version 7.9.2 >> (release_7.9.2-432-g545166.dirty @ >> /home/rkrug/.emacs.d/org-mode/lis

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug writes: > Perfect - problem solved: Thanks for your patience. > Successfully reloaded Org > Org-mode version 7.9.2 (release_7.9.2-432-g545166.dirty @ > /home/rkrug/.emacs.d/org-mode/lisp/) Now if you could satisfy my curiosity and tell me what you do to an apparently freshly updat

Re: [O] Bug: New Exporter macro expansion

2012-10-10 Thread Nicolas Goaziou
Hello, Jonathan Leech-Pepin writes: > I do however have one other issue that I seem to recall working in the > previous > exporter. > > If I use #+INCLUDE: "./macros.org" to store a list of common macros for > several files they will not appear in the exported document. Is this > intended?

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 18:05, Achim Gratz wrote: > Achim Gratz writes: >> What is not working is re-loading of org-export-latex. How it manages to >> drop the name and >> make nil out of this I don't know (yet). > > Some files in Org provide more than one feat

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Achim Gratz writes: > What is not working is re-loading of org-export-latex. How it manages to drop > the name and make nil out of this I don't know (yet). Some files in Org provide more than one feature and at least one of those then doesn't have a name that corresponds to the filename. It turn

[O] Workflow with the pdfs from arxiv.org and bibtex records

2012-10-10 Thread Igor Shenderovich
Hi, I'm trying to establish a nice workflow to collect all the interesting papers from arxiv.org and corresponding bibtex records. Arxiv.org is the server which contains papers in pdf format and short abstract for each of them (for example, we have abstract here [1] and the corresponding pdf fil

Re: [O] Problem with hourly repeater

2012-10-10 Thread Memnon Anon
Martin Pohlack writes: > This has been discussed several times before and the conclusion was that > hourly repeaters are not supported: True, back in 2009. Not true anymore: ,[ ORG-NEWS Version 7.9.2 ] | Support for hourly repeat cookies | | You can now use | | : SCHEDULED:

Re: [O] Problem with hourly repeater

2012-10-10 Thread Nicolas Goaziou
Hello, Martin Pohlack writes: > This has been discussed several times before and the conclusion was that > hourly repeaters are not supported: That's not true anymore since: --8<---cut here---start->8--- commit ec921a2a68ccef8e2ae65195de4636c77c0b8a93 Autho

Re: [O] Problem with hourly repeater

2012-10-10 Thread Martin Pohlack
Hi, This has been discussed several times before and the conclusion was that hourly repeaters are not supported: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20032.html http://www.mail-archive.com/emacs-orgmode@gnu.org/msg15142.html On 08.10.2012 16:37, Memnon Anon wrote: > Hi, > > I a

Re: [O] upgraded emacs, now org-mode is broken in os x lion terminal

2012-10-10 Thread Harumph Frog
"It is bound to , TAB, , ." The emacs GUI works perfectly, so it must have something to do with the way the terminal is working with my install of 24.2. On Wed, Oct 10, 2012 at 8:14 AM, Nicolas Goaziou wrote: > Hello, > > Harumph Frog writes: > > > Hi, thanks for helping! > > > > Just trie

Re: [O] Problem with hourly repeater

2012-10-10 Thread Nicolas Goaziou
Hello, Memnon Anon writes: > I am trying the hourly repeaters and see a problem. [...] > Anyone else see this? Yes, I confirm the bug. Would you mind testing the following patch and tell me if it fixes the problem without adding unwanted side-effects? Thank you. Regards, -- Nicolas Goaz

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 15:34, Achim Gratz wrote: > Rainer M Krug gmail.com> writes: >> OK - here is the output: > > What is not working is re-loading of org-export-latex. How it manages to > drop the name and > make nil out of this I don't know (yet). What h

[O] Remaining work/progress report: nearly useful, help needed

2012-10-10 Thread Myles English
Hi orgees, In March I had a go at making a "Remaining work/progress report"[1]. Having make some progress, I am looking for: - help, - collaborators, - opinions on whether this would be useful enough to be worth the effort, - whether anyone else has something like this (but better) and - any o

[O] error on update

2012-10-10 Thread Charles
Windows 7 HP 64 Emacs 24.2.1 i686-pc.cygwin, GTK+ Version 2.24.11 of 2012-08-27 on fiona Org - release 7.9.1 - 431 -gb6822e using git After $ cd $HOME/elisp/org-mode && make update2 at end of compiling: In org-all-targets: org.el:5679:35:Warning: attempt to inline `org-element-type' before is w

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug gmail.com> writes: > OK - here is the output: What is not working is re-loading of org-export-latex. How it manages to drop the name and make nil out of this I don't know (yet). What happens if you manually re-load org-expotr-latex? Regards, Achim.

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 14:48, Achim Gratz wrote: > Rainer M Krug gmail.com> writes: >> OK - I get a warning when compiling: >> >> In org-reload: org.el:20024:19:Warning: reference to free variable `lfeats' >> >> and on running org-reload afterwards an error: >

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug gmail.com> writes: > OK - I get a warning when compiling: > > In org-reload: > org.el:20024:19:Warning: reference to free variable `lfeats' > > and on running org-reload afterwards an error: > > call-interactively: Symbol's value as variable is void: lfeats > > I don't assume thi

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Memnon Anon
Rainer M Krug writes: > On 10/10/12 12:55, Achim Gratz wrote: >> (load-misses ())) + (message "%s" lfeats) (setq load-misses -(delq >> 't + (delq 'tt >> (mapcar (lambda (f) (or > OK - I get a warning when compiling: > > In org-reload: > org.el:20024:19:Warning: reference to fre

Re: [O] upgraded emacs, now org-mode is broken in os x lion terminal

2012-10-10 Thread Nicolas Goaziou
Hello, Harumph Frog writes: > Hi, thanks for helping! > > Just tried opening with emacs -Q. Results are the same. I cannot help much as I don't use os x. In an Org buffer, what is the [tab] key bound to? Regards, -- Nicolas Goaziou

[O] Suggestion: Replace #+SETUP_FILE with #+INCLUDE

2012-10-10 Thread Nicolas Goaziou
Hello, I'd like to remove #+SETUP_FILE (that is #+SETUPFILE in the old exporter) from the new exporter. The reasoning behind this is that #+INCLUDE already provides a similar feature (and some others). I.e. you can almost always do: #+INCLUDE: "my-setup.org" instead of #+SETUP_FILE: "my-setup.

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 12:55, Achim Gratz wrote: > > Rainer M Krug gmail.com> writes: >> unfortunately I still get the same message (below) > > I don't see how this is possible unless one of the loaded files returns > '(nil)' instead of 't' > when loaded. C

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Achim Gratz
Rainer M Krug gmail.com> writes: > unfortunately I still get the same message (below) I don't see how this is possible unless one of the loaded files returns '(nil)' instead of 't' when loaded. Could you go to org-reload and change (load-misses ())) + (message "%s" lfeats) (set

Re: [O] org-e-beamer missing from org-export-dispatch ui

2012-10-10 Thread Suvayu Ali
Hi Nicolas, On Tue, Oct 09, 2012 at 10:24:56PM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > The option for beamer export seems to have gone missing from the > > org-export-dispatch ui. This is how I setup org-e-beamer export in a > > minimal emacs instance. > > Once req

Re: [O] org-e-beamer missing from org-export-dispatch ui

2012-10-10 Thread Suvayu Ali
On Tue, Oct 09, 2012 at 08:24:31PM +, bernard wrote: > Suvayu Ali gmail.com> writes: > > > > > Hi Nicolas and others, > > > > The option for beamer export seems to have gone missing from the > > org-export-dispatch ui. This is how I setup org-e-beamer export in a > > minimal emacs instance

Re: [O] Warning (initialization): An error occurred while loading /Users//.emacs

2012-10-10 Thread Chris Henderson
On Wed, Oct 10, 2012 at 5:58 PM, Sebastien Vauban wrote: > Hi Chris, > > Chris Henderson wrote: >> I am getting this error when I add the following line to .emacs file: >> >> Warning (initialization): An error occurred while loading >> `/Users//.emacs': >> >> Symbol's value as variable is void: or

Re: [O] Error on reload but none in Messages Buffer?

2012-10-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/10/12 19:37, Achim Gratz wrote: > Rainer M Krug writes: >> When reloading org after update, I get the following messages in the message >> buffer, where >> there is apparentkly an error - but I can't see any? > > It's a bug in org-reload, pleas