Re: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done

2022-09-25 Thread Bastien
Timothy writes: > Done :) Thanks! -- Bastien

Re: IM dev discussions?

2022-09-25 Thread Bastien
Hi Timothy, Timothy writes: > Both these things may not come together, or at the same time. For instance, > I’m > currently talking to someone on the Doom discord who has a few potential > improvement to Org in the works, and the main barrier to us hearing about them > is their nervousness at

Re: IM dev discussions?

2022-09-25 Thread Bastien
Hi Timothy, Timothy writes: > Yep, but I do think it’s good to have a few promoted places, ideally based on > FOSS services. Not to start another tangent, but this is one of the reasons > why > I think discourse could be a good idea — as a FOSS replacement for reddit, > stackoverflow, etc. If

Re: changing orgcard.tex (was: Dynamic keybindings in the manual)

2022-09-25 Thread Timothy
Hi Bastien, > If we are to make changes against orgcard.tex we should be careful to > stick to GNU conventions regarding creating refcards. Might you have a link to those conventions on hand? > Also, maybe some improvements can be shared upstream against the Emacs > refcard? Possibly, while

Re: Dynamic keybindings in the manual

2022-09-25 Thread Bastien
Hi Timothy, Timothy writes: > In the recent discussion about potentially no longer generating `org-release' > in > the Makefile, it was mentioned that `orgcard.tex' may be a bit of a blocker to > that. If we are to make changes against orgcard.tex we should be careful to stick to GNU

Re: [PATCH] Add .org suffixes to CONTRIBUTE and README

2022-09-25 Thread Bastien
"Christopher M. Miles" writes: > I agree this change too. This is more clear. Applied on main as 52be6f0f4, thanks. -- Bastien

Re: IM dev discussions? (was: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done)

