Re: [O] Library of Babel confusion

2018-04-04 Thread Lawrence Bottorff
The docs have this example: #+name: square #+header: :var x=0 #+begin_src python return x*x #+end_src #+call: square(x=6) ...so yes, "return", but with (defun myelsquare (x) (* x x)) isn't the final thing evaluated what is "returned"

Re: [O] Support showing stars as pretty bullets

2018-04-04 Thread Alex Branham
On Tue 03 Apr 2018 at 15:33, Nicolas Goaziou wrote: >> Fair enough. How about the attached patch instead? It only sets up the >> two local variables in org.el and puts the rest in org-entities.el since >> that file is also concerned with replacing characters with

Re: [O] Library of Babel confusion

2018-04-04 Thread Nicolas Goaziou
Lawrence Bottorff writes: > I've been trying to grok LOB again. So I've cloned the worg git and > library-of-babel.el is one of the files. org-babel-lob-injest didn't > work, What doesn't work? You call `org-babel-lob-ingest', specify a file, and it stores all source code

Re: [O] Support showing stars as pretty bullets

2018-04-04 Thread Nicolas Goaziou
> Fair enough. How about the attached patch instead? It only sets up the > two local variables in org.el and puts the rest in org-entities.el since > that file is also concerned with replacing characters with "prettier" > versions of themselves. I don't think it belongs to "org-entities.el"

Re: [O] [SOLVED]

2018-04-04 Thread Uwe Brauer
> To answer my own question > | / | / | | | / | > | | Name | Res | Letra | Obs | > |---+---+-+---+-| > | | Smith | 0 | | | > | | Jones | 1.4 | | | > | | Bond | 5.6 | * | | > All columns starting

[O] [SOLVED] (was: export table to html, don't display certain columns)

2018-04-04 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I know that in radio tables I can skip columns like this > % END RECEIVE ORGTBL firmas \begin{comment} #+ORGTBL: SEND firmas > orgtbl-to-latex :skipcols (1) :lend " \\hline" :environment > supertabular To answer my

Re: [O] Fwd: minor ob-sed.el patch for org-mode

2018-04-04 Thread Marco Wahl
Bjarte Johansen writes: > This is a minor patch suggested by Brad Knotwell so that ob-sed can support > BSD sed and not only GNU sed. +1

[O] Fwd: minor ob-sed.el patch for org-mode

2018-04-04 Thread Bjarte Johansen
Hello, This is a minor patch suggested by Brad Knotwell so that ob-sed can support BSD sed and not only GNU sed. Regards, Bjarte 0002-ob-sed-Use-f-instead-of-file-to-support-BSD-sed.patch Description: Binary data

[O] export table to html, don't display certain columns

2018-04-04 Thread Uwe Brauer
Hi I know that in radio tables I can skip columns like this % END RECEIVE ORGTBL firmas \begin{comment} #+ORGTBL: SEND firmas orgtbl-to-latex :skipcols (1) :lend " \\hline" :environment supertabular However how can I achieve that in tables in org file which I want to export to html?

[O] export table to html, don't display certain columns

2018-04-04 Thread Uwe Brauer
Hi I know that in radio tables I can skip columns like this % END RECEIVE ORGTBL firmas \begin{comment} #+ORGTBL: SEND firmas orgtbl-to-latex :skipcols (1) :lend " \\hline" :environment supertabular However how can I achieve that in tables in org file which I want to export to html?