Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
No one an idea? Regards Thorsten Grothe

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Christian Moe
Hi, You can reference the next row with @+1. If I understand your question correctly, this works: |---+--+---+---+---+---+---| | ! | Jahr | Menge | Preis | BIPn | BIPr | W | |---+--+---+---+---+---+---| | # |1 |10 | 2.8 | 28.00 | 33.60 | | |

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Christian Moe
Oops, I did misunderstand. I think this is what you wanted: |---+--+---+---+---+---+---| | ! | Jahr | Menge | Preis | BIPn | BIPr | W | |---+--+---+---+---+---+---| | # |1 |10 | 2.8 | 28.00 | 0 | | | # |2 |12 | 0.7 | 8.40 |

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
Am 31.08.2014 um 09:59 schrieb Christian Moe: Oops, I did misunderstand. I think this is what you wanted: |---+--+---+---+---+---+---| | ! | Jahr | Menge | Preis | BIPn | BIPr | W | |---+--+---+---+---+---+---| | # |1 |10 | 2.8 | 28.00 |

Re: [O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-31 Thread Nicolas Goaziou
Hello, Brady Trainor algeb...@uw.edu writes: I would have expected [[latex:textsc][some text]] to become \textsc{some text} Why would you expect that? Regards, -- Nicolas Goaziou

[O] Moving my init.el to Org

2014-08-31 Thread Marcin Borkowski
OK, so the time has come. Either I'll declare .emacs bankruptcy soon, or I'll use Org-mode to structure it. I googled for a while, but couldn't find what I'm looking for: a list of options with hints (or links to hints) about how to get started, and possibly their pros and cons. I know that I

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Nicolas Goaziou
Hello, torys.ander...@gmail.com (Tory S. Anderson) writes: My latest clocktables have started to stumble on the formatting of subheadings; some of the leading * of the items seem to be making it into the table as \emsp. What's the problem? Example: #+BEGIN: clocktable :maxlevel 4

Re: [O] accessing properties in org-element-parse-buffer tree

2014-08-31 Thread Eike
Eric Abrahamsen writes: Eike e...@eknet.org writes: Hello list, I want to ask for help regarding elisp and org-elements. I like to access the properties of all my headlines and I created the following function (tree is the parsed tree) that collects them into an a-list: You could also

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

2014-08-31 Thread Thorsten Jolitz
Marcin Borkowski mb...@wmi.amu.edu.pl writes: so the time has come. Either I'll declare .emacs bankruptcy soon, or I'll use Org-mode to structure it. I googled for a while, but couldn't find what I'm looking for: a list of options with hints (or links to hints) about how to get started, and

Re: [O] org-elements-parse-buffer and weird property drawers

2014-08-31 Thread Nicolas Goaziou
Hello, Eike n...@eknet.org writes: I'm playing with the functions in org-elements.el and the following effect seems strange to me: I have a few propery drawers with empty propertys, like #+BEGIN_EXAMPLE :PROPERTIES: :date: [2014-08-29 Fr] :chf: 21.76 :eur: :END:

Re: [O] Debug (ox-odt): No OpenDocument schema files installed

2014-08-31 Thread Melleus
I should point to the /usr/share/emacs/site-list/org-mode/etc It's the one and only path that contains necessary files in Debian. Now the message has gone. Thank you.

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

2014-08-31 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Marcin Borkowski mb...@wmi.amu.edu.pl writes: so the time has come. Either I'll declare .emacs bankruptcy soon, or I'll use Org-mode to structure it. BTW, here is (a variation of) my init.el as an Outshine example:

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

2014-08-31 Thread Rasmus
Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl writes: so the time has come. Either I'll declare .emacs bankruptcy soon, or I'll use Org-mode to structure it. I googled for a while, but couldn't find what I'm looking for: a list of options with hints (or links to hints) about how to get

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
Am 31.08.2014 um 09:59 schrieb Christian Moe: Here I add a formula to set the first row to 0. I testet your formular and it works fine! Thank you very much for your help!! Regards Thorsten

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Tory S. Anderson
You cannot reproduce the problem? If I were actually getting spaces, and not \emsp, as the content of my table, that would be best. Org-mode version 8.2.7c (8.2.7c-51-g896fa6-elpa) GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) of 2014-08-18 on

Re: [O] progress indicator for code blocks?

