Re: official orgmode parser

2020-10-26 Thread Przemysław Kamiński
I'm no expert in parsing but I would expect org's parser to be quite similar to the multitude of markdown or CommonMark [1] parsers. There isn't that much difference in syntax, except maybe org is more versatile and has more syntax elements, like drawers. Searching for "EBNF Markdown" I

Re: Folding headings which contain only blank lines

2020-10-26 Thread Kyle Meyer
Kyle Meyer writes: > So, given ee3c3b554 doesn't appear to resolve the initial issue and > introduces its own, I'm in favor of reverting ee3c3b554. I'll plan to > do so in a day or two if I don't hear objections. Done in e8070d71a.

Re: [PATCH] Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-10-26 Thread Kyle Meyer
stardiviner writes: > Bastien writes: > >> stardiviner writes: >> >>> Waited many days, seems no useful patch available. I suggest to revert that >>> commit. >> >> I will have a look over the week-end, thanks. > > Thanks for taking time to look at this problem, Bastien. As discussed at

Re: org-marker vs. org-hd-marker

2020-10-26 Thread Kyle Meyer
Michael Heerdegen writes: > Hello, > > what's the difference between org-marker and org-hd-marker markers? My reading (which could be very wrong) is that org-hd-marker is always set to the start of the headline. org-marker, on the other hand, is set to some position in the entry that depends on

Documentation suggestion: Mention async-bytecomp-package-mode in the installation section of the manual

2020-10-26 Thread Gustavo Barros
Hi All, I've seen time and again folks get bitten by trying to install Org with `package.el' while having Org loaded. The latest, but certainly not the first and not the last: https://www.reddit.com/r/orgmode/comments/jicj1k/how_to_use_org_version_from_orgpluscontrib/ This is well known,

default :results

2020-10-26 Thread ian martins
The doc says functional mode (=:results value=) is the default for most Babel libraries [1]. I haven't looked at many, but it is the default for ob-python and ob-shell. Scripting mode (=:results output=) is the default for ob-C, and the old ob-java (neither of these provided a functional mode).

Re: Fwd: [syl20bnr/spacemacs] Org mode column view columns misaligned (#14058)

2020-10-26 Thread Kyle Meyer
bob...@gmail.com writes: > Hi, > > I raised a problem I am having with org mode to the spacemacs bug list. See > issue and comments at https://github.com/syl20bnr/spacemacs/issues/14058. Thanks for reporting here. Could you provide a minimal example (e.g., Org content and column definitions)

Re: [PATCH] Include missing files when sitemap style is tree

2020-10-26 Thread Anthony Carrico
On 10/24/20 8:21 AM, Bastien wrote: Anthony Carrico writes: * ox-publish.el (org-publish-sitemap): Include files that have an ancestor below base-directory with no published files and sitemap style is tree. thanks for the patch and sorry for the delay in replying. I'm not sure I understand

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Palak Mathur
Hi Bastien, I have sent that form to the address listed on the form. Regards, Palak Mathur On Mon, Oct 26, 2020 at 4:43 PM Bastien wrote: > > Hi Palak, > > Palak Mathur writes: > > > I am willing to take care of ob-groovy.el. > > thanks. AFAIK you didn't assign your copyright to the FSF. >

Re: Force creation of org id in template

2020-10-26 Thread Gustavo Barros
On Mon, 26 Oct 2020 at 19:40, Gustavo Barros wrote: > On Mon, 26 Oct 2020 at 22:33, Michael Heerdegen > wrote: > >> I'm not sure. I see that creating an id involves slightly more than >> adding the property - see the `org-id-add-location' call in >> `org-id-get'. Calling the higher level

Re: Force creation of org id in template

2020-10-26 Thread Gustavo Barros
On Mon, 26 Oct 2020 at 22:33, Michael Heerdegen wrote: > I'm not sure. I see that creating an id involves slightly more than > adding the property - see the `org-id-add-location' call in > `org-id-get'. Calling the higher level `org-id-get' or the like in a > %() spec in a template fails

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Justin Abrahms
I'm happy to take over ob-mscgen and also ob-dot. I've not got an account on code.org-mode.org, yet. I've emailed Bastien directly with my preferred username and have sent the requisite copyright assignment forms to the relevant gnu email. Let me know if there are other things to take on

Re: official orgmode parser

2020-10-26 Thread Tom Gillespie
Even if this did work for plain lists it won't work for headlines because headlines have an arbitrary number of stars and thus it is not possible for the grammar to know what is a sub-headline vs "the next headline". For a similar reason I'm fairly sure that the sublist approach will not work due

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Bastien
Hi Palak, Palak Mathur writes: > I am willing to take care of ob-groovy.el. thanks. AFAIK you didn't assign your copyright to the FSF. This is needed to be able to commit to Org's core. Can you fill this form and report to me when this is done? https://orgmode.org/request-assign-future.txt

Re: official orgmode parser

2020-10-26 Thread Ken Mankoff
On 2020-10-26 at 14:00 -07, Tom Gillespie wrote... >> list ::= ('+' string newline)+ sublist? >> sublist ::= (indent list)+ >> >> I think this captures lists? > > Ah yes, I see my mistake here. In order for this to work the parser > has to implement significant whitespace, so whitespace cannot

Re: Force creation of org id in template

2020-10-26 Thread Michael Heerdegen
gusbrs.2...@gmail.com writes: > Untested, but how about adding something like the following to your > template? > > :PROPERTIES: > :ID: %(org-id-new) > :END: I'm not sure. I see that creating an id involves slightly more than adding the property - see the `org-id-add-location' call in

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Jeremie Juste
Hello Bastien, On Monday, 26 Oct 2020 at 10:52, Bastien wrote: > Hi Jeremie, > > Jeremie Juste writes: > >> I'm willing to take care of ob-R.el. > > You're in as of 36f4df892. Thank you very much! Got it! It might take my elisp skills to a new level. :-) Thanks to you, -- Jeremie Juste

