Git repository status

2021-09-19 Thread Yasushi SHOJI
Hi, It seems like we are transitioning from code.orgmode.org to git.savannah.gnu.org, but still not synced? Which branch, gnu.org/main or orgmode.org/master, should I make patches against? Best, -- yashi

Re: publishing: no default publishing function, or symbol is not defined

2021-09-19 Thread Yasushi SHOJI
Hi Chris, On Sun, Jun 20, 2021 at 3:30 AM Christopher W. Ryan via General discussions about Org-mode. wrote: > But is there not a default publishing action, that requires no explicit > :publishing-function statement? This part of the documentation says > there is: > > https://orgmode.org/manual/P

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-09-19 Thread Timothy
Hi Ihor, I’ve just read through your description, and this sounds very promising! Many thanks for going to the effort of tracking down this performance issue and /actually making a patch to address it/. As someone who tangles massive literate config this sounds like it could make quite a noticea

Re: [PATCH] Rename headline to heading

2021-09-19 Thread Timothy
Hi André, Sorry that you haven’t heard anything in a while. I’ve been hoping that Bastien or Nicolas might have been able to take a look at this and give their thoughts, but unfortunately judging from their recent activity they both seem to be quite busy as of late. I dream of the day when Org co

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-09-19 Thread Ihor Radchenko
Timothy writes: > p.s. I’m marking this as a patch on the tracker, since it is one :P This is not a real patch. I just separated changes I made in org-element.el. Other changes include cache support across Org code and tests. In total it looks roughly like: 12 files changed, 2584 insertions(+),

Re: Overlining troubles

2021-09-19 Thread Max Nikulin
On 19/09/2021 00:51, Ypo wrote: I use orgmode to read and study directly but I am not able to set up LaTeX preview. So I need something "direct", but I can't renounce to exporting it. For some letters accented characters exist: "ā". Inline LaTeX preview just works for me (Linux), so I can s

Re: Bug: PDF Export of Link fails (emphasis ends inside link target)

2021-09-19 Thread Max Nikulin
On 03/09/2021 21:57, Maxim Nikulin wrote: On 03/09/2021 21:33, Timothy wrote: Perhaps a “fix” could be auto-escaping problematic characters in urls when entering links via `org-insert-link'. [/query/] `org-insert-link' still may detect emphasis markers around

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-09-19 Thread Timothy
Hi Ihor, Thanks for clearing up the nature of your patch-y feature request. >> p.s. I’m marking this as a patch on the tracker, since it is one :P > > This is not a real patch. I just separated changes I made in > org-element.el. Other changes include cache support across Org code and > tests. I

Re: [PATCH] minor typo fix in org-tutorials/org-protocol-custom-handler.org

2021-09-19 Thread Timothy
Marking as applied on updates.orgmode.org.

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-09-19 Thread Ihor Radchenko
Timothy writes: > Ah, I’ve already got a few patches on Org that I’m preparing for sharing on > the > ML, so this may make it a bit harder for me. I’ll let you know how I find it > if > I do give it a go though. My repo is up-to-date with latest master. You should be able to merge without too m

Re: [PATCH] ob-tangle.el: Fix error in org-tangle from org-src edit buffer

2021-09-19 Thread Timothy
Hi Mark, Many thanks for not only tracking down this problem but making a fix and submitting it 🙂. I've just pushed this as 986341b with minor tweaks to the commit message. Mark Dawson writes: > [PATCH] ob-tangle.el: Fix error in org-tangle from org-src edit > buffer > > (org-babel-tangle) :

Re: [PATCH] Various minor docfixes found by checkdoc

2021-09-19 Thread Timothy
Just marking as applied for 🙂.

Re: [PATCH] Fixed lstset where language= wipes out previous definitions

2021-09-19 Thread Timothy
Hi Karl, Thanks for sending in this patch, and sorry it’s taken so long for someone to get back to you. Would you mind explaining the issue here a bit more? I can’t see at a glance how preceding definitions are wiped in the current code. Karl Stump writes: > * ox-latex.el (org-latex-src-block)

Re: [PATCH] ox-ascii.el: Fix justify when `indent-tabs-mode' is non-nil

2021-09-19 Thread Timothy
Hi Morgan, I’ve just taken a look at your patch (it `git am's just fine), since nobody else seems to have had the time to look at your patch as of late. There’s one thing which I now realise completely slipped by me last time — why are tabs bad? Maybe I’m missing something obvious, but exporting

Re: [PATCH] org-cite: define \citeprocitem for LaTeX export

2021-09-19 Thread Timothy
Looks like I forgot to mark this patch as applied on updates.orgmode.org. Let’s just quickly fix that…

Re: [PATCH] Add faces to improve contextuality of agenda views

2021-09-19 Thread Timothy
Hi Protesilaos, Thanks for sending this patch in, and sorry it’s taken a while for you to hear anything back. I see the utility of org-imminent-deadline, but am fairly indifferent about the rest. Hopefully bumping this might prompt some others to give their thoughts on your patch. All the best,

Re: [PATCH] manual: How to refer to tables in other files

2021-09-19 Thread Timothy
Hi William, Thanks for sending in this patch. Documentation improvements are always great to see. I’ve just applied your patch with minor tweaks to the commit message, and the “Nu HTML” bit removed as d700c03 🙂. William Denton writes: > Attached is a very small update to the docs about how to

Re: [PATCH] ox-ascii.el: Fix justify when `indent-tabs-mode' is non-nil

2021-09-19 Thread Morgan Willcock
Timothy writes: > Hi Morgan, > > I’ve just taken a look at your patch (it `git am's just fine), since nobody > else > seems to have had the time to look at your patch as of late. There’s one thing > which I now realise completely slipped by me last time — why are tabs bad? > Maybe I’m missing s