2022-09-25 Thread Ihor Radchenko
Russell Adams writes: >> AFAIU, this should be supported by the IRC server. Does irc.libera.chat >> (where #org-mode channel is hosted) support logging? > > There is no log today. > > Also our parent channel #emacs prohibits logging. > > https://www.emacswiki.org/emacs/EmacsChannelLogging Does

Re: emacs really slow when inserting a new source code block

2022-09-25 Thread Ihor Radchenko
Luca Ferrari writes: > Hi all, > I'm having issues in my org files whenever I insert a new source block > (perl if that matters) with "#+begin_src perl" Emacs becomes really > slow. > I can move, paste, edit within the source block (in the same org > buffer, not an external window) but at a very

Re: The Org mode in the Org Git does not export

2022-09-25 Thread Ihor Radchenko
Rudolf Adamkovič writes: > When I attach the profiler before exporting and then abort with C-g, the > profiler reports that Org spends almost all of the time in > 'org-export--generate-copy-script'. Profiler reports after C-g are not reliable. > Any ideas? In addition to debug-on-quit, you

Re: [BUG] Warning (org-element-cache): org-element--cache: Unregistered buffer modifications detected. Resetting. [9.6 (9.6-??-86c4635db @ /Users/timothyw/.emacs.doom/.local/straight/build-28.1/org/)]

2022-09-25 Thread Ihor Radchenko
Timothy Washington writes: > This seems to happen when I'm using Org Roam in my Doom Emacs config. I'm > intermittently getting these errors popping. > > This is actually an accumulation of a single first one. > > Warning (org-element-cache): org-element--cache: Unregistered buffer >

Re: IM dev discussions?

2022-09-25 Thread Ihor Radchenko
Bastien writes: >> Ideally, it would be nice to >> have ML front-end that looks similar to GitHub issues. I recall the >> latest versions of mailman had somewhat familiar look. Sourcehut is also >> trying to implement a web-based front-end (though is it not familiar at >> all, unfortunately). >

Re: [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-25 Thread Ihor Radchenko
Juan Manuel Macías writes: > Going back to the earlier :ATTR_BACKEND: issue as a property for > headings, I've been doing some testing and scribbled down a possible > function[1] whose code is almost entirely stolen from > org-export-read-attribute, with some modifications. Evaluated at the >

Re: Org Syntax Specification

2022-09-25 Thread Rohit Patnaik
I also want to chip in with a thank-you for the org syntax specification page. As someone who's working on a custom org exporter, this is a very useful resource for finding out how elements are structured within org-mode. Thanks, Rohit

Re: access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Tim Cross
Mark Barton writes: >  > >> On Sep 25, 2022, at 5:44 AM, Saša Janiška wrote: >> >> When looking for some solution I've stumbled upon this (old) post >> https://karl-voit.at/2017/01/15/org-clone-subtree-with-time-shift/ which >> utilizes >> *org-clone-subtree-with-time-shift*. > > I also

Re: [BUG] org-auto-repeat-maybe: error "Can’t expand minibuffer to full frame" and missing log note

2022-09-25 Thread Bhavin Gandhi
On Wed, 17 Aug 2022 at 15:14, Ihor Radchenko wrote: > >> Yikes! Then, can also check for window-minibuffer-p, but I feel that it > >> will be a fight against all kinds of edge cases. > > > > I haven't been able to make much progress on this bug in the last two > > weeks. Will try to send a patch

Re: access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Bob Newell
Saša Janiška writes: > One useful feature of Taskwarrior is that if I have e.g recurring > weekly task "upload meeting's recording" and, due to various reasons, > I'm simply behind my schedule, I can access **any** of the missed > events and not just the oldest one as it seems to be with

Re: Dynamic keybindings in the manual

2022-09-25 Thread Juan Manuel Macías
Hi, Timothy, Timothy writes: > This prompted me to take a look at `orgcard.tex' and I was surprised to > discover > that it’s TeX TeX, not even LaTeX, and it has hard-coded keybindings. Wow, it's in plainTeX... I've tried cleaning that document and removing most of the code, as it's

[BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-25 Thread Magnus Therning
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[BUG] Warning (org-element-cache): org-element--cache: Unregistered buffer modifications detected. Resetting. [9.6 (9.6-??-86c4635db @ /Users/timothyw/.emacs.doom/.local/straight/build-28.1/org/)]

2022-09-25 Thread Timothy Washington
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[BUG] org-fill-paragraph doesn't handle ^L correctly [9.5.4 (release_9.5.4-19-g4dff42 @ /home/matt/Code/emacs/lisp/org/)]

2022-09-25 Thread Matt Beshara
‘org-fill-paragraph’ does not correctly handle ^L characters (a.k.a. form feed, C-q C-l). It should treat them as paragraph separating whitespace, but instead treats them as any other character which would appear in normal text. Here is an example to demonstrate the current behaviour: abc

emacs really slow when inserting a new source code block

2022-09-25 Thread Luca Ferrari
Hi all, I'm having issues in my org files whenever I insert a new source block (perl if that matters) with "#+begin_src perl" Emacs becomes really slow. I can move, paste, edit within the source block (in the same org buffer, not an external window) but at a very slow rate. In the messages I've

Re: The Org mode in the Org Git does not export

2022-09-25 Thread Fraga, Eric
On Sunday, 25 Sep 2022 at 18:40, Rudolf Adamkovič wrote: > When I attach the profiler before exporting and then abort with C-g, the > profiler reports that Org spends almost all of the time in > 'org-export--generate-copy-script'. Try M-x toggle-debug-on-quit RET and then export, hitting C-g when

Re: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done

2022-09-25 Thread Timothy
Hi Bastien, > Please go ahead with what seems better to you (especially since it > matches Ihor’s preferences too), but if Eduardo has some time to help, > it be great to really stabilize what kind of info is expected on this > banner. Done :) All the best, Timothy

The Org mode in the Org Git does not export

2022-09-25 Thread Rudolf Adamkovič
Hello smart people! The Org mode from Git does not export my notebook, while the Org mode that comes with Emacs 29 does. Is that normal? My 1.6 MB notebook contains 2078 headings and lots of prose, mathematics, code, citations, tables, ... virtually everything. The minimal configuration used

Re: IM dev discussions? (was: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done)

2022-09-25 Thread zimoun
Hi, On Sun, 25 Sep 2022 at 11:36, Ihor Radchenko wrote: >> Look at this example from Guix IRC channel: >> https://logs.guix.gnu.org/ > > AFAIU, this should be supported by the IRC server. Does irc.libera.chat > (where #org-mode channel is hosted) support logging? These logs are done by custom

Dynamic keybindings in the manual

2022-09-25 Thread Timothy
Hi All, (skip to the rule if you’re not interested in a preamble) In the recent discussion about potentially no longer generating `org-release' in the Makefile, it was mentioned that `orgcard.tex' may be a bit of a blocker to that. This prompted me to take a look at `orgcard.tex' and I was

Re: access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Saša Janiška
On 25. 09. 2022. 16:25, Mark Barton wrote: I also use this method for some of my reoccurring events. Good. It is nice to be able to remove/adjust some of the subtree entries to accommodate holidays. Indeed. When I don't use this method for a reoccurring event then I usually just

Re: access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Saša Janiška
On 25. 09. 2022. 15:46, Fraga, Eric wrote: I guess I'm not sure what you would like to do with previous (missed) events? Well, I want to mark them as completed, but not in consecutive order from oldest to newest - that's why I want to be able to access/modify/complete them in **any** order.

Re: access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Mark Barton
 > On Sep 25, 2022, at 5:44 AM, Saša Janiška wrote: > > When looking for some solution I've stumbled upon this (old) post > https://karl-voit.at/2017/01/15/org-clone-subtree-with-time-shift/ which > utilizes *org-clone-subtree-with-time-shift*. I also use this method for some of my

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2022-09-25 Thread Bastien
Hi Christopher, "Christopher M. Miles" writes: > Thanks, Bastien. (I know you sent a patch and I'll review it, no worry!) >> Would you consider taking over the maintainance of ob-clojure.el? > > Thanks for invitation, I already maintained many org-mode related > libraries. Even though clojure

Re: access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Fraga, Eric
On Sunday, 25 Sep 2022 at 14:16, Saša Janiška wrote: > Now I wonder if there is some other/better solution that has possibly > popped up in the meantime? I use subtree cloning to create most repeating events but, for those that I simply have a repeating timestamp, I guess I've never had a reason

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2022-09-25 Thread Christopher M. Miles
Bastien writes: > Hi Daniel, > > Daniel Kraus writes: > >> Attached is the patch changed the logic to use a temp file with >> org-babel-eval. > > Applied in main as 764642f5, thanks a lot and sorry for the delay. > > I also added you to https://orgmode.org/worg/contributors.html. > > Would you

Re: [PATCH] ob-clojure.el: Add support for babashka and nbb backend

2022-09-25 Thread Christopher M. Miles
Bastien writes: > Hi Daniel, > > Daniel Kraus writes: > >> Attached is the patch changed the logic to use a temp file with >> org-babel-eval. > > Applied in main as 764642f5, thanks a lot and sorry for the delay. > > I also added you to https://orgmode.org/worg/contributors.html. > Thanks,

Re: IM dev discussions? (was: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done)

2022-09-25 Thread Russell Adams
On Sun, Sep 25, 2022 at 11:36:46AM +0800, Ihor Radchenko wrote: > Jean Louis writes: > > > For IRC, there are ways to record history, and I am sure that > > such history may be recorded with referencable hyperlinks. > > > > Look at this example from Guix IRC channel: > >

Re: [PATCH] Add .org suffixes to CONTRIBUTE and README

2022-09-25 Thread Christopher M. Miles
Bastien writes: > I'm considering apply the patch below, renaming CONTRIBUTE to > CONTRIBUTE.org and README to README.org. > > The main benefit is to enhance the rendering of the README on > GNU ELPA. > > I also do some minor reformatting and remove the warning about > org-contrib. > > Any

Re: org-assert-version considered harmful

2022-09-25 Thread Bastien
Ihor Radchenko writes: > One valid option is 9.6-pre Let's go for this one. I've add a note about our conventions for the ;; Version header in https://orgmode.org/worg/org-maintenance.html -- Bastien

Re: org-assert-version considered harmful

2022-09-25 Thread Bastien
Ihor Radchenko writes: > Also, they are used by Makefile to generate orgcard.tex > We need to be careful in this area. Yes... > Note that in > Org mode version 9.6 (release_9.5.5-830-g77f9e1 @ [load-path]) > > release_9.5.5 while version is 9.6 > I feel like you missed this detail. Yes I did

Re: org-assert-version considered harmful

2022-09-25 Thread Ihor Radchenko
Bastien writes: >> The code I quoted explicitly removes the "-dev" part. Would you prefer >> to keep it? > > Yes, let's keep it, otherwise (org-release) reads like a lie. > > Why is it necessary to emit org-version.el? > > We could have (defun org-version ...) and (defun org-git-version ...) >

access to specific instance(s) of past recurring event(s)

2022-09-25 Thread Saša Janiška
Hello, I do use org-mode for many things, but for the task management itself was still depending on Taskwarrior despite its poor support for recurring events. However, after settling to more Emacs-powered packages, I'd like to replace Taskwarrior with org-mode... One useful feature of

Re: IM dev discussions?

2022-09-25 Thread Fraga, Eric
On Sunday, 25 Sep 2022 at 18:53, Timothy wrote: >> It’s good to be able to connect to Matrix via Emacs: I will try this >> myself soon. > > I haven’t tried this myself yet, but it sounds quite promising! I’d be > interested to hear how you find it. (ement.el) Working quite well. Rapid

Re: org-assert-version considered harmful

2022-09-25 Thread Ihor Radchenko
Bastien writes: >> The code I quoted explicitly removes the "-dev" part. Would you prefer >> to keep it? > > Yes, let's keep it, otherwise (org-release) reads like a lie. Note that 9.6-dev is not a valid package version string. See `version-to-list'. One valid option is 9.6-pre -- Ihor

Re: [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-25 Thread Juan Manuel Macías
Ihor Radchenko writes: >>> #+ATTR_BACKEND: :export_template "can also work on non-headings" >>> Paragraph. >> >> In this case I would not see it necessary, IMHO. For simple things (of >> the begin/end style) there are the special blocks. And for more complex >> pre- and/or post- code we have

Re: IM dev discussions?

2022-09-25 Thread Timothy
Hi Bastien, Just one quick comment on a certain part of your email. > I expect potential candidates to be okay with the GNU recommendation of trying > to avoid GitHub for ethical reasons and to be fine with working by email, the > old way. Both these things may not come together, or at the same

Re: org-assert-version considered harmful

2022-09-25 Thread Bastien
Ihor Radchenko writes: > I think that it will still be useful. In particular, consider major new > feature development. We may take a longer delay between releases then. Yes. > The code I quoted explicitly removes the "-dev" part. Would you prefer > to keep it? Yes, let's keep it, otherwise

Re: org-assert-version considered harmful

2022-09-25 Thread Ihor Radchenko
Bastien writes: > Ihor Radchenko writes: > >> org-git-version is very useful when people report bugs. >> M-x org-submit-bug-report supplies org-git-version output for bug >> subject. Thus, we can easily check which git commit their build >> corresponds to. > > Let's keep `org-git-version'. If

Re: Opening of links

2022-09-25 Thread Max Nikulin
On 24/09/2022 18:49, Max Nikulin wrote: On 23/09/2022 21:49, Guillaume MULLER wrote: - My OS settings are configured so that PDFs are opened in Evince. I configured this with "xfce4-settings-manager > Default Applications" (which runs "xfce4-mime-settings" under the hood) and it can be

Re: IM dev discussions?

2022-09-25 Thread Bastien
Ihor Radchenko writes: > Familiarity is important. I agree with all what you said. > Ideally, it would be nice to > have ML front-end that looks similar to GitHub issues. I recall the > latest versions of mailman had somewhat familiar look. Sourcehut is also > trying to implement a web-based

Re: IM dev discussions?

2022-09-25 Thread Timothy
Hi Bastien, > I’m all for places where people can freely discuss anything related to > Org. There are already many such places: #org-mode and #org-mode-fr > on IRC, r/org-mode on reddit.com, stackoverflow.com, etc. Yep, but I do think it’s good to have a few promoted places, ideally based on

Re: IM dev discussions?

2022-09-25 Thread Ihor Radchenko
Bastien writes: > Tim Cross writes: > >> FB is what their parents use and email is what their >> grandparents use! > > So true, but quite painful to read on a mailing list ;) Then how should Timothy feel? :)

Re: IM dev discussions?

2022-09-25 Thread Bastien
Hi Timothy, Timothy writes: > Doing something similar for Org development is an interesting idea. Something > similar probably could be set up with the Org room, or a dedicated Org-dev > room > (I’m aware of Bastien’s thoughts on wanting development and help to not be > separated, but while I

Re: IM dev discussions?

2022-09-25 Thread Bastien
Tim Cross writes: > FB is what their parents use and email is what their > grandparents use! So true, but quite painful to read on a mailing list ;) -- Bastien

Re: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done

2022-09-25 Thread Bastien
Ihor Radchenko writes: > So, we may create a badge with an icon representing src code (maybe > " | source code"?) that will point to > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/ +1 -- Bastien

Re: orgmode.org welcome page says to install via MELPA but as writing, this cannot be done

2022-09-25 Thread Bastien
Hi Timothy, Timothy writes: >> IMHO if someone with UX/UI experience can/wants to interview real Org >> newcomers, that will help us a lot for deciding about such tiny changes. > > Unfortunately, it can be quite hard to find such people on the ML etc. (funny > about that ). I'm copying

Re: [PATCH] Add .org suffixes to CONTRIBUTE and README

2022-09-25 Thread Timothy
Hi Bastien, > I’m considering apply the patch below, renaming CONTRIBUTE to > CONTRIBUTE.org and README to README.org. I’ve actually been thinking “why don’t we add .org?” for a while now, so I’d be glad to see this changed. The other changes you’ve made all look sensible to me . All the

Re: org-assert-version considered harmful

2022-09-25 Thread Bastien
Ihor Radchenko writes: > org-git-version is very useful when people report bugs. > M-x org-submit-bug-report supplies org-git-version output for bug > subject. Thus, we can easily check which git commit their build > corresponds to. Let's keep `org-git-version'. If we manage to release Org

[PATCH] Add .org suffixes to CONTRIBUTE and README

2022-09-25 Thread Bastien
I'm considering apply the patch below, renaming CONTRIBUTE to CONTRIBUTE.org and README to README.org. The main benefit is to enhance the rendering of the README on GNU ELPA. I also do some minor reformatting and remove the warning about org-contrib. Any objection? diff --git a/CONTRIBUTE

Re: org-assert-version considered harmful

2022-09-25 Thread Ihor Radchenko
Bastien writes: >> Should we use the next planned release version number on main branch as >> a convention? > > I'd rather use the value set in the ";; Version:" header. > > It is "9.5.5" in the bugfix branch and "9.6-dev" on the main branch. Makes sense. > I'm not even sure we should keep

Re: org-assert-version considered harmful

2022-09-25 Thread Bastien
Ihor Radchenko writes: > Currently, main and bugfix branches both have (org-version) ; => "9.5.5" > As a result, the assertion will not catch the important case when users > mix Org version installed via package.el and Org version installed from > git. > > Should we use the next planned release

Re: Org Syntax Specification

2022-09-25 Thread Bastien
Hi Timothy, I'm late to the party, but *thanks* for these important improvements on the https://orgmode.org/worg/dev/org-syntax.html page! A few suggestions: - Make it a description of the syntax of the latest stable Org. (For now let's consider 9.6 to be the latest stable as we are working

Re: [PATCH] ox-html.el: Fix DTD typo

2022-09-25 Thread Ihor Radchenko
Ihor Radchenko writes: > rapun...@disroot.org writes: > >> From: Giovanni Alfredo Garciliano Díaz >> >> * lisp/ox-html.el (org-html-doctype-alist): Fix system identifier for XHTML >> 1.1 DTD >> >> Right DTDs are listed on https://www.w3.org/QA/2002/04/valid-dtd-list.html >> >> TINYCHANGE

Re: Numbered footnotes in the manual interfere with diff

2022-09-25 Thread Bastien
Ihor Radchenko writes: > Do you have any suggestion on how to deal with changing footnotes in the > manual? When I delete this footnote, all the footnotes must be > re-numbered creating a lot of garbage in the diff. Is it ok? Or should > we prefer inline footnote definitions in the manual to

Re: [BUG] Nitpick: https://liberapay.com/org-mode/ says "Org-mode" while our convention is to use "Org mode" [9.5.5 (release_9.5.5-827-g3b0c4a @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-09-25 Thread Bastien
Ihor Radchenko writes: > s/Org-mode/Org mode Done, thanks! -- Bastien

Numbered footnotes in the manual interfere with diff (was: Dates in headlines)

2022-09-25 Thread Ihor Radchenko
Ihor Radchenko writes: >> https://orgmode.org/manual/Handling-Links.html#FOOT28 > > Unless I miss something, this footnote is plain wrong. The timestamps > are not removed. At least not when I run M-x org-store-link on a > headline with timestamp with emacs -Q. I think we should just remove

Re: [PATCH] Re: Org Publish HTML and PDF With GPG Files

2022-09-25 Thread Ihor Radchenko
Ihor Radchenko writes: > Subject: [PATCH] ox-publish: Allow linking to encrypted Org files > Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f99902ecdfa4357035fb04f44b3baa8cec260530 -- Ihor Radchenko, Org mode contributor, Learn more about Org mode at

Re: [BUG] org-html-mathjax-options docstring [9.5.1 (release_9.5.1-11-g96d91b @ /emacs-28.0.90/lisp/org/)]

2022-09-25 Thread Ihor Radchenko
Y. E. via "General discussions about Org-mode." writes: > It seems the docstring of org-html-mathjax-options may need to be > updated. Thanks for reporting! Fixed. See https://list.orgmode.org/orgmode/87h71xuhdw.fsf@localhost/ -- Ihor Radchenko, Org mode contributor, Learn more about Org

[BUG] Nitpick: https://liberapay.com/org-mode/ says "Org-mode" while our convention is to use "Org mode" [9.5.5 (release_9.5.5-827-g3b0c4a @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-09-25 Thread Ihor Radchenko
Hi, According to doc/Documentation_Standards.org > - Prefer "Org mode" to "Org-mode" or "org-mode". This is simply because > it reflects an existing convention in [[info:emacs:Top][The Emacs > Manual]] which consistently documents mode names in this form - "Text > mode", "Outline mode",

Re: Babel C-mode corrupts double-quoted strings in output

2022-09-25 Thread Ihor Radchenko
tbanelwebmin writes: > This fix in ob-C.el passes all unit tests, as well as Martin's example, and > some other examples. > > If someone get a regression, please tell me! > In a few days, I will commit. > > The fix: in ob-C.el line 185, change: >   (org-babel-read results t) > to: >   results

Re: [ANN] An Org parser for Julia

2022-09-25 Thread Bastien
Hi Timothy, Timothy writes: > https://github.com/tecosaur/OrgMode.jl Great! I advertized this new parser on Worg: https://orgmode.org/worg/org-tools/index.html Thanks! -- Bastien

Re: svg file from tikz picture

2022-09-25 Thread Ihor Radchenko
Akira Kyle writes: > I've been using the attached patch for the last few years and I've meaning to > send it here/start a discussion about ob-latex.el since I used it pretty much > daily to write tikz figures in org mode. So I'm glad to see this discussion > has been started! > > I've found

Re: [Translation] Add Persian/Farsi to org-export

2022-09-25 Thread Bastien
Hi Sajad, Sorry it took long to review and apply this. Sajad Hosseini Balef writes: > lisp/ox.el: Add Persian/Farsi to org-export Applied on the main branch as 36c27f11d. I also added your name to https://orgmode.org/worg/contributors.html. If you want to submit other patches, please fill

Re: [External] : Re: strange errors with org-element-cache-reset and jit-lock-function void-variable org-element-citation-prefix-re

2022-09-25 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> I am leaning towards removing `this-command' check, unless there are >> important reasons to keep it. > > Yes, please go ahead. Done. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3b0c4ad20794ecfb6557900897179718cc812786