2014-08-31 Thread John Kitchin
John Kitchin jkitc...@andrew.cmu.edu writes: I am currently using this bit of advice to change the color of code blocks while they are being executed so there is a visual hint something is happening. ;; give us some hint we are running (defadvice org-babel-execute-src-block (around progress nil

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Nicolas Goaziou
torys.ander...@gmail.com (Tory S. Anderson) writes: You cannot reproduce the problem? It's probably due to the fact that I don't understand what the problem is. If I were actually getting spaces, and not \emsp, as the content of my table, that would be best. That wouldn't be best, since

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Tory S. Anderson
Ah. So does the current code, which uses \emsp (which, if displayed properly, would be what I meant by giving me a space) assume a non-nil org-pretty-entities? I would have hoped that would be mentioned, or defaulted, somewhere... Nicolas Goaziou m...@nicolasgoaziou.fr writes:

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Nicolas Goaziou
torys.ander...@gmail.com (Tory S. Anderson) writes: Ah. So does the current code, which uses \emsp (which, if displayed properly, would be what I meant by giving me a space) assume a non-nil org-pretty-entities? I would have hoped that would be mentioned, or defaulted, somewhere... It

[O] Agenda filtering by category does not work for habits

2014-08-31 Thread Noah Slater
Hello, In my default agenda view, I have several habits displayed using the standard built in habits module. If I move to a habit and try to the the command, which should restrict by category (in this case, filename) nothing happens. I get No category at point. I have tried manually setting

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

2014-08-31 Thread Grant Rettke
Good morning, There are as many /right ways/ to use `org' for *literate programming* as there are flowers. They are all delightful and everyone has their own personal preference. My personal preference is to embrace /literate programming/ in the truest sense of the word: the document everything.

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

2014-08-31 Thread Alan Schmitt
On 2014-08-31 11:20, Thorsten Jolitz tjol...@gmail.com writes: With outshine I have many of Org-mode's advantages (and using outorg I can turn my elisp file into an org file in a second and have all of them), but its still just about a source-file in emacs-lisp-mode, and thats what makes

Re: [O] [ANN] Merge export-block type within special-block

2014-08-31 Thread Nicolas Goaziou
Hello, KDr2 killy.d...@gmail.com writes: This is nice, but it brought a bug, `[N]' in HTML block is recognized as footnote, e.g.: #+BEGIN_HTML ONE[1] script console.log(v1[0]); /script #+END_HTML There are two footnotes in the generated HTML. Would you fix this please?

Re: [O] org-image-actual-width has no effect

2014-08-31 Thread Claudius Mueller
I got it to work! Thanks to Nick's code pointing to org-mode as the culprit, I re-installed org on top of a fresh compile of emacs (24.3.1). Using the org version that came with the freshly compiled emacs, inline images did not scale. Installing the latest version of org (8.2.7c) and

Re: [O] org-elements-parse-buffer and weird property drawers

2014-08-31 Thread Eike
Hello, Nicolas Goaziou writes: Eike n...@eknet.org writes: I'm playing with the functions in org-elements.el and the following effect seems strange to me: I have a few propery drawers with empty propertys, like #+BEGIN_EXAMPLE :PROPERTIES: :date: [2014-08-29 Fr] :chf: 21.76

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

2014-08-31 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-08-31 11:20, Thorsten Jolitz tjol...@gmail.com writes: With outshine I have many of Org-mode's advantages (and using outorg I can turn my elisp file into an org file in a second and have all of them), but its still just about a

[O] navi-search-and-switch fails

2014-08-31 Thread Alan Schmitt
(Thorsten asked me to repost this from github.) When calling navi-search-and-switch interactively, I get the following backtrace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) navi-rename-buffer() navi-search-and-switch() call-interactively(navi-search-and-switch record

Re: [O] navi-search-and-switch fails

2014-08-31 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: (Thorsten asked me to repost this from github.) When calling navi-search-and-switch interactively, I get the following backtrace: But when 'navi-search-and-switch' would have a bug, one could not use navi-mode at all ... and I use it all

Re: [O] [PATCH] Make use of the constant `org-clock-string' whenever possible

2014-08-31 Thread Nicolas Goaziou
Hello, Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2014-08-27, o godz. 09:34:16 Nicolas Goaziou m...@nicolasgoaziou.fr napisaƂ(a): There are also bits of documentation here and there, on the ML, in the ox.el reference... I'm in the process of writing a small document collecting

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

2014-08-31 Thread Brady Trainor
On 8/31/2014 1:37 AM, Marcin Borkowski wrote: I know that I could use org-babel-load-file, or outshine. What are other possibilities? What are the caveats (and advantages) of both (other?) ways? Another pro for `outshine`, I've made a folding expression for Vim that respects `outshine`

Re: [O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-31 Thread Brady Trainor
On 8/31/2014 1:20 AM, Nicolas Goaziou wrote: Hello, Brady Trainor algeb...@uw.edu writes: I would have expected [[latex:textsc][some text]] to become \textsc{some text} Why would you expect that? Regards, My mistake, I got mixed up by multiple mentions and difficulty with

Re: [O] R code block produces only partial output

2014-08-31 Thread Aaron Ecay
Hi Chuck, Attached is a new version of the patch, including a few more tests. I have one question: 2014ko abuztuak 28an, Aaron Ecay-ek idatzi zuen: but the patch here uses on.exit(file.create(...)) to ensure that that file is created. One hiccup (not sure if it exists in master,too) is that