Re: Interest in an Org video meetup?

2023-05-17 Thread Sacha Chua
bbb.emacsverse.org should be okay again. Thanks Amin for fixing it, and thanks to everyone for letting us know! On Mon, May 15, 2023, 11:43 Sacha Chua wrote: > I'll let Amin Bandali know. Thanks for everyone's patience! > > On Mon, May 15, 2023, 11:20 Ihor Radchenko wrote: > >> Russell Adams

Re: Minimal list of packages for `guix shell` for documentation compilation?

2023-05-17 Thread Yuval Langer
On Wed, May 17, 2023 at 12:38 AM Kyle Meyer wrote: > > Here's the minimum set of packages I needed with --pure: > > $ guix shell --pure \ >coreutils diffutils emacs-minimal glibc git grep make sed tar texinfo > texlive \ >-- make doc > > (Note: texlive is large, so that will take some

Re: [ANN] lisp/ob-tangle-sync.el

2023-05-17 Thread Mehmet Tekman
Hello again, Ihor Radchenko writes: >>> I recommend trying various edge cases with your patch. >>> In particular: >>> >>> 1. Testing exclusive group inheritance when we inherit a header arg >>>value that matches :any: >>> >>>#+PROPERTIES: header-args :tangle "foo.txt" >>>#+begin_src

Re: ob-clojure: results quoted nil

2023-05-17 Thread Daniel Kraus
Ihor Radchenko writes: >> #+RESULTS: >> : nil is falsey > > Even if it is the case, it is still worth checking :results table > parsing. nils might be slurped when converting output to tables. Right. I just double checked the results for value and table results with different Clojure backends

Re: ob-clojure: results quoted nil

2023-05-17 Thread Ihor Radchenko
Daniel Kraus writes: > The results you get from a ob-clojure block got re-worked recently. > That `:results value` returned ALL values and not only the last one > was actually a bug. > Can you try again with the latest org (/ob-clojure) version? > You should now only get: > > #+RESULTS: > : nil

Re: ob-clojure: results quoted nil

2023-05-17 Thread Daniel Kraus
Hi! r...@devsphoto.com writes: > The quoted NIL is not showing on the Result block. > > Org mode version 9.6.1 (9.6.1-??-fe92a3ced @ > /Users/rafiks/.emacs.d/.local/straight/build-28.2/org/) > > #+begin_src clojure :results value > (nil? 1) > (nil? nil) > (if "bears eat beets" >