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
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
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
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
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
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
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
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
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
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)
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)
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
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
13 matches
Mail list logo