[ANN] org-ql 0.4 released

2020-01-23 Thread Adam Porter
Hi friends, FYI, I've released org-ql 0.4. It includes many improvements since 0.3. https://github.com/alphapapa/org-ql Thanks, Adam

Re: Latex export: setting options for packages included by default

2020-01-23 Thread John Kitchin
Is this package listed in org-latex-default-packages-alist? If so, you might try something like: #+BEGIN_SRC emacs-lisp (let ((org-latex-default-packages-alist org-latex-default-packages-alist)) (setf (nth (seq-position org-latex-default-packages-alist "color"

Re: code.orgmode.org

2020-01-23 Thread Nick Dokos
Robert Klein writes: > Hi, > > Gogs config does the trace automatically due to a configuration > inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). > > I added the following lines to the custom/conf/app.ini file and > restarted gogs: > > > [log.file] > LEVEL = Info > > > Btw.

Re: noweb

2020-01-23 Thread Nick Dokos
"Fraga, Eric" writes: > My approach to this is to create three blocks that are tangled and a > separate block (or more than one if you have different tests you want to > perform) for evaluation that references those three blocks (via noweb) > but is not tangled. That works, but shouldn't Nuno's

Latex export: setting options for packages included by default

2020-01-23 Thread Jarmo Hurri
Greetings. When I export to Latex, org automatically creates the following line in preamble: \usepackage{color} I would like to find a way to pass option [monochrome] to this package. Adding another \usepackage creates a conflict. My preferred way would be to add the line

Bug: [[info:org#Org Mobile]] should mention org-tag-persistent-alist [9.3.1 (9.3.1-elpaplus @ /home/jorge/.emacs.d/elpa/26.3/develop/org-plus-contrib-20191230/)]

2020-01-23 Thread Jorge P. de Morais Neto
Hi. I believe [[info:org#Org Mobile]] should mention org-tag-persistent-alist, saying whether it is examined or not. Regards Emacs : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.13) Package: Org mode version 9.3.1 (9.3.1-elpaplus @

Re: code.orgmode.org

2020-01-23 Thread Bastien
Hi Robert, thanks a lot for fixing this. I will take some time to update gogs this week. All best, -- Bastien

Re: ob-scheme haunted source code block?

2020-01-23 Thread Joost Kremers
On Tue, Jan 21 2020, Neil Jerram wrote: OK, up to this point I am thinking: this is all quite curious, but presumably not really a big problem, as you surely don't need to use this rather strange workflow... Mind you, that's not my normal workflow. I normally just do =C-'= to edit a

Re: code.orgmode.org

2020-01-23 Thread Robert Klein
Hi, Gogs config does the trace automatically due to a configuration inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). I added the following lines to the custom/conf/app.ini file and restarted gogs: [log.file] LEVEL = Info Btw. the trace was afaik on all the time. Dunno

automatic completion of file tags

2020-01-23 Thread Alan Schmitt
Hello, I'm playing with an implementation of Zettelkasten using deft and org files, and I want to tag each note with some tags taken from a list (I'm using the ~#FILETAGS:~ line for that at the moment). Is there a builtin org way of doing it (have a list of tags defined somewhere and tag a whole