Re: official orgmode parser

2020-10-26 Thread Tom Gillespie
Here is an attempt to clarify my own confusion around the nested structures in org. In short: each node in the headline tree and the plain list tree can be parse using the EBNF, the nesting level cannot, which means that certain useful operations such as folding, require additional rules beyond

Re: official orgmode parser

2020-10-26 Thread Ken Mankoff
On 2020-10-26 at 10:59 -07, Tom Gillespie wrote... > You can identify headlines, but you can't identify nesting level; Do you need to? This is valid as an entire Org file, I think: *** foo * bar * baz And that can be represented in EBNF. I'm not aware of places where behavior is

Re: Force creation of org id in template

2020-10-26 Thread gusbrs . 2016
Hi Michael, On Mon, 26 Oct 2020 at 19:26, Michael Heerdegen wrote: > is it possible to tweak `org-capture-templates' entries so that the > creation of an org id for an org entry created with `org-capture' is > forced? Untested, but how about adding something like the following to your

Force creation of org id in template

2020-10-26 Thread Michael Heerdegen
Hello, is it possible to tweak `org-capture-templates' entries so that the creation of an org id for an org entry created with `org-capture' is forced? TIA, Michael.

org code and error catching

2020-10-26 Thread Michael Heerdegen
Hello, I had a hard time to debug some problem with the expansion of some capture template because org catched the error even when I had set `debug-on-error'. Would it be possible to make some functions, e.g. `org-eval' in my case (probably some more?), use `condition-case-unless-debug' instead

org-marker vs. org-hd-marker

2020-10-26 Thread Michael Heerdegen
Hello, what's the difference between org-marker and org-hd-marker markers? What does "hd" stand for? TIA, Michael.

Re: New website - back to the old unicorn!

2020-10-26 Thread Scott Randby
On 10/26/20 5:41 AM, Bastien wrote: > Dear all, > > thanks to the initiative and the patient efforts of Timothy, our > website has been revamped: new contents, new look and... the old > unicorn! The new site is wonderful. The Features page is especially useful. Now my friends and students can

Re: New website - back to the old unicorn!

2020-10-26 Thread Tom Gillespie
The image is a bit off center no? On Mon, Oct 26, 2020 at 1:27 PM TEC wrote: > > > Eric S Fraga writes: > > > On Monday, 26 Oct 2020 at 14:54, Daniele Nicolodi wrote: > >> - (minor) I would add a background to the example in the home > >> page to > >> make it stand out more as an example

Re: official orgmode parser

