Re: [O] Help with org-lookup-all

2014-09-03 Thread Alan L Tyree
On 03/09/14 15:04, Nick Dokos wrote: Alan L Tyree alanty...@gmail.com writes: I feel so dumb! I have this expession attached to a table: (org-lookup-all $1 '(remote(payments,@2$4..@$4)) '(remote(payments,@2$2..@$2))) It is returning the right list of numbers since I can examine them with

Re: [O] Bug: Cannot set header-args :includes with multiple includes [8.2.7 (8.2.7-4-g880362-elpa at /home/will/.emacs.d/elpa/org-20140616/)]

2014-09-03 Thread Thierry Banel
Yes Will, there is a bug. I will look at it. In the meantime, as a workaround, you may move includes from header to body: #+BEGIN_SRC C++ #include cstdio #include iostream using namespace std; int main() { printf(Hello ); cout world; } #+END_SRC Thanks for reporting Thierry Le

Re: [O] Moving my init.el to Org

2014-09-03 Thread Rainer M Krug
Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: Hello, On 2 September 2014 08:42, Rasmus ras...@gmx.us wrote: Rainer M Krug rai...@krugs.de writes: Oleh ohwoeo...@gmail.com writes: I know that I could use org-babel-load-file, or outshine. What are other possibilities?

[O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
Hello, I very often use the org speed command 'g' to navigate to a headline (it opens a completion buffer that I can use to quickly fuzzy match the target). Is there an equivalent navi workflow for non-org buffer in outshine mode? Thanks, Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7

[O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread H. Dieter Wilhelm
Hello Org, for some engineering most often I need estimations with unit conversions, Emacs Calc is perfect for this. When it comes to reporting and documentation I'd like to do it with org-mode, of course. For numerical stuff and visualisation purposes I'm using already R and TikZ. But for unit

Re: [O] Getting lots of Emacs crashes

2014-09-03 Thread Thorsten Jolitz
Noah Slater nsla...@apache.org writes: Hello, I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? I managed to crash Emacs yesterday too, refiling an Org task. I was pointed to this url with a recipe to extract usefull information

Re: [O] [Babel] Source block highlighting in Beamer ...

2014-09-03 Thread Alan Schmitt
On 2014-09-02 20:19, aditya siram aditya.si...@gmail.com writes: Hi all, How do I get code on my beamer slides to print with color and highlighting? I'm doing the standard: #+BEGIN_SRC blah #+END_SRC but all my source blocks come out the same. First have a look at the generated

Re: [O] Normalizing tags

2014-09-03 Thread Christian Moe
Brett Witty writes: Hi, Has anyone made a module to normalize tags across your entire setup? Not that I know of. That is if you have Blog and blog as tags, then you fix it as one or the other, or hint and tip tags being collapsed. If not, would people be interested in that? There may

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread Alan Schmitt
On 2014-09-03 08:54, die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: But what is missing is to assign variables within a source block #+BEGIN_SRC calc :var L1 = 5 mm L2 := cvun( L1, m) #+END_SRC Unfortunately this is not working. Do you have an idea

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I very often use the org speed command 'g' to navigate to a headline (it opens a completion buffer that I can use to quickly fuzzy match the target). Is there an equivalent navi workflow for non-org buffer in outshine mode? Hmm...

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread Eric Abrahamsen
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: Hello Org, for some engineering most often I need estimations with unit conversions, Emacs Calc is perfect for this. When it comes to reporting and documentation I'd like to do it with org-mode, of course. For numerical stuff and

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
On 2014-09-03 09:18, Thorsten Jolitz tjol...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I very often use the org speed command 'g' to navigate to a headline (it opens a completion buffer that I can use to quickly fuzzy match the target). Is there an

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I very often use the org speed command 'g' to navigate to a headline (it opens a completion buffer that I can use to quickly fuzzy match the target). Is there an equivalent navi workflow

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-09-03 09:18, Thorsten Jolitz tjol...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: Hello, I very often use the org speed command 'g' to navigate to a headline (it opens a completion buffer that I can use

Re: [O] Command to open up any agenda file?

2014-09-03 Thread Eric S Fraga
On Monday, 1 Sep 2014 at 22:11, Thorsten Jolitz wrote: [...] don't know if this exists in Org, but defining you agenda-files as a project you might be able to use projectile: Thorsten, Thanks for the heads up on projectile. I'd forgotten about this package. I've now installed it and it's

Re: [O] Moving my init.el to Org

2014-09-03 Thread Oleh
I'm using a one .el file per mode approach, with around 4000 lines split into 40 files. This approach simplifies things a lot: for instance I haven't touched Javascript in ages, but all my customizations for it are sitting in javascript.el without getting in the way of the stuff that I'm

Re: [O] Moving my init.el to Org

2014-09-03 Thread Rainer M Krug
Oleh ohwoeo...@gmail.com writes: I'm using a one .el file per mode approach, with around 4000 lines split into 40 files. This approach simplifies things a lot: for instance I haven't touched Javascript in ages, but all my customizations for it are sitting in javascript.el without getting in

[O] Format output of org-babel-tangle for exported file

2014-09-03 Thread Rainer M Krug
Hi I am calling (org-bable-tangle) in a code block in an org file and I would show the files resulting from the tangling in a nice format. But I do not manage. I have the following at the moment: --8---cut here---start-8--- #+begin_src emacs-lisp

Re: [O] Unit conversions and symbolic mathematics with Babel

2014-09-03 Thread Brett Viren
Hi, die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: But what is missing is to assign variables within a source block #+BEGIN_SRC calc :var L1 = 5 mm L2 := cvun( L1, m) #+END_SRC Unfortunately this is not working. Do you have an idea how to implement

Re: [O] Format output of org-babel-tangle for exported file

2014-09-03 Thread Rainer M Krug
Some further information, as I just realized that it is not working: In the message buffer I get the following output: , | executing Emacs-Lisp code block... | Saving file /Users/rainerkrug/Documents/Projects/IFN/ProductivityMixedStands/prodMixStands.org... | Wrote

[O] Bug: (org-babel-result-names) should not return nil [8.2.7c (8.2.7c-1-gf5065b-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140804/)]

2014-09-03 Thread Andrea Rossetti
Hello everyone, if I create this org example: #+NAME: blah #+BEGIN_SRC emacs-lisp :exports results (+ 2 3) #+END_SRC #+RESULTS: blah : 5 I can't execute the command M-x org-babel-goto-named-result RET blah RET because blah is not listed in the available choices. The problem

Re: [O] Getting lots of Emacs crashes

2014-09-03 Thread Doug Lewan
-Original Message- Behalf Of Noah Slater Sent: Monday, 2014 September 01 16:06 To: emacs-orgmode Subject: [O] Getting lots of Emacs crashes Hello, I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? Noah, You

Re: [O] Format output of org-babel-tangle for exported file

2014-09-03 Thread Charles Berry
Rainer M Krug Rainer at krugs.de writes: Hi I am calling (org-bable-tangle) in a code block in an org file and I would show the files resulting from the tangling in a nice format. But I do not manage. I have the following at the moment: --8---cut

[O] Custom formatting during export

2014-09-03 Thread Gabe Becker
orgmode developers and power-users, I'd like to be able to declare custom entities (apologies if I'm using that term incorrectly) within the text of an orgmode document which I can specify custom formatting for when my .org is exported, e.g. to PDF or HTML. I have a background in Docbook, so the

Re: [O] Custom formatting during export

2014-09-03 Thread Thorsten Jolitz
Gabe Becker becker.g...@gene.com writes: orgmode developers and power-users, I'd like to be able to declare custom entities (apologies if I'm using that term incorrectly) within the text of an orgmode document which I can specify custom formatting for when my .org is exported, e.g. to PDF

[O] Tangling from code block and header arguments WAS: Format output of org-babel-tangle for exported file

2014-09-03 Thread Rainer M Krug
Charles Berry ccbe...@ucsd.edu writes: Rainer M Krug Rainer at krugs.de writes: Hi I am calling (org-bable-tangle) in a code block in an org file and I would show the files resulting from the tangling in a nice format. But I do not manage. I have the following at the moment:

[O] Newlines in capture templates

2014-09-03 Thread Carlos Pita
Hi all, I would like to separate the items in my capture files by a number of newlines, as in: ** item 1 content 1 ** item 2 content 2 ** item 3 content 3 instead of: ** item 1 content 1 ** item 2

[O] graphics for html and latex / pdf export?

2014-09-03 Thread Rainer M Krug
Hi I know this has been asked before, but I can't find it... I would like to export a document which contains graphs generated in R as html as well as latex / pdf. For LaTeX, I use output format pdf, d=which does not work as inline picture for html export. How can I automate the process, that

Re: [O] Custom formatting during export

2014-09-03 Thread Richard Lawrence
Hi Gabe, Gabe Becker becker.g...@gene.com writes: * section title Here is some text, but I want [specialthing: this bit here] to be formatted differently than [newanddifferent: this other big over here]. Where I would have defined specific custom formatting rules for specialthing and

Re: [O] Custom formatting during export

2014-09-03 Thread Julian Gehring
Hi Gabe, Macro replacements [[http://orgmode.org/manual/Macro-replacement.html]] should be what you are looking for. For example, the macro #+MACRO: pkg $1 would be called by {{{pkg(PkgName)}}} You can also use this to format your input for one or multiple backends #+MACRO:

Re: [O] Custom formatting during export

2014-09-03 Thread Thomas S. Dye
Aloha Gabe, Gabe Becker becker.g...@gene.com writes: orgmode developers and power-users, I'd like to be able to declare custom entities (apologies if I'm using that term incorrectly) within the text of an orgmode document which I can specify custom formatting for when my .org is exported,

Re: [O] Tangling from code block and header arguments WAS: Format output of org-babel-tangle for exported file

2014-09-03 Thread Charles C. Berry
On Wed, 3 Sep 2014, Rainer M Krug wrote: Charles Berry ccbe...@ucsd.edu writes: Rainer M Krug Rainer at krugs.de writes: Hi I am calling (org-bable-tangle) in a code block in an org file and I would show the files resulting from the tangling in a nice format. [original question nd

[O] Typo in org guide

2014-09-03 Thread Alexis Roda
Hi all, the org guide Release 8.2.7c says in page 32, 12.1 Export options: The whole set of lines can be inserted into the buffer with C-c C-e t. It should say: The whole set of lines can be inserted into the buffer with C-c C-e #. Regards

Re: [O] graphics for html and latex / pdf export?

2014-09-03 Thread Aaron Ecay
Hi Rainer, One option is to use svg graphics, which are supported in latex (via the svg package from CTAN) and in HTML (on almost all modern browsers: http://caniuse.com/#feat=svg). The svg latex package supports compiling with pdflatex out of the box and lualatex with a little hackery; xelatex

[O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Erik Hetzner
Hi, Highlighting of TODO keywords for headings with properties in my org files seems to have broken since I upgraded to org 20140901 (via org mode ELPA). Rolling back to 20140825 fixes the problem. Here is a sample file I tested after loading the new org-mode using emacs -Q: * TODO foo

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Nicolas Goaziou
Hello, Erik Hetzner e...@e6h.org writes: Highlighting of TODO keywords for headings with properties in my org files seems to have broken since I upgraded to org 20140901 (via org mode ELPA). Rolling back to 20140825 fixes the problem. Here is a sample file I tested after loading the new

Re: [O] Typo in org guide

2014-09-03 Thread Nicolas Goaziou
Hello, Alexis Roda alexis.roda.villalo...@gmail.com writes: the org guide Release 8.2.7c says in page 32, 12.1 Export options: The whole set of lines can be inserted into the buffer with C-c C-e t. It should say: The whole set of lines can be inserted into the buffer with C-c C-e #.

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
I just tried it out - this , | g (org-refile t) ` works in Outshine like in Org when using the tj-outshine branch from the github repo, assuming you have , | (setq outshine-use-speed-commands t) ` in you init file. Ah, good to know. All 3 libs (outshine, outorg

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Alan Schmitt
On 2014-09-03 10:28, Thorsten Jolitz tjol...@gmail.com writes: ok, it seems 'outshine-refile does works, but I'm not sufficiently used to it - it actually refiles the outshine headers I'm on, but that seems to be a configuration thing. Oops, I should have read this first. to match you use

Re: [O] [PATCH] make orgtbl-ascii-plot easier to install

2014-09-03 Thread Nicolas Goaziou
Hello, Thierry Banel tbanelweb...@free.fr writes: Here is a patch for the info doc. I added a few lines in the Org-Plot page. It looks good but I realized (a bit late) we cannot use C-c p as it is reserved to users, as any C-c LETTER combination. Regards, -- Nicolas Goaziou

Re: [O] navi equivalent to 'g' speed command?

2014-09-03 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: Maybe you could switch to the git-versions? OK, I gave it a try, and I'm now using them. Thanks, that make things easier. I can already report that the 'g' speed command does not work as expected. It seems to work (it brings up a list of

Re: [O] Newlines in capture templates

2014-09-03 Thread Carlos Pita
Well, I've figured it out myself, it wasn't that hard. Here it is in case someone else comes here looking for an answer in the future: C-h v org-capture-templates: [...] :empty-linesSet this to the number of lines the should be inserted before and after the new

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
Hello, I experienced the same problem. Has the fix been applied to org in ELPA? It was not clear from my reading of earlier emails on this topic if the fix had been applied there or elsewhere. Thanks, Will On Wed, Sep 3, 2014 at 12:58 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Nicolas Goaziou
Hello, wtm wtmonroe...@gmail.com writes: I experienced the same problem. Has the fix been applied to org in ELPA? It was not clear from my reading of earlier emails on this topic if the fix had been applied there or elsewhere. I applied it on maint, so it should go to ELPA soon. When

Re: [O] A key-binding for plotting

2014-09-03 Thread Thierry Banel
Le 03/09/2014 20:22, Nicolas Goaziou a écrit : Hello, Thierry Banel tbanelweb...@free.fr writes: Here is a patch for the info doc. I added a few lines in the Org-Plot page. It looks good but I realized (a bit late) we cannot use C-c p as it is reserved to users, as any C-c LETTER

[O] bug#18401: 24.4.50; emerge-files fails for org files

2014-09-03 Thread Glenn Morris
Detlev Zundel wrote: org-overview: `recenter'ing a window that does not display current-buffer. This was apparently fixed in the Org repository months ago, but still not in the Emacs one. Ref: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17724#26 (We now have 4 separate Emacs reports for

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
Thanks, Nicolas. ELPA seems to update every seven days and the last update appears to have been on Monday, September 1st. Hopefully, it will be incorporated by 9/08! On Wed, Sep 3, 2014 at 2:46 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, wtm wtmonroe...@gmail.com writes: I

Re: [O] Please help with a filter

2014-09-03 Thread Rafael
Charles Berry ccbe...@ucsd.edu writes: Rafael rvf0068 at gmail.com writes: I want that the result of exporting to markdown the following two blocks be identical: You probably want a derived backend taking 'md as the parent. Yes, that's what I feared.. :) I thought I could delay creating

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Bruno Bigras
It would be nice if the ELPA package could be updated faster than that in cases like this. I guess a couple of people must now have a broken org-mode unless they switched to git like I did. 2014-09-03 17:16 GMT-04:00 wtm wtmonroe...@gmail.com: Thanks, Nicolas. ELPA seems to update every seven

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Trevor Murphy
Bruno Bigras bigras.br...@gmail.com writes: It would be nice if the ELPA package could be updated faster than that in cases like this. I guess a couple of people must now have a broken org-mode unless they switched to git like I did. Chiming in with an alternative that I was pleased to

Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
Trevor, Thanks so much for mentioning this. I considered using these to roll back to 8/25 but I wasn't sure how much performance I would lose if I used the .el files instead of the compiled .elc versions. Or perhaps my assumption is incorrect? Is it ok to just byte-compile all of the .el