Re: [O] Concatenation of cells using 'remote'

2016-02-15 Thread Loris Bennett
Michael Brand writes: > Hi Loris > > On Fri, Jan 29, 2016 at 2:20 PM, Loris Bennett > wrote: >> Hi, >> >> I can create a concatenation of the element in column like this: >> >> #+NAME: addresses >> | able| a...@example.org

Re: [O] org table with auto-incrementing numbers in a column

2016-02-15 Thread H. Dieter Wilhelm
> > Try this > > | N | | > |---+---| > | | | > | | | > | | | > | | | > #+TBLFM: $1..>$1= -1 + 1:: 2$1=1 > I don't know exactly why "N" is *not* erased but the following is working for me (org 8.2.10). | N | |---| | 1 | | 2 | | 3 | | 4 | |

Re: [O] org table with auto-incrementing numbers in a column

2016-02-15 Thread Derek Feichtinger
Hi Kaushal Modi gmail.com> writes: > > Hi, > I am trying to get auto-incrementing numbers in the first column in an org table. The goal is to recalculate the numbers after adding/removing rows. > > I checked out the org FAQ: 

[O] org table with auto-incrementing numbers in a column

2016-02-15 Thread Kaushal Modi
Hi, I am trying to get auto-incrementing numbers in the first column in an org table. The goal is to recalculate the numbers after adding/removing rows. I checked out the org FAQ: http://orgmode.org/worg/org-faq.html#fill-table-column-with-incremental-numbers But I am still not getting it to

[O] some ideas

2016-02-15 Thread nasciiboy
such beloved community, with humility a couple of ideas for the future #+TITLE: C BOOK Lorem =main= ad =size_t= his =main=, scripta blandit =main= partiendo, eum fastidii accumsan euripidis in, eum liber hendrerit an. =int=. Qui ut wisi vocibus =if=-=else=. =printf()=, =getchar()=, =char=,

[O] Treat node or subtree as source block?

2016-02-15 Thread Paul M.
I'm interested in treating an entire node or subtree as a source block for the purposes of tangling. Is there some way to specify that, say with properties, without having to explicitly surround text to be tangled with "#+BEGIN_SRC...#+END_SRC" ? Thanks, Paul

Re: [O] Concatenation of cells using 'remote'

2016-02-15 Thread Michael Brand
Hi Loris On Fri, Jan 29, 2016 at 2:20 PM, Loris Bennett wrote: > Hi, > > I can create a concatenation of the element in column like this: > > #+NAME: addresses > | able| a...@example.org | > | baker | ba...@example.org

Re: [O] src code fontification in org 8.3

2016-02-15 Thread John Kitchin
Thanks. A rebuild of emacs did indeed fix it. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Sun, Feb 14, 2016

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-02-15 Thread Myles English
Rasmus writes: > I will try to merge your patch soon, this weekend. Again, unless someone > beats me to it. Please would someone apply this patch? Thanks, Myles >From 4495abd39d57abc0dd64361f852c3a638f86915b Mon Sep 17 00:00:00 2001 From: Myles English Date: Wed, 27

[O] use adjustbox rather than resizebox for diagrams?

2016-02-15 Thread chopps
I've had very good luck using adjustbox for diagrams in ox-beamer generated presentations. I've had much less luck using the standard output (resizebox). I'm wondering if people might consider switching over to adjustbox rather than resizebox for graphical inclusion? The main difference between

Re: [O] babel question: how to detect the REPL has finished replying

2016-02-15 Thread Alan Schmitt
Hello Aaron, On 2016-02-11 20:57, Aaron Ecay writes: > Hi Alan, > > Other backends send an unlikely string literal to the interpreter as the > last command, which will be echoed back verbatim. The code detects the > presence of this string in the output stream, and thus