Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Ihor Radchenko
Nathaniel W Griswold writes: > The formatting i get looks strange: > > #+begin_src sh > echo hi > echo hi > #+end_src Confirmed on master.

Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Nathaniel W Griswold
Sorry i think i scared my email client. I looked at my raw message and some wacky stuff got inserted. I'm rewriting the original message here: I am wondering if other people experience odd formatting when doing the following in org 9.4.4 and org 9.4.5: # emacs -Q /tmp/blah.org M-x

Re: begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Nathaniel W Griswold
I messed up the paste, it's supposed to be: -- #+begin_src sh echo hi echo hi #+end_src -- > On May 7, 2021, at 4:01 PM, Nathaniel W Griswold wrote: > > If i launch emacs with emacs -Q /tmp/blah.org > > M-x org-insert-structure-templatesshecho hiecho hi > > It looks like this: > >

begin_src Indentation in org 9.4.4, 9.4.5

2021-05-07 Thread Nathaniel W Griswold
If i launch emacs with emacs -Q /tmp/blah.org M-x org-insert-structure-templatesshecho hiecho hi It looks like this: omw -- #+begin_src sh echo hi

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Titus von der Malsburg
On 2021-05-07 Fri 16:47, Joost Kremers wrote: > On Fri, May 07 2021, Titus von der Malsburg wrote: >>> Apparently, =json-parse-{buffer|string}= then gives you a symbol with a >>> space >>> in it... >> >> I now see that symbol names “can contain any characters whatever” [1]. But >> many >>

Re: Need help using the dev version on windows

2021-05-07 Thread Denis Maier
Am 07.05.2021 um 14:04 schrieb Ihor Radchenko: Denis Maier writes: Then, I get this message ... == = Invoke "make help" for a synopsis of make targets. = = Created a default local.mk template. = = Setting "oldorg" as the default

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Joost Kremers
On Fri, May 07 2021, Titus von der Malsburg wrote: >> Apparently, =json-parse-{buffer|string}= then gives you a symbol with a space >> in it... > > I now see that symbol names “can contain any characters whatever” [1]. But > many > characters need to be escaped (like spaces) which isn’t pretty.

Re: Table alignment problem

2021-05-07 Thread Ihor Radchenko
Fr Ml writes: > Hello, > there is an old problem with table alignment. It's mentioned here: > https://emacs.stackexchange.com/q/30495/11498 > > It occurs as far as I know only in 4 cases (last 4 rows): > > | 2 latin letters | ab | (2 glyphs)    > | > | 2

Re: (unknown)

2021-05-07 Thread Bastien
Hi Eric, Eric Skoglund writes: > I'd be happy to help as well. Thanks! > In particular I have some experience of making responsive (and > accessible) websites from when it used to be part of my job. That is indeed something we badly need. Please send me an email offlist with the username

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Titus von der Malsburg
On 2021-05-07 Fri 14:34, Joost Kremers wrote: > Hi Titus, > > On Fri, May 07 2021, Titus von der Malsburg wrote: >> I’m the maintainer of bibtex-completion, helm-bibtex, and ivy-bibtex. My >> name is >> actually Titus, not Theo ;) > > :$ (I do apologise!) > >> Regarding the symbols vs. string

Re: publishing does not work anymore

2021-05-07 Thread Giuseppe Lipari
Thanks to both ! (I am puzzled at why it worked before, since I did not change my configuration file between updates ... maybe a more robust parser?) The error condition is solved now, the php file is generated. However, the final string is not in the file. I tried both: #+begin_example

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Joost Kremers
Hi Titus, On Fri, May 07 2021, Titus von der Malsburg wrote: > I’m the maintainer of bibtex-completion, helm-bibtex, and ivy-bibtex. My name > is > actually Titus, not Theo ;) :$ (I do apologise!) > Regarding the symbols vs. string issue: I don’t have a strong opinion, but > personally tend to

Re: (unknown)

2021-05-07 Thread Eric Skoglund
Krupal writes: I'd be happy to help as well. In particular I have some experience of making responsive (and accessible) websites from when it used to be part of my job. // Eric

[PATCH] Make org-load-hook obsolete

