Re: best practices query: non-emacs packages based on tangled source

2020-10-27 Thread Dr. Arne Babenhauserheide
TRS-80 writes: > Therefore, any stuff I plan on releasing publicly, I do not do in > literate style (JMHO). However if you are dead set on doing literate > paradigm, then maybe my experience is invalid for your use-case. My experience is that literate style works very well for tutorials, but

RE: [PATCH] Adaptive Org faces in headings?

2020-10-27 Thread Rob Davenport
Thank you very much for this patch, Ihor. It fixes the issue on my system. I've only recently been getting org from the code.orgmode.org repo so Bastien kindly answered my first question as to why I wasn't seeing that patch yet. (The package I'm updating is coming from maint and not

Re: best practices query: non-emacs packages based on tangled source

2020-10-27 Thread TRS-80
On 2020-10-15 14:11, Greg Minshall wrote: if anyone has any techniques they've used, liked (or hated), i'd love to hear. I am someone who keeps my Emacs config in a literate style in blocks within an Orgmode outline. And I enjoy it! However I somewhat recently came across a project that was

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

2020-10-27 Thread Ken Mankoff
I'll help maintain ob-screen.el -k. On 2020-10-26 at 01:07 -07, 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 proposing yourself for maintaining an

Re: Confusion about org-confirm-babel-evaluate's behavior while exporting lob calls

2020-10-27 Thread 吴锐扬
This is just a follow up to see if anyone have insights on this matter. Thanks Ruiyang > On Oct 14, 2020, at 1:18 PM, 吴锐扬 wrote: > > Hi, > > I have org-confirm-babel-evaluate set to t by default. With this, I expect to > be queried with the execution of every code block or lob call. However,

Re: best practices query: non-emacs packages based on tangled source

2020-10-27 Thread Greg Minshall
Tom, thanks very much for your very detailed analysis and explanation of the issues you've had. it's taken me this long to read through it carefully. the issues with python source blocks [C-c C-c] versus [C-c C-v C-t] are in fact unfortunate, as it does make it hard to develop without lots of

Re: New website - back to the old unicorn!

2020-10-27 Thread Leslie Watter
The new website is awesome! Great Work Timothy! It also helped me discover some new/old features that org-mode has. Congratulations and thanks for all all of your work! Cheers, LEslie On Tue, Oct 27, 2020 at 9:17 AM TEC wrote: > > Hi JRSS, great to hear from you! > > JRSS writes: > > >

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

2020-10-27 Thread stardiviner
I would like to be a maintainer of ob-clojure.el too. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Mon, Oct 26,

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

2020-10-27 Thread stardiviner
I searched my name in maintainer line. Here is the complete list: ``` File: lisp/ob-eshell.el 5 25 ;; Author: stardiviner File: contrib/lisp/ob-redis.el 4 25 ;; Author: stardiviner 5 29 ;; Maintainer: stardiviner File: contrib/lisp/ob-diff.el 4 25 ;; Author: stardiviner 5

[PATCH] change the ob-java default back to scripting mode

2020-10-27 Thread ian martins
I mentioned this in another thread. Here it is. From 9ae6cb869ae909396d71000ad7804f49640e51ca Mon Sep 17 00:00:00 2001 From: Ian Martins Date: Tue, 27 Oct 2020 07:00:58 -0400 Subject: [PATCH] ob-java.el: Change the default back to scripting mode * lisp/ob-java.el: Change the default to scripting

Re: New website - back to the old unicorn!

2020-10-27 Thread TEC
Hi JRSS, great to hear from you! JRSS writes: I've been using org for two years and the new website made me realize I can maybe help (with the "yes. Do this" link) simply by joining the email list and help with documentation. I'm not a coder (baby steps, here and there) but I've been

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

2020-10-27 Thread Michael Heerdegen
Kyle Meyer writes: > 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 who is setting it. Thanks for the insights, Kyle. Do you know whether I can

Re: New website - back to the old unicorn!

2020-10-27 Thread JRSS
I've been using org for two years and the new website made me realize I can maybe help (with the "yes. Do this" link) simply by joining the email list and help with documentation. I'm not a coder (baby steps, here and there) but I've been blogging about org for a while. The website is awesome.

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

2020-10-27 Thread Eric S Fraga
On Tuesday, 27 Oct 2020 at 11:01, Alberto Ramos wrote: > But I understand that these are small changes... Maybe but it's always good to keep up with any changes in the language with such a quickly evolving system. Luckily, I think Julia has stabilised now. -- : Eric S Fraga via Emacs

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

2020-10-27 Thread Alberto Ramos
Hi, > The version I use is in the org contrib directory. How does this differ > from the one you use? I believe the contrib one is slightly newer than > the github one you refer to. The file in contrib (and the github) still uses writecsv/readcsv for reading an org table as input for

Re: [PATCH] ob-gnuplot: handle remote input files

2020-10-27 Thread Bastien
Hi Ferdinand, Ferdinand Pieper writes: > I signed the FSF copyright times a short while ago, so I think this is > no longer necessary. Indeed, thanks. https://orgmode.org/worg/org-contribute.html was not up to date, I've fixed this. -- Bastien

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

2020-10-27 Thread Eric S Fraga
On Tuesday, 27 Oct 2020 at 10:30, Alberto Ramos wrote: > 1) Include ob-julia.el At this moment this is in a separate git repo > > https://github.com/gjkerns/ob-julia The version I use is in the org contrib directory. How does this differ from the one you use? I believe the contrib one is

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

2020-10-27 Thread Alberto Ramos
Dear Bastien, all I would be very happy to: 1) Include ob-julia.el At this moment this is in a separate git repo https://github.com/gjkerns/ob-julia and is unmantained. I made some small changes myself, since this outdated version does not work with current julia versions. 2)

Re: New website - back to the old unicorn!

2020-10-27 Thread stardiviner
New website looks clean and elegant, thanks TEC. TEC writes: > 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

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

2020-10-27 Thread stardiviner
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. > I would like to help maintain ob-clojure.el too. Clojure is my main language. > If you feel like proposing yourself for

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

2020-10-27 Thread Bastien
Hi Palak, Palak Mathur writes: > I have sent that form to the address listed on the form. thank you very much. -- Bastien

Re: New website - back to the old unicorn!

2020-10-27 Thread Eric S Fraga
On Tuesday, 27 Oct 2020 at 08:15, Carsten Dominik wrote: > Yes, in particular the animated examples are totally cool. +1 -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4-61-ga88806.dirty

Re: New website - back to the old unicorn!

2020-10-27 Thread Eric S Fraga
On Tuesday, 27 Oct 2020 at 01:14, TEC wrote: > How does this look? Looks better, thank you. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4-61-ga88806.dirty

Re: New website - back to the old unicorn!

2020-10-27 Thread Carsten Dominik
On Mon, Oct 26, 2020 at 7:28 PM Scott Randby wrote: > 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

Re: Force creation of org id in template

2020-10-27 Thread Colin Baxter
I have this URL to a site which gives a method for generating auto IDs, which might be useful. I never use IDs so can't report on its effectiveness. https://writequit.org/articles/emacs-org-mode-generate-ids.html#automating-id-creation Best wishes, Colin Baxter URL: