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
> 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
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:
>
>
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
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,
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
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Ag Ibragimov writes:
> Can someone help me please to improve ob-clojure for the next release.
>
> I'd like to add bababashka and clojure-cmd support.
>
> I've experimented with the code that's currently in master I so far I got to
> this.
>
>