DONE headlines take a different color

2021-09-19 Thread Giovanni Gigante
As per the subject: TODO states mantain the headline color (as expected), but DONE states change it (not expected). As shown in lines 2, 5, 8, 11, 14 of the following screenshot (emacs 27.2 on MacOS launched with -q,  org mode 9.4.4): In the past

[PATCH] ox.el: add smart quotes for Greek

2021-09-19 Thread Juan Manuel Macías
Hi, I attach here a tiny patch to add Greek smart quotes. Finally, I apply the second level quotation marks that Protesilaos Stavrou proposed in this previous thread: https://orgmode.org/list/87o89yv1mz@cnu407c2zx.nsn-intra.net/#r So the quotation marks setting for Greek is exactly the same a

Re: [PATCH] ox-ascii.el: Fix justify when `indent-tabs-mode' is non-nil

2021-09-19 Thread Timothy
Hi Morgan, Thanks for clarifying this. That makes sense to me, and so I’ve just pushed your patch as 3a77e59 🙂, with a slightly tweaked commit message. Thanks for going to the effort of pinpointing and fixing this issue, and your patience in seeing this accepted. Morgan Willcock writes: > It s

Re: Emacs-orgmode Digest, Vol 187, Issue 19

2021-09-19 Thread Ypo
Thanks Max Nikulin Then I think I will behave like grown people and use LaTeX syntax, previewing it on HTML exports, cause it gives no errors compared to the problematic PDF exports. Thanks again, best regards Sep 19, 2021 14:12:15 emacs-orgmode-requ...@gnu.org: > Message: 20 > Date: Sun, 19

Re: publishing: no default publishing function, or symbol is not defined

2021-09-19 Thread Yasushi SHOJI
Hi, I've also added a test case for the default translation function. I'm not sure it's justified to add a new func `org-plist-delete-all` just for this. We can move the function to the test file if we don't need it in org-marcs. -- yashi From 2fdf67b4ddfac97acb2b685957b6e4ca26474fb4

Customizing the agenda item format

2021-09-19 Thread Matt Huszagh
I'm attempting to create a custom agenda, but having a bit of trouble getting this to work in the way that I want. In particular, I'd like to be able to specify the display format for each item. Here's what I've got so far: (setq org-agenda-custom-commands '(("c" "Custom agenda view"

Re: DONE headlines take a different color

2021-09-19 Thread Jim Porter
On 9/19/2021 9:09 AM, Giovanni Gigante wrote: As per the subject: TODO states mantain the headline color (as expected), but DONE states change it (not expected). As shown in lines 2, 5, 8, 11, 14 of the following screenshot (emacs 27.2 on MacOS launched with -q,  org mode 9.4.4): I believe

Extending org-batch-agenda-csv to include location property

2021-09-19 Thread JG
Hi, I've been researching a way to extend the org-batch-agenda-csv command to include a location property from the properties drawer. From what I see in the source code, the fields it creates are all hard-coded: https://github.com/tkf/org-mode/blob/master/lisp/org-agenda.el#L2984-L2985 and I don'

Re: Internal link broken when publishing (was org-id with ox-html)

2021-09-19 Thread chris
On Tuesday, 14 September 2021 18:33:43 CEST Max Nikulin wrote: > As a kind of summary: > > During publishing of a project > - "id:" links to headings from the same file are exported as short > generated anchors like #org032777e or as anchors to custom ids when the > latter are available > - "Searc

Heading toward Org 9.5

2021-09-19 Thread Bastien
Hi all, I'll work on integrating small bug fixes and feature improvements listed on https://updates.orgmode.org during this week, aiming at releasing Org 9.5 over the next week-end. If your patch does not appear on updates.orgmode.org and didn't receive an answer on the list, please send me an e

Switching to new Git repositories

2021-09-19 Thread Bastien
Hi all, from now on, here are the official Org repositories: - org-mode: https://git.savannah.gnu.org/cgit/emacs/org-mode.git - worg: https://git.sr.ht/~bzg/worg - orgweb: https://git.sr.ht/~bzg/orgweb org-contrib will continue to be on https://git.sr.ht/~bzg/org-contrib until it disappears, tha

Re: Git repository status

2021-09-19 Thread Bastien
Hi Yasushi, Yasushi SHOJI writes: > It seems like we are transitioning from code.orgmode.org to > git.savannah.gnu.org, but still not synced? they are sinced manually so far. I just announced that the new repos are the official ones. I will continue to sync the old ones until Org 9.6 is relea

Re: BUG Visibility Cycling with inline tasks

2021-09-19 Thread Ihor Radchenko
Michael Dauer writes: > Stating collapsed, pressing TAB on the heading 2 already shows the issue. Could you describe what is the issue you observe and how it differs from your expectations? I do not see any problem with visibility on my side. Best, Ihor

Re: [kisara.moe] Re: [kisara.moe] Re: [kisara.moe] Re: [kisara.moe] Re: [kisara.moe] Re: Bug: async latex export fails due to post-process lambda [9.4.4 (release_9.4.4-188-ga8df76 @ /home/mohkale/.con

2021-09-19 Thread Sébastien Miquel
Hi, Mohsin Kaleem writes: Hi, just following up. This is still an issue. I can confirm this. I've run into the same issue and fix. Are you using native compilation ? I think this must be the cause, though no one else could reproduce. If I byte compile the function instead, things work. Reg