Re: [O] Fwd: bug with org-babel/sqlite?

2016-09-17 Thread Dushyant Juneja
Thanks, Kaushal for forwarding me the reply. Indeed, I was not on the list. I have requested a subscription now, nevertheless. Hi Nick, Yes. That seems to help. However, I suspect the bug is with ob-sqlite rather than sqlite itself. If I do the following directly in sqlite3 terminal, it seems to

Re: [O] option for specific setupfile file or export option in org-publish-project-alist?

2016-09-17 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > "...You can remove them with a hook, or a parse tree filter." > > can you perhaps show an example for that or point me to some documentation > on that? im VERY bad at coding :) See (info "(org) Advanced configuration") Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org.el: Respect user-defined reftex-cite-format

2016-09-17 Thread Nicolas Goaziou
Hello, Sebastian Boehm writes: > I would like to propose changing org-reftex-citation to respect > pre-existing bindings for reftex-cite-format. > > This change would make org-reftex-citation easier to use in situations > where "\cite{$BIBTEX_KEY}" is not the appropriate citation format. Thank

Re: [O] [PATCH] custom port for postgresql

2016-09-17 Thread Nicolas Goaziou
Hello, Jakob Lombacher writes: > I changed the dbport as optional argument and added the dbpassword option > as well. I applied your patch with the modifications below: - I added a proper commit message - I added TINYCHANGE cookie - I reordered dbport argument as in your initial patch. Altho

Re: [O] working with tables can be quite painful...

2016-09-17 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I am working with a table. It has approximately 130 rows and 20 columns > so it's not huge but also not small. Three columns are text but the > rest are all numbers with some degree of sparsity. Instrumenting org > while working on this table, manipulating the en

Re: [O] Suggestion: Export templates: use drawers to group

2016-09-17 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > If I have many headers in a document, it is easy to loose the overview > for me. > > So I started to use drawers: > > :OPTIONS: > ... > :END: > > :LATEX: > > :END: > > :BABEL: > ... > :END: > > and have only the "standard" content type options open (DESCRIPTIO

Re: [O] [PATCH] org.el: Respect user-defined reftex-cite-format

2016-09-17 Thread Sebastian Boehm
Hi Nicolas, On 17 September 2016 at 10:30, Nicolas Goaziou wrote: > I applied a slightly different patch. Could you confirm that it meets > your expectations? thank you. Your patch is much nicer than mine and works just great. Thanks! Sebastian

Re: [O] Org, reftex and LaTeX with multiple bibliographies

2016-09-17 Thread Andreas Kiermeier
On 17/09/2016 03:49, Ken Mankoff wrote: Hi Org list,[snip] # Note that the first line below is commented out # #+LATEX_HEADER_EXTRA:\addbibresource{Library.bib,local.bib} #+LATEX_HEADER_EXTRA:\addbibresource{Library.bib} #+LATEX_HEADER_EXTRA:\addbibresource{local.bib} Is this how others work wi

Re: [O] iOrg

2016-09-17 Thread Adam Porter
Thorsten Jolitz writes: Hi Thorsten, > iOrg is two things: Thanks, now I understand much better, > From my point of view, Org-mode's greatest strength (being integrated in > powerful Emacs) is kind of a weakness too. Did you ever try to write Org > syntax without any editor support? Not very c

Re: [O] working with tables can be quite painful...

2016-09-17 Thread Adam Porter
In case this helps anyone, I've found this code makes profiling a lot easier. It automatically instruments the desired functions, runs the code you want to test, removes the instrumentation, and presents the results. #+BEGIN_SRC elisp (defmacro profile-org (times &rest body) `(let (output)

Re: [O] org-file-apps settings?

2016-09-17 Thread Adam Porter
Matt Price writes: > Huh. I am not really able to figure this out. I imagine that part of > the problem may be that org tries to use mailcap as a method, and I > don't have any mailcap files. So I attempted this, which does not > work: > > '((system . "/usr/bin/xdg-open %s") > (auto-mode . emacs)

Re: [O] working with tables can be quite painful...

2016-09-17 Thread Michael Brand
Hi Eric Question, out of curiosity: Is there a difference when you delete all lines above and below the table, with and without adding a headline above? One of my tables fluctuates around 150 rows and around 20 to 40 columns, overall a few hundred characters wide (columns with some history window

Re: [O] Potential feature request – more automatic updating of cookies

2016-09-17 Thread Adam Porter
Jorge writes: > [Now sending to the whole list] > On 29 July 2016 at 00:53, Adam Porter wrote: >> It might be enough to advise a few functions to call >> org-update-statistics-cookies, e.g.: >> >> (advice-add 'org-cut-special :after 'org-update-statistics-cookies) > > I haven't yet studied the a