Re: [PATCH] choices in org-id-find for handling missing ids

2021-06-12 Thread Marc Ihm
Hi once more, well after sending this patch I noticed, that org-id-update-id-locations has become orders of magnitude faster on my system; with org 9.4 it takes seconds instead of minutes as with org 9.3. Which is great news :-) This alone may dratically reduce the need for changing the

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-12 Thread Greg Minshall
Tim, thanks for your comments. > A lot depends on whether what you want is an org file which documents > the current state of play or one which is more similar to a lab book > which contains a more chronological type evolution of ideas and > experiments. I often setup completely separate org

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-12 Thread Tim Cross
"Samuel Banya" writes: > Not sure if it counts as off-topic for this thread, but does everyone use Git > to manage their Org docs and notes? > > I ask because of Greg's previous post. > > I've noticed that some times after git merge events across a few machines > (ex: I forgot I had already

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-12 Thread Tim Cross
Eric S Fraga writes: > On Tuesday, 8 Jun 2021 at 20:15, Greg Minshall wrote: >> Eric, when you use something RCS-like as your version control system, i >> assume that makes grepping to find some old note easy enough. but, >> these days i tend to use git. when (assuming) you use git, do you

Re: literate programming, development log -- ideas?

2021-06-12 Thread Tim Cross
Eric S Fraga writes: > On Monday, 7 Jun 2021 at 14:43, Greg Minshall wrote: >> i write most of my code in a (per-project) .org file, which is typically >> tangled into source or script files. > > I do the same. > >> i'm wondering if people do this, especially the development log, and if >>

Re: ox-taskjuggler scenarios

2021-06-12 Thread Tim Cross
Hi David, it has been many years since I last used taskjuggler from within org. I recall when I did I had a similar issue to yours e.g. some valid task juggler values could not be passed into task juggler from within org mode. Although my recollections is hazy, I seem to recall that when I

[tip] LaTeX preview of a region

2021-06-12 Thread Juan Manuel Macías
Hi all, When typesetting a long book, I often need to fine tune many paragraphs (typographically speaking). So I've write this code to avoid compiling the whole document every time. The idea is activate a preview of any region of the document, compiled with all the local configuration (export

RE: TMIO Pre-release, request for feedback

2021-06-12 Thread Cook, Malcolm
Agreed, +1, yes yes, much appreciated, I look forward to your summaries, I always learn something useful…. ~Malcolm

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-12 Thread Bruce D'Arcus
On Sat, Jun 12, 2021 at 6:04 PM Nicolas Goaziou wrote: > Of course, different punctuation marks exist, so characters are at least > locale-dependant. But I don't know if the set is entirely determined by > the locale or if it also depends on the "style" of the document. It's a good question. I

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-12 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: >> - I'm not sure about the `org-cite-punctuation-marks' variable being >> global, i.e., not locale-specific. > > One of the things I've wondered about, but cannot offer any expertise > on (really, I have no clue), is how this might work for languages like >

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-12 Thread Bruce D'Arcus
I'm not able to test this closely ATM, but a few things ... On Sat, Jun 12, 2021 at 5:39 AM Nicolas Goaziou wrote: > > Hello, > > Denis Maier writes: > > > Yes, good this is coming. > > As a step forward, I rebased wip-cite-new branch with more support for > note numbers handling. > > I added

One habit malfunctioning

2021-06-12 Thread Ypo
I am enjoying HABITS style, lately. They work great, but there is a task that doesn't show consistency graph correctly, I don't know why. Once in a while the graph is shown correctly. I share my LOGBOOK. I think 1 day should appear blue, and the other ones, green. In the attached file

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Nicolas Goaziou
Hello, Timothy writes: > Update: I found the thread, > https://orgmode.org/list/87lf90b5ey@gnu.org/ Ah! I forgot about that. Thanks for the heads-up. András: feel free to disregard that part of my message. Regards, -- Nicolas Goaziou

Re: [BUG] org babel fails with matlab+python kernel on MacOS-10.15 [9.4.6 (release_9.4.6-541-g52b097 @ /Users/oub/emacs/site-lisp/packages/org/)]

2021-06-12 Thread Uwe Brauer
>>> "JK" == Jack Kamm writes: Hello Jack > Hello Uwe, > Uwe Brauer writes: Thanks for your quick reply. >> (defalias 'org-babel-execute:matlab 'org-babel-execute:ipython) > ob-ipython is not part of org-mode core, so I don't think this can be > considered a bug here. Ok, fair enough >

Default entry in org-src-block-faces

2021-06-12 Thread Augusto Stoffel
Would it make sense to allow a default entry (t FACE) in `org-src-block-faces', to be applied to all src blocks without a more specific entry in that alist? There seems to be no other way to specify a face to be applied to all src blocks, and only src blocks. I also wanted to point out two minor

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Bruce D'Arcus
Good; I was wondering about that! On Sat, Jun 12, 2021, 8:47 AM Timothy wrote: > > Update: I found the thread, > https://orgmode.org/list/87lf90b5ey@gnu.org/ > > Timothy writes: > > > Regarding the Emacs 24.3 requirement, I haven't got the thread on hand > > but IIRC Bastien said that he

Re: Write Markdown in Org mode

2021-06-12 Thread Juan Manuel Macías
Hi Leo, leo writes: > Good to know. I’m not too keen to learn yet another text markup language, but > I might give org mode a try… It's worth a try! Org markup language is very similar to Markdown. My advice is that you take from Org only what you need, because Org has so many features that at

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Timothy
Update: I found the thread, https://orgmode.org/list/87lf90b5ey@gnu.org/ Timothy writes: > Regarding the Emacs 24.3 requirement, I haven't got the thread on hand > but IIRC Bastien said that he will bump Org's minimum Emacs to 25 in the > 9.5 release. As long as I'm not mis-remembering,

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Timothy
Nicolas Goaziou writes: > It may make sense to merge it with "oc-csl.el" at some point. If that > suits you, there are a few gotchas: > > - `alist' library isn't usable in Org, as it didn't exist in Emacs 24.3. > So, there's unfortunately no `alist-get' for us. > > - `<=' was not a variadic

Re: Emacs-related IRC channels moving to Libera.Chat

2021-06-12 Thread Amin Bandali
Hi Michael, Michael Albinus writes: > Amin Bandali writes: > >> Hello, > > Hi Amin, > >> Per today's announcement [0] on GNU and FSF moving to the Libera.Chat >> IRC network, the following Emacs-related channels are also moving from >> Freenode to Libera.Chat: > > Are there plans to replace

Re: Write Markdown in Org mode

2021-06-12 Thread leo
Gi Juan On 12 Jun 2021, at 22:35, Juan Manuel Macías wrote: > Hi Leo, > > leo writes: > >> Hi there >> >> I write a lot of Markdown notes. At the moment I use Melpa’s markdown-mode, >> but I am considering switching to Org mode. >> >> But I’m not sure whether Org mode supports this. In the

Re: [wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread Nicolas Goaziou
Hello, András Simonyi writes: > playing with the new citation API (which is already very impressive > and usable!) I cobbled together an "activation processor" which > fontifies Org citations using citeproc-el generated previews (when the > cursor is elsewhere). It also shows the full

[PATCH] choices in org-id-find for handling missing ids

2021-06-12 Thread Marc-Oliver Ihm
Hi, please find attached a patch to allow more flexible handling of missing ids in org-id-find; some people (like me) tend to lose ids now and then and may benefit from more choices. The current behaviour of calling org-id-update-id-locations is pretty perfect for situations where the id has

Re: TMIO Pre-release, request for feedback

2021-06-12 Thread Bill Burdick
Just saw this -- this is a great service to the community, thanks for doing it! -- Bill On Sun, May 30, 2021 at 12:36 PM Timothy wrote: > Hi Everyone, > > As we arrive at the end of May, I'm about to publish the 3rd issue of > /This Month in Org/. I thought I'd share the current draft with

Re: TMIO Pre-release, request for feedback

2021-06-12 Thread Jeremie Juste
Hello Jack On Thursday, 10 Jun 2021 at 05:56, Jack Kamm wrote: > Hi Jeremie, > > Jeremie Juste writes: > >> Just a precision async process is already available in R. Thanks again >> to Jack Kamm for this input. > > I believe async evaluation in R still requires my external package: Yes you are

Re: [BUG] org babel fails with matlab+python kernel on MacOS-10.15 [9.4.6 (release_9.4.6-541-g52b097 @ /Users/oub/emacs/site-lisp/packages/org/)]

2021-06-12 Thread Jack Kamm
Hello Uwe, Uwe Brauer writes: > (defalias 'org-babel-execute:matlab 'org-babel-execute:ipython) ob-ipython is not part of org-mode core, so I don't think this can be considered a bug here. While the original ob-ipython is unmaintained, scimax [1] maintains a fork of it, so you could consider

Re: Write Markdown in Org mode

2021-06-12 Thread Juan Manuel Macías
Hi Leo, leo writes: > Hi there > > I write a lot of Markdown notes. At the moment I use Melpa’s markdown-mode, > but I am considering switching to Org mode. > > But I’m not sure whether Org mode supports this. In the manual I found an > option to *export* to Markdown, but I planning to *write*

[wip-cite-new] experimental citeproc-el based activation processor

2021-06-12 Thread András Simonyi
Dear All, playing with the new citation API (which is already very impressive and usable!) I cobbled together an "activation processor" which fontifies Org citations using citeproc-el generated previews (when the cursor is elsewhere). It also shows the full references as a tooltip on mouse-over.

Re: [wip-cite-new] Adjust punctuation around citations

2021-06-12 Thread Nicolas Goaziou
Hello, Denis Maier writes: > Yes, good this is coming. As a step forward, I rebased wip-cite-new branch with more support for note numbers handling. I added three customizable variables: - org-cite-adjust-note-numbers, which simply allows the user to toggle punctuation and note number

Write Markdown in Org mode

2021-06-12 Thread leo
Hi there I write a lot of Markdown notes. At the moment I use Melpa’s markdown-mode, but I am considering switching to Org mode. But I’m not sure whether Org mode supports this. In the manual I found an option to *export* to Markdown, but I planning to *write* the notes directly as Markdown.

Re: Emacs-related IRC channels moving to Libera.Chat

2021-06-12 Thread Michael Albinus
Amin Bandali writes: > Hello, Hi Amin, > Per today's announcement [0] on GNU and FSF moving to the Libera.Chat > IRC network, the following Emacs-related channels are also moving from > Freenode to Libera.Chat: Are there plans to replace freenode by Libera.Chat in the Emacs sources? Best

ox-taskjuggler scenarios

2021-06-12 Thread david whiting
Hi, I am starting to use org-mode with taskjuggler and am trying to implement scenarios. To work with scenarios I need to be able to provide the scenario parameter values where the scenario differs to the default plan. For example, using the example from