2020-10-26 Thread Tom Gillespie
I started writing down Org's grammar as an EBNF (with Racket's #lang brag) on Saturday. There is indeed a layer of Org grammar that can be implemented via EBNF, but it is fairly minimal. You can identify headlines, but you can't identify nesting level; the arbitrary nesting depth means that you

Re: Babel->Latex export: how to set includegraphics scale?

2020-10-26 Thread Mirko Vukovic
On Fri, Oct 23, 2020 at 2:12 PM Mirko Vukovic wrote: > > On Thu, Oct 22, 2020 at 2:41 PM TEC wrote: > >> >> Hi Mirko >> >> Mirko Vukovic writes: >> >> > Instead specifying the width, I'd like to use the parameter >> > \scale. >> >> Have you tried #+attr_latex: :scale SCALE ? >> >> > Your email

Re: New website - back to the old unicorn!

2020-10-26 Thread Neil Cherry
Wow, just learned a few new things about org-mode by a quick look at the new pages. Now I have to learn more things. (I really hate you guys! ;-) ) -- Linux Home Automation Neil Cherry nche...@linuxha.com http://www.linuxha.com/ Main site

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
Eric S Fraga writes: On Monday, 26 Oct 2020 at 14:54, Daniele Nicolodi wrote: - (minor) I would add a background to the example in the home page to make it stand out more as an example org-mode syntax buffer This bothered me as well when I visited the site. I think it would help to

Bug: fill-paragraph in Org buffer [9.4 (9.4-19-gb1de0c-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20201019/)]

2020-10-26 Thread Gustavo Barros
Hi All, Calling `fill-paragraph' in an Org buffer may leak paragraph boundaries, and even heading boundaries, and break document structure. I'm aware, of course, of `org-fill-paragraph'. Indeed, `org-mode' both sets `fill-paragraph' function to `org-fill-paragraph' and remaps the

Re: New website - back to the old unicorn!

2020-10-26 Thread Greg Newman
It looks fantastic!! Great work. The tools page is really nice. I love seeing my revamp of the logo on the site. Cheers, Greg Newman On Mon, Oct 26, 2020 at 12:56 PM Dante Catalfamo wrote: > Wow, this new website looks absolutely amazing! > > On 10/26/20 5:41 AM, Bastien wrote: > > Dear

Re: New website - back to the old unicorn!

2020-10-26 Thread Dante Catalfamo
Wow, this new website looks absolutely amazing! On 10/26/20 5:41 AM, Bastien wrote: Dear all, thanks to the initiative and the patient efforts of Timothy, our website has been revamped: new contents, new look and... the old unicorn! Thanks very much to Timothy and to everyone who contributed

Re: official orgmode parser

2020-10-26 Thread Ken Mankoff
On 2020-10-26 at 09:24 -07, Nicolas Goaziou wrote... > # This is a comment (1) > > #+begin_example > # This is not a comment (2) > #+end_example > > AFAICT, you cannot distinguish between lines (1) and (2) with EBNF. I agree. I think this is a better (correct?) example than the

Re: New website - back to the old unicorn!

2020-10-26 Thread Diego Zamboni
The new website looks great. Thanks Timothy for all your work! --Diego On Mon, Oct 26, 2020 at 10:42 AM Bastien wrote: > Dear all, > > thanks to the initiative and the patient efforts of Timothy, our > website has been revamped: new contents, new look and... the old > unicorn! > > Thanks very

Re: official orgmode parser

2020-10-26 Thread Nicolas Goaziou
Ken Mankoff writes: > Yes, I meant to write that I think Org syntax is maybe *not* > context-free, and therefore EBNF can't capture all of it. But it could > still be very helpful and capture most of it. I'm not arguing about the usefulness of a partial EBNF description. I'm merely pointing out

Re: official orgmode parser

2020-10-26 Thread Ken Mankoff
On 2020-10-26 at 07:21 -07, Nicolas Goaziou wrote... > Ken Mankoff writes: > >> I question if this is possible because EBNF is for context-free >> grammars, but I *think* Org syntax is context-free. > > It's not as explained in a footnote in the Org syntax document. Yes, I meant to write that

Re: New website - back to the old unicorn!

2020-10-26 Thread Jude DaShiell
Unicorn is an old name for the modern day rhinoceros if what I read is correct. On Mon, 26 Oct 2020, Nick Dokos wrote: > Date: Mon, 26 Oct 2020 11:02:04 > From: Nick Dokos > To: emacs-orgmode@gnu.org > Subject: Re: New website - back to the old unicorn! > > Sounds good to me. > > And thanks for

Re: New website - back to the old unicorn!

2020-10-26 Thread Nick Dokos
Sounds good to me. And thanks for all the work to update the site! -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler

Re: New website - back to the old unicorn!

2020-10-26 Thread Eric S Fraga
On Monday, 26 Oct 2020 at 14:54, Daniele Nicolodi wrote: > - (minor) I would add a background to the example in the home page to > make it stand out more as an example org-mode syntax buffer This bothered me as well when I visited the site. I think it would help to have something, however minor,

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
Daniele Nicolodi writes: On 26/10/2020 14:54, Daniele Nicolodi wrote: On 26/10/2020 11:27, TEC wrote: TEC writes: there are a few teething issues that have appeared when deploying the site on orgmode.org. These issues have now been fixed! Go wild :P I've taken the liberty of making

Re: New website - back to the old unicorn!

2020-10-26 Thread Daniele Nicolodi
On 26/10/2020 15:26, TEC wrote: > > Daniele Nicolodi writes: > >> I like the new design. Thank you for your work! > > Thanks for the kind words! > >> Two things: > *cough, Three  Indeed, I thought about the third one while writing the first two... >> - in Firefox on a macOS machine, the

Re: New website - back to the old unicorn!

2020-10-26 Thread Daniele Nicolodi
On 26/10/2020 14:54, Daniele Nicolodi wrote: > On 26/10/2020 11:27, TEC wrote: >> >> TEC writes: >> >>> there are a few teething issues that have appeared when >>> deploying the >>> site on orgmode.org. >> >> These issues have now been fixed! Go wild :P >> >> I've taken the liberty of making a

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
Daniele Nicolodi writes: I like the new design. Thank you for your work! Thanks for the kind words! Two things: *cough, Three  - in Firefox on a macOS machine, the colophon renders as "Made with XX by TEC" with the XX being an Unicode replacement character. What is it supposed to

Re: official orgmode parser

2020-10-26 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > I question if this is possible because EBNF is for context-free > grammars, but I *think* Org syntax is context-free. It's not as explained in a footnote in the Org syntax document. Regards, -- Nicolas Goaziou

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
Nick Dokos writes: One thing that I have done in the past (and I'm probably not the onlye one) on the Emacs SE is refer people to the mailing list through the old link: https://orgmode.ord/community.html which does not exist any more, so we have a whole lot of broken links on Emacs SE at

Re: New website - back to the old unicorn!

2020-10-26 Thread Nick Dokos
One thing that I have done in the past (and I'm probably not the onlye one) on the Emacs SE is refer people to the mailing list through the old link: https://orgmode.ord/community.html which does not exist any more, so we have a whole lot of broken links on Emacs SE at the moment: can something be

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
gyro funch writes: The new site looks really great! Thanks  If we stumble upon minor issues (e.g., typos), what would be the best way to notify you? A quick email works fine for that :) and I'm also happy with github issues: https://github.com/tecosaur/orgmode.org/issues/new All

Re: New website - back to the old unicorn!

2020-10-26 Thread Daniele Nicolodi
On 26/10/2020 11:27, TEC wrote: > > TEC writes: > >> there are a few teething issues that have appeared when >> deploying the >> site on orgmode.org. > > These issues have now been fixed! Go wild :P > > I've taken the liberty of making a post on reddit: >

Re: New website - back to the old unicorn!

2020-10-26 Thread Jack Kamm
Thank you Timothy! It looks great. Bastien writes: > Dear all, > > thanks to the initiative and the patient efforts of Timothy, our > website has been revamped: new contents, new look and... the old > unicorn! > > Thanks very much to Timothy and to everyone who contributed with > feedback and

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Palak Mathur
I am willing to take care of ob-groovy.el. Sent from my iPhone > On Oct 26, 2020, at 3:08 AM, Bastien wrote: > > Dear all, > > we are looking for more maintainers of individual Org Babel files. > > Jack and Ian are already in, I added myself to ob-clojure.el. > > If you feel like

Re: New website - back to the old unicorn!

2020-10-26 Thread gyro funch
On 10/26/2020 4:27 AM, TEC wrote: > > TEC writes: > >> there are a few teething issues that have appeared when deploying the >> site on orgmode.org. > > These issues have now been fixed! Go wild :P > > I've taken the liberty of making a post on reddit: >

Re: New website - back to the old unicorn!

2020-10-26 Thread Detlef Steuer
Thank you for your elegant work! One observation: The text width on Features, Releases and Install is different for each. If I may choose, I choose the width of "Install". But great work anyway! Detlef Am Mon, 26 Oct 2020 17:44:16 +0800 schrieb TEC : > Hi Everyone, just a quick note from me:

Re: ob-sql posgresql windows problems

2020-10-26 Thread Neil Cherry
On 10/24/20 7:41 AM, Bastien wrote: Hi Neil, Neil Cherry writes: I'm on a Windows 10 System, I'm using ob-sql.el and when I C-c C-c on the src block I get: What version of Org are you using? M-x org-version RET Thanks, Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @

Re: official orgmode parser

2020-10-26 Thread Ken Mankoff
Hello, On 2020-09-23 at 01:09 -07, Bastien wrote... > I disagree that a parser is too difficult to maintain because Org is a > moving target. Org core syntax is not moving anymore, a parser can > reasonably target it. That's what is done with the Ruby parser, in use > in this small project

Re: New website - back to the old unicorn!

2020-10-26 Thread Jude DaShiell
Can orgmode when doing an html export that has images without alt= tags filled in give an exporter an option to supply descriptions for those images if not done earlier in the html creation process? How would someone earlier in the html creation process before export stage correctly associate an

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
Leo Vivier writes: I really like the new design. You’ve done some fantastic work, Timoty, as well as all the people who’ve contributed. :) Thanks for the kind words! It means a lot to hear that the revamp is going down well . I especially like the new page for Tools:

Re: New website - back to the old unicorn!

2020-10-26 Thread Leo Vivier
Hi there, TEC writes: > These issues have now been fixed! Go wild :P I really like the new design. You’ve done some fantastic work, Timoty, as well as all the people who’ve contributed. :) I especially like the new page for Tools: https://orgmode.org/tools.html The only nitpick I’d have on

Re: New website - back to the old unicorn!

2020-10-26 Thread Carsten Dominik
On Mon, Oct 26, 2020 at 11:11 AM Carsten Dominik wrote: > Hi, > > I like it! > > :) > > Carsten > > P.S. One of the pages advertises that this > >[[ > https://upload.wikimedia.org/wikipedia/commons/5/5d/Konigsberg_bridges.png > ]] > > should inline an image. Does not do it yet for me.

Re: New website - back to the old unicorn!

2020-10-26 Thread Bastien
Hi John, John Herrlin writes: > "many others" on the landing page points to > https://orgmode.org/org.html#History-and-Acknowledgments and returns > 404. Fixed, thanks! -- Bastien

Re: New website - back to the old unicorn!

2020-10-26 Thread John Herrlin
Looks awesome! "many others" on the landing page points to https://orgmode.org/org.html#History-and-Acknowledgments and returns 404. Bastien writes: > Dear all, > > thanks to the initiative and the patient efforts of Timothy, our > website has been revamped: new contents, new look and... the

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
TEC writes: there are a few teething issues that have appeared when deploying the site on orgmode.org. These issues have now been fixed! Go wild :P I've taken the liberty of making a post on reddit: https://www.reddit.com/r/emacs/comments/jic3ww/the_org_website_has_been_revamped/ Once

Re: New website - back to the old unicorn!

2020-10-26 Thread Bastien
Hi Carsten, Carsten Dominik writes: > P.S.  One of the pages advertises that this > >    > [[https://upload.wikimedia.org/wikipedia/commons/5/5d/Konigsberg_bridges.png]] > > should inline an image.  Does not do it yet for me.  What am I > missing? If you export a minimal .org file like

Re: New website - back to the old unicorn!

2020-10-26 Thread Carsten Dominik
Hi, I like it! :) Carsten P.S. One of the pages advertises that this [[ https://upload.wikimedia.org/wikipedia/commons/5/5d/Konigsberg_bridges.png]] should inline an image. Does not do it yet for me. What am I missing? Carsten On Mon, Oct 26, 2020 at 10:42 AM Bastien wrote: >

Re: [PATCH] Async session eval (2nd attempt)

2020-10-26 Thread Eric S Fraga
On Monday, 26 Oct 2020 at 10:23, stardiviner wrote: > This really is an good idea. Some other Babel languages like Ruby, JavaScript > might benefit from this ob-comint async evaluation. Awesome! Julia would benefit from this as well! My Julia jobs usually take minutes if not hours. I usually

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Bastien
Hi Jeremie, Jeremie Juste writes: > I'm willing to take care of ob-R.el. You're in as of 36f4df892. Thank you very much! -- Bastien

Re: org's elpa returns 404

2020-10-26 Thread Bastien
Hi, lockyw...@gmail.com writes: > I used to update org from org's elpa, as documented at: > https://orgmode.org/elpa.html > , by adding this address to the repos: > https://orgmode.org/elpa/ A temporary glitch due to the switch to the new website. Fixed, now. Thanks! -- Bastien

Re: New website - back to the old unicorn!

2020-10-26 Thread TEC
Hi Everyone, just a quick note from me: Regarding the intermediate state, there are a few teething issues that have appeared when deploying the site on orgmode.org.* If we could hold off from announcing this on some of the more high-traffic forums till these get sorted out that would be

New website - back to the old unicorn!

2020-10-26 Thread Bastien
Dear all, thanks to the initiative and the patient efforts of Timothy, our website has been revamped: new contents, new look and... the old unicorn! Thanks very much to Timothy and to everyone who contributed with feedback and ideas. This is a new basis that we will continue to polish and

Fwd: [syl20bnr/spacemacs] Org mode column view columns misaligned (#14058)

2020-10-26 Thread bobf32
Hi, I raised a problem I am having with org mode to the spacemacs bug list. See issue and comments at https://github.com/syl20bnr/spacemacs/issues/14058. -- Forwarded message - From: duianto Date: Sun, 25 Oct 2020 at 15:11 Subject: Re: [syl20bnr/spacemacs] Org mode column view

org's elpa returns 404

2020-10-26 Thread lockywolf
Hello, everyone. I used to update org from org's elpa, as documented at: https://orgmode.org/elpa.html , by adding this address to the repos: https://orgmode.org/elpa/ Now it returns 404. Has something changed? -- Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Jeremie Juste
Hello, I'm willing to take care of ob-R.el. Best regards, Jeremie Juste

Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict

2020-10-26 Thread stardiviner
Bastien writes: > Hi Jack, > > Jack Kamm writes: > >> Thanks Bastien, the Woof! tool looks interesting. > > Thanks! I'm working on a small woof.el package to make it more > useful for both maintainers (setting headers) and users (checking > upcoming changes or help requests). > This is

Re: [PATCH] Async session eval (2nd attempt)

2020-10-26 Thread stardiviner
This really is an good idea. Some other Babel languages like Ruby, JavaScript might benefit from this ob-comint async evaluation. Awesome! Jack Kamm writes: > This patch adds asynchronous evaluation for session blocks in > Python. It also adds functionality to implement async session eval for

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Bastien
Tim Cross writes: > Is there a list of org babel files which need maintainers? You can check the list of ob-* files here: https://code.orgmode.org/bzg/org-mode/src/master/lisp If there is no "Maintainer:" in the header, then the file could benefit from having an individual maintainer. --

Re: Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Tim Cross
Is there a list of org babel files which need maintainers? Bastien writes: > Dear all, > > we are looking for more maintainers of individual Org Babel files. > > Jack and Ian are already in, I added myself to ob-clojure.el. > > If you feel like proposing yourself for maintaining an Org Babel

Please help by becoming a maintainer for an Org Babel file

2020-10-26 Thread Bastien
Dear all, we are looking for more maintainers of individual Org Babel files. Jack and Ian are already in, I added myself to ob-clojure.el. If you feel like proposing yourself for maintaining an Org Babel language, that would be super helpful. Thanks a lot! -- Bastien

Re: How to restore old C-u C-c C-t behavior?

2020-10-26 Thread Carsten Dominik
On Mon, Oct 26, 2020 at 5:59 AM Piotr Isajew via General discussions about Org-mode. wrote: > Hi, > > I've recently upgraded from version 8.2 to 9.3 and one change > I've noticed is that the behavior of C-u C-c C-t is different. > > It used to prompt me for a desired target state to which the