2021-05-07 Thread Stefan Kangas
In Emacs, we have made all the `foo-load-hook' variables obsolete in favor of `with-eval-after-load'. The attached patch does the same for org-mode. From dcf7bfa11a2d27ca9fd44d8fd11440e033b2c567 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 7 May 2021 14:50:48 +0200 Subject: [PATCH]

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Bruce D'Arcus
On Fri, May 7, 2021 at 8:52 AM Titus von der Malsburg wrote: > It might be more elegant to have a higher-level API in parsebib. This API > could perhaps even abstract away from the underlying format (BibTeX, > CSL-JSON, or others in the future?). This would substantially simplify > matters

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Titus von der Malsburg
Hi all, I’m the maintainer of bibtex-completion, helm-bibtex, and ivy-bibtex. My name is actually Titus, not Theo ;) Cool to see that the ecosystem around academic writing in org mode is developing so nicely. I use org mode for this purpose every single working day and it’s amazing

Bug: Missing end parenthesis in JavaScript regarding HTML exports [9.4.5 (9.4.5-73-g4c7696-elpaplus @ /home/sebbe/.emacs.d/elpa/develop/org-plus-contrib-20210503/)]

2021-05-07 Thread Sebastian Berntsson
Hi, In lisp/ox-html.el in the function org-html-scripts, there's a missing parenthesis in the JavaScript code which causes a syntax error. The function (and line in question) is: https://code.orgmode.org/bzg/org-mode/src/master/lisp/ox-html.el#L252 A `}` should be inserted right after that

Re: Need help using the dev version on windows

2021-05-07 Thread Ihor Radchenko
Denis Maier writes: > Then, I get this message ... > == > = Invoke "make help" for a synopsis of make targets. = > = Created a default local.mk template. = > = Setting "oldorg" as the default target.= > = Please adapt

Re: CSL-JSON support for =parsebib=

2021-05-07 Thread Bruce D'Arcus
On Fri, May 7, 2021 at 7:30 AM Joost Kremers wrote: > Now that Org is getting support for Citeproc, it could be useful to add > support > for the CSL-JSON format for bibliographic data to Emacs. Therefore, after a > friendly request from Denis Maier, I have added support for this format to the

Re: Bug: Custom Drawers - Contents show in HTML export [9.4.4 (release_9.4.4 @ /snap/emacs/current/usr/share/emacs/27.2/lisp/org/)]

2021-05-07 Thread Nicolas Goaziou
Hello, "zar...@global.co.za" writes: > > Drawers as I understand them should be hidden in any output at least > that is what the build-in drawers do. > > Also from what I understand is that you don't have to "declare" custom > drawers any more. > > When I try to use a custom drawer and export to

Re: [wip-cite-new] New natbib processor

2021-05-07 Thread Bruce D'Arcus
On Thu, May 6, 2021 at 8:37 AM Bruce D'Arcus wrote: > On Thu, May 6, 2021 at 8:11 AM Nicolas Goaziou wrote: > > Did I say I don't like sub-styles already? :) > > What about a middle-ground, which would be a flat list of sub-styles, like: Thinking about it more, some of the intricacies are

CSL-JSON support for =parsebib=

2021-05-07 Thread Joost Kremers
Hi, [Cc-ing Theo von der Malsburg] Now that Org is getting support for Citeproc, it could be useful to add support for the CSL-JSON format for bibliographic data to Emacs. Therefore, after a friendly request from Denis Maier, I have added support for this format to the =parsebib= library. Since

Re: Multiple calc commands with orgbabel

2021-05-07 Thread Bastien
Tom Gillespie writes: > Here's a patch to make it official. :) Applied in master, thanks! -- Bastien

Re: Multiple calc commands with orgbabel

2021-05-07 Thread Tom Gillespie
Hi Bastien, Here's a patch to make it official. :) Tom From 3a61289e8fa4442f6d340138dcb67b950e980212 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Thu, 6 May 2021 23:52:21 -0700 Subject: [PATCH] lisp/ob-calc.el: Add Tom Gillespie as the maintainer * lisp/ob-calc.el: Add Tom Gillespie as