Might it be possible to have the C-a and C-e commands obey Emacs fields using
constrain-to-field? Fields are useful when using gptel in org-mode to separate
LLMs prompts from their responses.
> > 3931 76% - org-encrypt-entries
> > 3931 76% - org-scan-tags
>
> May you try
> https://git.sr.ht/~yantar92/org-mode/log/feature/org-crypt-refactor branch?
> Is encryption speed satisfactory then?
>
This branch improved the speed of org-crypt. It's not merged yet. Is
g those elements with a class. Especially since we
already add classes like `.org-ul`.
On Sun, Sep 1, 2024 at 9:30 AM Ihor Radchenko wrote:
> Daniel Radetsky writes:
>
> > So I was exporting an Org doc to html the other day, and I was trying to
> > follow this guide to mak
p 17 00:00:00 2001
From: Daniel Radetsky
Date: Sun, 25 Aug 2024 16:11:15 -0700
Subject: [PATCH] lisp/ox-html.el: Add class to auto inserted br tag
Adds .org-heading-li-br to the br inserted at the end of li if the li is
exported from a headline. This allows the user to match those specific
element
iority since it's
an uncommon case and there are probably workarounds.
On Thu, 25 Jul 2024 at 07:30, Ihor Radchenko wrote:
>
> Daniel Clemente writes:
>
> > I found minor but unrelated issues, e.g. if you have an empty section like
> > this:
> >
> > *
this:
* section
** this is an inline block
:crypt:
Content.
If you want you can split this to other threads or just ignore these
edge cases for now.
On Sat, 20 Jul 2024 at 14:12, Ihor Radchenko wrote:
>
> Daniel Clemente writes:
>
> > Bu
t, with no X support, but under
urxvt); this makes the minibuffer disappear, and I see „Back to top
level“, and the whole contents of the section being encrypted are
lost.
On Thu, 11 Jul 2024 at 10:39, Ihor Radchenko wrote:
>
> Daniel Clemente writes:
>
> > I see it's t
You can override the ID generation and the ID-to-path function to create
an attachment hierarchy of your liking, e.g.
ATTACH-DIR/year/month-day/*files*
Checkout `org-attach-id-to-path-function-list' and `org-id-new'.
Daniel
> > With that code I see something strange: I opened a file which had
> > encrypted :crypt: sections (never unencrypted), and after adding a
> > space somewhere else and saving, it asked me for an encryption
> > password. It shouldn't, since all sections are encrypted.
> > I also see „org-crypt: Re
> May you try
> https://git.sr.ht/~yantar92/org-mode/log/feature/org-crypt-refactor branch?
> Is encryption speed satisfactory then?
With that code I see something strange: I opened a file which had
encrypted :crypt: sections (never unencrypted), and after adding a
space somewhere else and saving,
> > For instance, I don't use it because it adds around 5 seconds to each
> > saving of a large file. If it were instantaneous I would enable it.
> > With it disabled, this explains why I often find unencrypted sections
> > at the end of the day… I have to rely on myself to reencrypt them
> > again
> > In addition, „leaving some encrypted sections unencrypted for a short
> > amount of time, and closing and reopening the buffer during that time“
> > isn't a bug, it's a possible user behaviour that we can't control. But
> > org-crypt can mention that that behaviour is unsafe when using on-disk
>
> As for not typing the same password twice and not using
> org-crypt-use-before-save-magic, we should somehow fix this.
> (I am starting a new thread branch.)
>
„Not using org-crypt-use-before-save-magic“ is currently a user
decision, not a bug.
For instance, I don't use it because it adds arou
> > A user has somefile.org which contains some headers marked with the
> > "crypt" tag. Only those headers are encrypted. The org-element cache
> > may now cache the whole file, including the encrypted headers (this is
> > ok). Now the user temporarily decrypts the encrypted header, works on
> > i
>
> Thanks!
> I am attaching tentative patch that improve the documentation. I hope
> that it clarifies things for you.
>
>
Thanks. I'm not sure about the "unless" part here:
> Persisting the cache to disk […]
> It is not recommended if the Org files
> include sensitive data, unless the data is
> > In particular, when setting (setq org-element-cache-persistent nil)
> > org-mode *should not* create an org-persist directory anywhere. And I
> > think it shouldn't activate org-persist timers (it does now) or hooks.
> > The user's preference should be respected.
>
> Nope. "org-persist" directo
> > Please document the caching features of Org in the manual, including
> > how to turn that off. (I also question the wisdom of turning this on
> > by default without as much as a single request for confirmation from
> > the user.)
> Hmm. What aspect of caching do you want us to document?
> FYI,
]
>From 7df14e4ac2dcdc8fbdf647bff31c9e03f33bd73a Mon Sep 17 00:00:00 2001
From: Daniel M German
Date: Thu, 6 Jun 2024 23:34:28 -0700
Subject: [PATCH] lisp/ob-sqlite.el: add a new parameter called readonly.
If present, the database is open in read-only mode.
This is implemented by passing
Thanks.
On Tue, 21 May 2024 at 09:10, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > Hi, this stopped working, possibly after a related change
> > to org-table-eval-formula 2 days ago.
> >
> > | a | b | percent of a in b |
> > |++---
Hi, this stopped working, possibly after a related change
to org-table-eval-formula 2 days ago.
| a | b | percent of a in b |
|++---|
| 10 | 20 | #ERROR|
| 20 | 30 | #ERROR|
#+TBLFM: $3=($1/$2)*100;%.2f%%
A simpler format string like ;%.2f also fa
Hi,
after updating org-mode and emacs to latest commits, I have seen that
some links to IDs in different files are exported like this:
some link: link
Shouldn't it be?: otherfile.html#c5m2je81pue0
I didn't have time to debug this yet or see if it's from my setup. I may
do it in the next d
> I have thought of a syntax that is as least intrusive as possible, so as
> not to make reading uncomfortable. I have tried the following:
>
> :fr{some text in French} :it{some text in Italian} :la{some text in Latin}
Sorry for joining the discussion a bit late. A long time ago I created a
syntax
Thanks, I replaced org-cycle/org-global-cycle with
outline-cycle/outline-cycle-buffer, and then the outlining works.
On Tue, 6 Feb 2024 at 18:56, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > I also see the warnings. In my case it's because I'm using outline-mino
I also see the warnings. In my case it's because I'm using outline-minor
mode in an elisp file. I'm not sure it's supported, but it worked years
ago: I could fold and unfold sections with usual org-mode keys like C-tab.
I miss that feature. I never managed to learn the real outline-mode
keys/concep
Yes, please!
--
Daniel Ortmann
https://www.linkedin.com/in/danieldeanortmann/
https://ieee-collabratec.ieee.org/app/p/DanielDeanOrtmann/
612-518-3147 m
On 1/29/24 14:03, Juan Manuel Macías wrote:
Hi,
In last December, issue 23 of the "Revista de Estudios Latinos" (Journal
of Lat
> 1. If you customized it to speed up agendas, are agendas still slow on
the latest main?
I disabled org-agenda-use-tag-inheritance but I can't provide a lot of
feedback because I don't use many tag filters:
1. I disabled it in a batch script that exports my agenda, though it
doesn't actually spe
Orgmode.org appears to be down.
ow it is."
And that's ok! :-)
Thank you for your attention to this matter which now is clearly smaller
than expected.
On 10/16/23 02:38, Ihor Radchenko wrote:
Daniel Ortmann writes:
No, no, not clock check mode.
- I created a TODO with a scheduled time that repeats. When complet
"clock time" again is correctly recorded in the log.
I hope the screen captured images came across in the previous email?
They should help explain.
On 10/15/23 04:00, Ihor Radchenko wrote:
Daniel Ortmann writes:
In the last entry below, the "Clocked:" part of the log w
blem fixed ... but it would be nice to know it was not an accidental fix.
Thank you! You can close it or investigate further at your discretion.
On 10/15/23 03:39, Ihor Radchenko wrote:
Daniel Ortmann writes:
I have a repeatedly-scheduled TODO with this entry for the schedule:
SCHEDULED: &
nux-gnu, GTK+ Version
3.24.37, cairo version 1.16.0)
of 2023-10-14
Package: Org mode version 9.7-pre (release_9.6.10-840-g9fcbd1 @
/home/d/src/git-org-mode/lisp/)
--
Daniel Ortmann 612-518-3147 m
key: C9E170E2, fingerprint = 81BB 6CAF F1EC F6C7 690C F4E9 66D7 7AFD
C9E1 70E2
Fix confirmed.
Thank you!
On 10/12/23 03:21, Ihor Radchenko wrote:
Daniel Ortmann writes:
org-element--generate-copy-script: Symbol\u2019s function definition is
void: org-export--list-bound-variables
Sorry. Silly mistake in a recent commit.
Fixed, on main.
https://git.savannah.gnu.org
x-gnu, GTK+ Version
3.24.37, cairo version 1.16.0)
of 2023-10-11
Package: Org mode version 9.7-pre (release_9.6.10-827-ge15699 @
/home/d/src/git-org-mode/lisp/)
--
Daniel Ortmann 612-518-3147 m
key: C9E170E2, fingerprint = 81BB 6CAF F1EC F6C7 690C F4E9 66D7 7AFD
C9E1 70E2
Ihor Radchenko writes:
>> Unfortunately you're right and I would even say we can completely
>> remove `test-ob-clojure.el`.
>> There seems to be only tests for session support which currently
>> doesn't exist anymore and another one which tests plain tangle
>> and is not really Clojure specific
x27;t exist anymore and another one which tests plain tangle
and is not really Clojure specific.
I would love to write new tests but as I just started a new job
and got a new baby at the same time, I don't think I'll find the
time for it the next 3-4 month :(
Thanks,
Daniel
Summary: I started to encounter some errors while using the org-fc package
after. I traced it back to a change in behaviour from org-up-heading-safe
following some updates to my system. I did not see this change documented.
Old behavior: org-up-heading-safe will not move the point above the top
he
It works now. Thanks!
On Mon, 29 May 2023 at 08:34, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > there was a recent change to how the tags table is initialized. I think
> > that as a side effect, some tag functions like org-tags-expand don't work
> >
Hi,
there was a recent change to how the tags table is initialized. I think
that as a side effect, some tag functions like org-tags-expand don't work
unless you open an org-mode buffer first. I have a small bash script that
exports my agenda; right in the beginning (before opening any org-mode
f
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
rent Clojure backends and it worked in all cases (that I tested).
Cheers,
Daniel
ot 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 is falsey
Thanks,
Daniel
ing.
(setq debug-on-error t
debug-on-signal nil
debug-on-quit nil)
;; Add latest Org mode to load path.
(add-to-list 'load-path (expand-file-name "/home/daniel/.emacs.d/lib/org/lisp"))
(org-babel-do-load-languages
'org-babel-load-languages
'((clojure . t))
o update Org's build system to handle third-party packages.
> Please, give it a close check (first patch).
>
> The second patch adds the actual Elisp part and replaces some
> compatibility functions with what is provided by compat.el.
> Note that not all the functions are availa
t; The PARAMS from Babel are not used in this function."
>
> I like the second variant better.
Thanks.
I pushed the fix.
Cheers,
Daniel
nection instead of clj.
The PARAMS from Babel are not used in this function."
Writing good docstrings is hard :D
Cheers,
Daniel
1970.
(Yes, I am replying to the correct thread which corresponds to the bug
report submitted.)
On 3/22/23 10:10, Ihor Radchenko wrote:
Daniel Ortmann writes:
Since that existing timestamp at point is supposed to be used as the
default, we definitely have a bug
==>> ... Since that
, Ihor Radchenko wrote:
Daniel Ortmann writes:
file org-plain-date-to-date-time.org has:
* plain date
C-c ! gives:
[2023-02-21 Tue]
* updating plain date
C-c ! followed by C-u C-! gives:
[2023-02-21 Tue 00:00]
* date-time
C-u C-c ! gives:
[2023-02-21 Tue 14:13]
I expected that updating an existing
wrote:
On 20/03/2023 08:56, Daniel Ortmann wrote:
Starting with this manually-typed birthday date:
[1960-10-16]
Use the arrows to move to the text.
Now press C-c ! and then ENTER
I expected this result, i.e. I expected the day of the week to be added:
[1960-10-16 Sun]
If all what you need is to
ld 50, x86_64-pc-linux-gnu, GTK+ Version
3.24.34, cairo version 1.16.0)
of 2023-03-19
Package: Org mode version 9.7-pre (release_9.6.1-306-ga645a6 @
/home/d/src/git-org-mode/lisp/)
--
Daniel Ortmann 612-518-3147 m
key: C9E170E2, fingerprint = 81BB 6CAF F1EC F6C7 690C F4E9 66D7 7AFD
C9E1
CLR to ob-clojure. It would be very simple if they
have a CLI like the JVM Clojure.
> The only downside is that people might need to
> (require 'ob-clojurescript)
> I am thinking if ob-core.el should try to automatically guess the
> correct library to be loaded.
We could just (require 'ob-clojurescript) inside ob-clojure.el ?!
Cheers,
Daniel
_ in
> `ob-clojure-eval-with-cider'.
Ups, sorry.
Before `params` was only used to receive the :target parameter if it's a cljs
or clj
block. But that's now just a regular parameter to the function.
I fixed it with a _ prefix.
Cheers,
Daniel
clarified
> depending whether they affect Clojure or ClojureScript blocks.
I changed the docstrings to always mention either Clojure or ClojureScript.
I'm open for more improvements/suggestions.
Attached a new patch.
Thanks,
Daniel
>From 391bdd403f643fa75cceeb0c81f117996c2374b0 Mon Sep 17 00:00
Daniel Kraus writes:
> Attached is the new patch with the changes.
>
> [2. text/x-patch; 0001-lisp-ob-sql.el-Add-support-for-Athena.patch]...
Ups, I attached the wrong one.
Here the correct patch..
>From db0634b5ab0b5c8c996c5dcbbeb266b720c67459 Mon Sep 17 00:00:00 2001
From:
Hi!
Ihor Radchenko writes:
> Daniel Kraus writes:
>
>> This was apparently a kludge that ob-clojure used to evaluate ClojureScript
>> in the normal clojure:execute function.
>> I simply used the same kludge where I need to check for cljs, but after
>> reviewing i
he same kludge where I need to check for cljs, but after
reviewing it's not really necessary and I removed the :target parameter
completely. As this was undocumented I guess it's ok to remove?!
>> -(defun ob-clojure-eval-with-babashka (bb expanded)
>> - "Evaluate EXPAND
every line instead of only the
last one, they get a different result now.
Is it ok to install?
Other feedback?
Cheers,
Daniel
>From 77783d864d81ef1d962c302523d7c588f248c088 Mon Sep 17 00:00:00 2001
From: Daniel Kraus
Date: Thu, 9 Mar 2023 16:11:27 +0100
Subject: [PATCH] ob-clojure.el: Fix r
Ihor Radchenko writes:
> Zelphir Kaltstahl writes:
>> (q1) What is a rationale, if any, behind the let-wrapping?
>
> It makes sense in ob-emacs-lisp to not litter global Emacs state.
> In other ob-* lisp backends, I am not sure.
> I am CCing Daniel, the maintainer of o
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
s for the attached image,
see link
https://github.com/abo-abo/org-download/blob/master/org-download.el#L178-L184
It's not a prompt, it's a template and you can fill the alt description.
--
Daniel Fleischer
I want to suggest the package https://github.com/abo-abo/org-download
which I use all time, for dragging and dropping images and for taking
screeshots.
--
Daniel Fleischer
Ah, my bad. Got confused. The output above set according to the properties
is correct.
Thanks a lot for the fast fix.
On Wed, Feb 15, 2023 at 11:26 PM Daniel Hubmann wrote:
> Thanks for the partial fix.
>
> Unfortunately there is still something strange going on as the last
>
Ones (missing)*** LET **(missing)*
*** LAMBDA
XMATCH (missing)*** XLOOKUP* *(missing)*
* Dynamic Array Formulas
Setting org-fold-core-style to overlays doesn't change the outcome.
On Wed, Feb 15, 2023 at 4:30 PM Ihor Radchenko wrote:
> Daniel Hubmann writes:
>
> >
Tried (setq org-fold-core-style 'overlays) which is mentioned in the link.
Unfortunately the behaviour is still the same.
On Tue, Feb 14, 2023 at 10:15 PM William Denton wrote:
> On 14 February 2023, Bruno Barbier wrote:
>
> > Daniel Hubmann writes:
> >
> >> Af
triction.
Best wishes
Daniel
11.99% of cache searches hashed, 12.16% non-hashable.
13 hours, 20 minutes, 43 seconds
On 2/9/23 05:51, Ihor Radchenko wrote:
Hi,
I would like to assess the efficiency of one of search optimizations used
in org-element.el [1]
The statistics about efficiency is collected by Org, but obviously
backported function, e.g., something new from Emacs 29, instead of
going via the org-compat indirection, you could also make an addition
directly to Compat, a Compat release can be prepared a short while
after, and then you start using the new function in the Org development
version.
Daniel
Hi!
Andreas Gerler writes:
> I added the missing changelog entry.
Thanks.
I installed the patch.
(I'll also answer to your dbconnection engine mail soon.
Just very busy atm)
Thanks,
Daniel
batim from newer Emacs versions.
Every compatibility function provided by Compat is covered by tests,
which are executed via CI on all supported Emacs versions (>= 24.4). I
make sure that no functions are backported which perform much worse such
that they would introduce performance bugs.
Daniel
who I need to ask for copyright assignments or not?
Thanks,
Daniel
Ihor Radchenko [2023-01-18 Wed 13:23] wrote:
> Note that `org-fix-agenda-info' converts the 'date property back to some
> other format... (yes, that's kind of crazy)
Thanks, that could be useful.
--
Daniel Fleischer
SAP Hana, MSSql and Vertico for example.
Cheers,
Daniel
Daniel Fleischer [2023-01-17 Tue 10:10] wrote:
> Don't let the cyclical switching dictates the meaning, it's just an
> implementation detail, done for simplicity. Hope it helped.
Put another way, if you define A B | C D E
and the UI switching is A->B->C->D->E->
cyclical or you
can jump to a specific word using shortcuts you define e.g.
#+TODO: TODO(t) | DONE(d)
Don't let the cyclical switching dictates the meaning, it's just an
implementation detail, done for simplicity. Hope it helped.
--
Daniel Fleischer
Ihor Radchenko writes:
> Daniel Kraus writes:
>
>> I'm using this patch since a few month that adds support
>> for AWS Athena.
>> The only thing that's maybe against adding it is that
>> `athenacli` (https://github.com/dbcli/athenacli) is not an
>&
Hi,
I'm using this patch since a few month that adds support
for AWS Athena.
The only thing that's maybe against adding it is that
`athenacli` (https://github.com/dbcli/athenacli) is not an
official AWS tool but just a Python script.
What's the opinion on this?
Cheers,
mbol.
I'm not sure why but I also have the connection as a symbol in my
`sql-connection-alist`.
Looking in `sql.el` `(sql-connect)`, they also use
`assoc-string` to receive the connection:
https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/sql.el?h=ac2a6fc83fac6390892b068a830ebe0f22364e05#n4398
So I think that change is good and supports both formats
(same as `sql-connect`).
Cheers,
Daniel
e when it's already in the connection-alist is
unnecessary.
Thanks,
Daniel
ne the text properties of the
events.
--
Daniel Fleischer
should be inside a math environment for easier parsing and you still
managed to solve that without all the previous regexps.
Thank you,
--
Daniel Fleischer
nt and was
also compiled perfectly to HTML/latex.
--
Daniel Fleischer
nt semantics but are rendered the same (by default); they could
be rendered differently, depending on a website's CSS. Maybe use the
semantics for your own org-html converter.
--
Daniel Fleischer
Hi,
I also found this limitation, and my solution was to disable radio links
and to replace them by a manual approach:
1. I disabled the call to (org-update-radio-target-regexp) in org.el. Well,
I added a boolean org-inhibit-startup-radio-refresh, that works in a
similar way to org-inhibit-startup
uffer."
Also when having links of the form [[File.clj::defn]] where `defn' is a
search string.
Main 04d2cc59.
--
Daniel Fleischer
It works now, thanks!
On Wed, 7 Dec 2022 at 10:53, Ihor Radchenko wrote:
> Daniel Clemente writes:
>
> > Using a file with just one header:
> >
> > * something
> > :CLOCK:
> > CLOCK: [2022-12-01 Thu 17:15]--[2022-12-01 Thu 17:30] => 0:15
> >
that start with < and a number. So strings like ,
, <+2d> and so on are not working anymore.
If I change the expression to the one before and evaluate the function, the
match works again.
A big thank you to all the developers behind org-mode!
Best wishes.
Daniel Hubmann
Emacs : GNU Emacs 29.
time log entries going back to
2013. :-)
On 10/20/22 00:37, Ihor Radchenko wrote:
Daniel Ortmann writes:
(The performance drop was sudden and steep, by the way.)
It is because clocking now calls Org parser API.
https://urldefense.com/v3/__https://git.savannah.gnu.org/cgit/emacs/org-mod
Hi.
Using a file with just one header:
* something
:CLOCK:
CLOCK: [2022-12-01 Thu 17:15]--[2022-12-01 Thu 17:30] => 0:15
:END:
If I put the cursor on the end timestamp (on the 3 of 17:30) and press
shift+up or shift-down, the timestamp is correctly adjusted by 5 minutes,
but the cursor ju
Works great!
On 11/22/22 00:02, Daniel Ortmann wrote:
No objections.
On 11/21/22 20:12, Ihor Radchenko wrote:
Daniel Ortmann writes:
I am happy with whatever you decide. :-)
Then, here is a tentative patch introducing new :results ignore header
argument.
Any objections?
No objections.
On 11/21/22 20:12, Ihor Radchenko wrote:
Daniel Ortmann writes:
I am happy with whatever you decide. :-)
Then, here is a tentative patch introducing new :results ignore header
argument.
Any objections?
I am happy with whatever you decide. :-)
On 11/20/22 20:34, Ihor Radchenko wrote:
Daniel Ortmann writes:
Please see attached which has the following code which reproduces the issue:
#+begin_src sh :shebang #!/bin/bash :results none
for (( i=1500 ; i>0 ; i-=1 ))
do
head -c 6 /
Please see attached which has the following code which reproduces the issue:
#+begin_src sh :shebang #!/bin/bash :results none
for (( i=1500 ; i>0 ; i-=1 ))
do
head -c 6 /dev/urandom | uuencode -m -
done |
tee /dev/null
#+end_src
On 11/18/22 02:45, Ihor Radchenko wrote:
Daniel Ortm
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
* lisp/ob-tangle.el (org-babel-tangle-single-block): strip noweb tags
from block if :noweb has been set to strip-tangle.
* lisp/ob-core.el (org-babel-common-header-args-w-values): add
"strip-tangle" as new allowed value.
* lisp/ob-core.el (org-babel-noweb-p): add "strip-tangle" at the
appropriate p
t necessary or expected.
I'm certainly willing to look at patches, answer bug reports
and join discussion about ob-sql.
tl;dr you can add me as a maintainer ;)
Cheers,
Daniel
Malcolm,
I also ran into troubles which are similar, apparently due to mixed
org-mode versions; we've got to load org-mode before emacs tries to do
it for us or we get mixed stuff.
My resolution was to load the org-mode path first in my init.el file and
then require org:
(add-to-list 'lo
.
Thanks,
Daniel
>From cd170dd691ba12ec81ef5c71db2868b33cd63ddf Mon Sep 17 00:00:00 2001
From: Daniel Kraus
Date: Mon, 31 Oct 2022 07:52:09 +0100
Subject: [PATCH] ob-sql.el: Respect all params when using dbconnection
* etc/ORG-NEWS (Miscellaneous): Document change
* lisp/ob-sql.el (org-ba
ools.
Should be similar simple as bb and nbb with slower startup time,
but you would get a JVM Clojure for it.
> Now I feel that babashka for clojure and nbb for clojurescript
> might be the right answer.
Agree. bb default for Clojure and nbb for ClojureScript.
Thanks,
Daniel
Ihor Radchenko writes:
> Daniel Kraus writes:
>
>> +(defcustom org-babel-clojure-backend (cond
>> + ((executable-find "bb") 'babashka)
>> +
inf-xxx package?
Then I could use code from there.
Thanks,
Daniel
Bastien writes:
> Daniel Kraus writes:
>
>> I think I'll go with the big `cond` above to auto-detect what's
>> installed. That's probably the best out-of-the-box experience.
> Indeed, thank you!
I would push the attached patch.
I'm not sure about the `
1 - 100 of 1003 matches
Mail list logo