Re: [O] Multiple bibliography files with ox-bibtex and html export

2016-09-27 Thread Thibault Marin
Hi, sorry for the delay, I was away for a while. > I'd suggest 2 :) But not that I don't use this feature. > > It should be easy to unify the code: something along the lines of starting > the process, and then looping over bibtex files and sending them one by one > to bibtex2html's standard

Re: [O] editing header at boh edits link

2016-09-27 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > * [[link][label]] > > c-a > insert text > edits label > > my expectation was would insert header text > to edit label i expected to do c-a right left or so FWIW, I cannot reproduce it in development version. Regards, -- Nicolas Goaziou

Re: [O] Fwd: comment lines inside org tables

2016-09-27 Thread Nicolas Goaziou
Hello, "Rolf Sander (MPI)" writes: > Thanks for the suggestion. However, this won't help me very much. Even > with the "/", the width of the "animal" column is expanded to the width > of the comment, which can be very long. I could add a narrowing marker > but I want to see

Re: [O] Babel and clojure vars

2016-09-27 Thread Nick Dokos
Lawrence Bottorff writes: > Once before I was wondering why :vars doesn't seem to work properly with > clojure. This works: > > #+begin_src clojure :var a='(1 2 3 4 5) > (count a) > #+end_src > > #+RESULTS: > : 5 > > as well as this > > #+begin_src emacs-lisp :var

[O] Babel and clojure vars

2016-09-27 Thread Lawrence Bottorff
Once before I was wondering why :vars doesn't seem to work properly with clojure. This works: #+begin_src clojure :var a='(1 2 3 4 5) (count a) #+end_src #+RESULTS: : 5 as well as this #+begin_src emacs-lisp :var a=(number-sequence 1 5) a #+end_src #+RESULTS: num-seq-test1 | 1 | 2 | 3 | 4 | 5

Re: [O] Count words under subtrees

2016-09-27 Thread Thorsten Jolitz
Giacomo M writes: Hi, > right now I manually =er/expand-region= (from expand-region.el) until > I select a subtree, and then =count-words-region= to get number of > words for the subtree. I was wondering whether anybody already coded > some lisp to programmatically have

[O] Bug: Feature request: more automatic updating of cookies [8.3.6 (8.3.6-4-g4835be-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160926/)]

2016-09-27 Thread Jorge
Paste the following in an Org buffer: --8<---cut here---start->8--- * Cookie_a [0/0] * TODO Dummy_a * Cookie_b [0/1] ** TODO Dummy_b --8<---cut here---end--->8--- Within that buffer: 1. Move point to the line of Dummy_a.

Re: [O] Fwd: comment lines inside org tables

2016-09-27 Thread Rolf Sander (MPI)
Hello Nicolas, Try | | animal | size | number | | / | don't forget to add elephants here: | || Thanks for the suggestion. However, this won't help me very much. Even with the "/", the width of the "animal" column is expanded to the width of the

[O] Fwd: Re: Fwd: comment lines inside org tables

2016-09-27 Thread Rolf Sander (MPI)
Hello John, Use a footnote? It's just a temporary reminder right? No. Even though there are a few temporary reminders, most of the comment lines are permanent. They describe different blocks of lines. Sorry if my example was oversimplified. I thought presenting the full table (currently 871

Re: [O] Fwd: comment lines inside org tables

2016-09-27 Thread Nicolas Goaziou
Hello, "Rolf Sander (MPI)" writes: > I need to put comments inside a very big table which then should > basically looks like this: > > |+---+| > | animal | size | number | > |+---+| > | gnus | big | 3 | > # don't forget to

Re: [O] Fwd: comment lines inside org tables

2016-09-27 Thread John Kitchin
Use a footnote? It's just a temporary reminder right? On September 27, 2016, at 6:56 AM, "Rolf Sander (MPI)" wrote: Hello, I need to put comments inside a very big table which then should basically looks like this: |+---+| | animal | size | number |

Re: [O] Name of code pieces when exported to PDF

2016-09-27 Thread Sebastian Christ
On 2016-09-26 17:32, Nick Dokos wrote: >> #+caption: MainClass >> #+name: MainClass >> >> #+begin_src ... > That seems indeed to be necessary (at least in a few experiments that > I've run), but it's less than ideal (duplication of information). In this peculiar case,

[O] Fwd: comment lines inside org tables

2016-09-27 Thread Rolf Sander (MPI)
Hello, I need to put comments inside a very big table which then should basically looks like this: |+---+| | animal | size | number | |+---+| | gnus | big | 3 | # don't forget to add elephants here: | gnats | small | 1000 |

Re: [O] Count words under subtrees

2016-09-27 Thread Eric S Fraga
On Tuesday, 27 Sep 2016 at 09:01, Giacomo M wrote: > Dear all, > > right now I manually =er/expand-region= (from expand-region.el) until I > select a subtree, and then =count-words-region= to get number of words > for the subtree. I was wondering whether anybody already coded some lisp > to

Re: [O] Count words under subtrees

2016-09-27 Thread Eric S Fraga
And you could always use one of the solutions presented here: https://www.emacswiki.org/emacs/WordCount to have the word count in the mode line. Mark a subtree and automatically see the word count. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.1.50.1, Org release_8.3.6-1149-g582233

[O] Count words under subtrees

2016-09-27 Thread Giacomo M
Dear all, right now I manually =er/expand-region= (from expand-region.el) until I select a subtree, and then =count-words-region= to get number of words for the subtree. I was wondering whether anybody already coded some lisp to programmatically have this count, ideally one count per TOC