Org mode patch: when building sparse tree, suggest only local tags in minibuffer

2020-06-18 Thread E.L.K.
Hello. I found that if I do "C-c C-c" on heading, it suggests only local tags in the minibuffer, but when I do "C-m / m" (build sparse tree) it suggests agenda tags together with local tags. It does not make sense to build sparse tree in buffer using tags that are not in this buffer, I think. So

Re: Anyone doing any fancy customizations of source blocks?

2020-06-18 Thread William Denton
On 3 June 2020, Diego Zamboni wrote: I use the config John mentioned and I like it - though I use different symbols. Here's my config if you want an example: https://github.com/zzamboni/dot-emacs/blob/master/init.org#source-code-blocks Thanks for this. I used it for a while, and it looks grea

Re: New mailing list archive at https://orgmode/list/

2020-06-18 Thread Kyle Meyer
Eric Abrahamsen writes: > Hey, that works great! It's a bit weird that it still asks for a > username and password, I wonder if there's any way to skip that. I've > never dealt with anonymous IMAP before -- is there anything in the > connection process that explicitly tells us "you don't need to l

Re: New mailing list archive at https://orgmode/list/

2020-06-18 Thread Colin Baxter
> Eric Abrahamsen writes: > Kyle Meyer writes: >> Eric Abrahamsen writes: >> >>> Kyle Meyer writes: >>> (setq gnus-select-method '(nnimap "news.yhetil.org" ;; no certs yet (nnimap-stream plain))) >>> >>> Hmm, I tried this (adding to `gnus-sec

Re: New mailing list archive at https://orgmode/list/

2020-06-18 Thread Eric Abrahamsen
Kyle Meyer writes: > Eric Abrahamsen writes: > >> Kyle Meyer writes: >> >>> (setq gnus-select-method '(nnimap "news.yhetil.org" >>> ;; no certs yet >>> (nnimap-stream plain))) >> >> Hmm, I tried this (adding to `gnus-secondary-s

Re: New mailing list archive at https://orgmode/list/

2020-06-18 Thread Kyle Meyer
Eric Abrahamsen writes: > Kyle Meyer writes: > >> (setq gnus-select-method '(nnimap "news.yhetil.org" >> ;; no certs yet >> (nnimap-stream plain))) > > Hmm, I tried this (adding to `gnus-secondary-select-methods'), and got: > > W

Re: New mailing list archive at https://orgmode/list/

2020-06-18 Thread Eric Abrahamsen
Kyle Meyer writes: > [ adding Eric Wong back to the cc ] > > Eric Abrahamsen writes: > >> Eric Wong writes: >>> Fwiw, I've been trying to avoid exposing NNTP article numbers in >>> the HTTP endpoint in favor of Message-IDs because serial numbers >>> aren't decentralization-friendly. Of course,

Re: Import Reusable org-babel snippet using #+SETUPFILE

2020-06-18 Thread Douglas Perrin
Hi Salomon, Babel definitions, in this case, lots of elsip blocks to add behaviors like this example to clear bloc results on save to avoid polluting commits that can be turned on and off per section with properties. #+name: Clear-Results-On-Save #+begin_src emacs-lisp :results none ;;; code to cl