Re: [BUG] Tangling of clojure code blocks is broken [9.7 (9.7-??-0807107 @ /Users/ag/.emacs.d/.local/straight/build-30.0.50/org/)]

2023-05-07 Thread Ag Ibragimov
Ihor Radchenko writes: > I see the expected result on my side. I'm using the latest, org-version reports "Org mode version 9.7 (9.7-??-fdea200 ..." This particular line here is causing the problem I described: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ob-clojure.el#n191

Re: [BUG] Tangling of clojure code blocks is broken [9.7 (9.7-??-0807107 @ /Users/ag/.emacs.d/.local/straight/build-30.0.50/org/)]

2023-05-07 Thread Ag
Setting :results output header makes it work as expected. Without it - it's as I described, wrapped. On Mon, May 8, 2023 at 12:18 AM Ag Ibragimov wrote: > > Ihor Radchenko writes: > > > I see the expected result on my side. > > I'm using the latest, org-version reports "Org mode version 9.7 >

Re: [PATCH] org-clock.el: Fix week start != 1

2023-05-07 Thread Ihor Radchenko
Max Nikulin writes: > Subject: [PATCH] org-clock.el: Fix week start != 1 Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ed0cfbd7b Thanks! -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org

Re: [PATCH] Add tests for ob-haskell (GHCi)

2023-05-07 Thread Bruno Barbier
Ruijie Yu writes: > Minor remarks below regarding the patchset. > > Bruno Barbier writes: > >> +;; Copyright (c) 2023 Free Software Foundation, Inc. > > lisp/org.el has only a single space, so probably single space here as well. Done. >> + >> +;; Authors: Bruno BARBIER >> + >> +;; This

Re: Suggestion: for each listed keybinding, also name the command

2023-05-07 Thread Yuval Langer
On Fri, May 5, 2023 at 1:51 PM Yuval Langer wrote:> … > I want to add command names into the org-mode guide. I have attached > an example of such an addition. > … I have: - Added all the obvious commands to the `- {{{kbd(…)}}} ::` lines. - Left several of these lines without a command where

Re: [PATCH] Add tests for ob-haskell (GHCi)

2023-05-07 Thread Bruno Barbier
Hi Ihor, Sorry for the delay. Bruno Barbier writes: > Ihor Radchenko writes: > >> Bruno Barbier writes: >> >>> Note that I've changed the tests about errors; I'm now expecting >>> ob-haskell to raise errors. I'm not sure what we should expect to be >>> consistent with other org babel

Re: [PATCH] ob-sqlite: Use a transient in-memory database by default

2023-05-07 Thread Max Nikulin
On 07/05/2023 03:40, Rudolf Adamkovič wrote: SQLite shell, which defaults to in-memory for good reasons. Explicit :memory argument still suppresses the following warning: Connected to a transient *in-memory* *database*. Use ".open FILENAME" to reopen on a persistent database. I am not an

Re: Interest in an Org video meetup?

2023-05-07 Thread Adham Omran
> Nope. But regardless the time chosen, one of these three groups of > people will have night. Two others will not. > ... > So it is 2 meetings every 3 months. > Frequency may be different. Understood > Of course, that will require at least two hosts living in appropriate > time zones. > > That

Re: [PATCH] Add tests for ob-haskell (GHCi)

2023-05-07 Thread General discussions about Org-mode.
Minor remarks below regarding the patchset. Bruno Barbier writes: > From 9ef867cd2cf89e77b5c5a5a7090fd37b1702e06a Mon Sep 17 00:00:00 2001 > From: Bruno BARBIER > Date: Fri, 18 Nov 2022 20:14:20 +0100 > Subject: [PATCH 01/13] ob-haskell: Add tests for GHCi > >

org mode to github markdown

2023-05-07 Thread Uwe Brauer
Hi I am using very very often org-mime either to edit an message (gnus) buffer as a org buffer, and then I sometimes export it to html when needed. There seems no export backend for (github) markdown On the other hand I still prefer to reply to github issues via email, and not editing the

Re: org mode to github markdown

2023-05-07 Thread Bernt Hansen
Hi Uwe, I'm not sure I fully understand your question. You are looking for an org-mode export to markdown? Isn't that already included in recent org versions? C-c C-e C-s m M Regards, Bernt (who has been away from the org-mode mailing list for way too many years...) On 5/7/23 13:25, Uwe

Re: org mode to github markdown

2023-05-07 Thread Ihor Radchenko
Bernt Hansen writes: > (who has been away from the org-mode mailing list for way too many years...) Welcome back. Your GTD config got me started with Org years back :) > I'm not sure I fully understand your question. > You are looking for an org-mode export to markdown? Isn't that already >

Re: org mode to github markdown

2023-05-07 Thread Ihor Radchenko
Uwe Brauer writes: > There seems however to (github) markdow exporter (I also checked the > package-list) > > Anybody has a suggestion? ox-pandoc -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: org mode to github markdown

2023-05-07 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> There seems however to (github) markdow exporter (I also checked the >> package-list) >> >> Anybody has a suggestion? > ox-pandoc Ok, thanks but I meant including it in email, that is import org syntax to github md before sending the

Re: org mode to github markdown

2023-05-07 Thread Max Nikulin
On 08/05/2023 02:45, Ihor Radchenko wrote: In particular, vanilla markdown allow direct HTML fragments, which are disabled in GitHub/Reddit/many other websites for security reasons. GitHub allows some HTML tags. I have noticed e.g. floating and collapsed fragments in

Re: org mode to github markdown

2023-05-07 Thread General discussions about Org-mode.
Uwe Brauer writes: > There seems no export backend for (github) markdown I think you are looking for "ox-gfm". I can find it via [search engine] and on melpa. -- Best, RY