Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Ihor Radchenko
Timothy writes: >> Let me learn a bit about the different code highlighting options in >> order to understand what you offer. > > Sure. If it’s any help, here’s a comparison example I whipped up: > Timothy, could you please not use 0x0 to share not-so-large images? 0x0

Re: Concatenate properties

2022-05-05 Thread John Kitchin
I believe this is hard coded in org-entry-get-with-inheritance. The fastest option would be an override advice with your own function that replaces (and value " ") with (and value ""), and maybe the two other " " with "". John --- Professor John Kitchin (he/him/his

Concatenate properties

2022-05-05 Thread Tyler Grinn
I'm exporting sub-trees as pdf files for some classes I'm taking: # -*- org-use-property-inheritance: t; -*- * Class A :PROPERTIES: :EXPORT_FILE_NAME: support/Class A :END: ** Assignment 1 :PROPERTIES: :EXPORT_FILE_NAME+: /assignment-1 :END: Some assignment for Class A ** Assi

Re: Citation glitch

2022-05-05 Thread Alan Tyree
Thanks, Bruce. 0.9 is the current version from Melpa-stable and appears to have been released last August. I'll update as you suggest. Cheers, Alan On Thu, 5 May 2022 at 23:32, Bruce D'Arcus wrote: > You don't need citeproc-org, which is deprecated AFAIK. > > Do update citeproc-el. I'm not sure

Re: Recent changes in org-fold regarding emphasize visibility

2022-05-05 Thread Daniel Fleischer
Ihor Radchenko writes: > Fixed on main by d2a459d25 I've tried the commit. I think there are still issues. E.g. given a folded headline * Introduction...| * Section Inserting text at that point will do the following thing depending on `org-fold-catch-invisible-edits': - error : it ins

org-fold documentation

2022-05-05 Thread Vikas Rawal
After upgrading to 9.5.3, I am getting warnings such as this, which I suspect are due to org-fold.et. Warning (comp): org-fold.el:834:27: Warning: Unused lexical variable `org-hide-macro-markers' Disable showing Disable logging Warning (comp): org.el:76:30: Warning: Package cl is deprecated Disabl

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Max Nikulin
On 05/05/2022 22:17, Timothy wrote: Subject: [PATCH 1/4] ox-latex: Refactor `org-latex-src-block' When I was trying to fix an issue with caption, I was not brave enough for massive changes. I do not like the original code of the function. There are some unit tests for exporting of src blocks

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Timothy
> [5. text/x-patch; 0004-ox-latex-Introduce-engraved-code-highlighting.patch]… Ooops, I had some ucommited changes. The correct version is attached. Timothy >From b66c291b1f0d1419742449bcde42bf0c4d620c23 Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 21 Nov 2021 20:04:12 +0800 Subject: [PATCH] ox

Re: Organice with local WebDAV server on PinePhone

2022-05-05 Thread Eric S Fraga
On Wednesday, 4 May 2022 at 20:24, TRS-80 wrote: > I keep thinking that the keyboard is going to be the key[0] to achieving > Emacs / Org Mode editing nirvana on my PinePhone. But I will have let > you know if that's true or not, after it arrives. :) My Planet Computers Gemini (mobile "phone" w

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Timothy
Hi Daniel, > Hi Timothy, thank you very much for your work! Thanks for the kind words 🙂 > Let me learn a bit about the different code highlighting options in > order to understand what you offer. Sure. If it’s any help, here’s a comparison example I whipped up: All th

[Style] Shouldn’t the macros in org-fold-core have (indent 0)

2022-05-05 Thread Anders Johansson
Hi, When looking through the code in org-fold-core (while debugging a tricky problem that seems to be an interaction with org-modern, I may get back to it) I noticed that all the macros that wrap a “body” argument have (indent 1), but I gather that they should have (indent 0), similar to for exampl

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Timothy
Hi Ihor, > Thanks! > Implementing fontification using Emacs capabilities is certainly a step > in the right direction. LaTeX support for fontification has always been > tricky. I’m glad to hear you’re of a similar mind to me with this. > - I tried to test your patch, and it only works partially.

Re: [PATCH v4] org-encode-time compatibility and convenience helper

2022-05-05 Thread Max Nikulin
On 04/05/2022 16:56, Ihor Radchenko wrote: Max Nikulin writes: 1 unexpected results: FAILED test-org-clock/clocktable/ranges Resetting timezone to UTC should be fixed in timestamps generated by a testing helper function. I was disappointed that `mapcar' can not be used with multiple lis

Re: Citation glitch

2022-05-05 Thread Bruce D'Arcus
You don't need citeproc-org, which is deprecated AFAIK. Do update citeproc-el. I'm not sure when he tagged v0.9, but this is the commit that should have fixed it. https://github.com/andras-simonyi/citeproc-el/commit/a702e73dcbd34cbda3a7465cf0cace7529f41dcd If you still have problems, you might r

Re: org-startup-folded does not work with directory local variables

2022-05-05 Thread Max Fujimoto
Thanks for the info, I will look into reporting the issue with the emacs bug-tracker and for now use the per file "STARTUP:" option. thanks again On Wednesday, May 4, 2022, 11:04:42 a.m. EDT, Robert Pluim wrote: > On Wed, 04 May 2022 22:46:56 +0800, Ihor Radchenko > said:

Re: [BUG] - Statistics cookie is part of the org heading title

2022-05-05 Thread Ignacio Casso
I've replied to this email in the original thread about the COMMENT keyword to continue the discussion there, since it may be a little off-topic here. --Ignacio >> Still, I think it might be interesting to compare this topic with the >> one I linked in my reply, >> https://lists.gnu.org/archive

[Some news (nngnorb "UCMgmail")?] (was: [BUG] In recent GNU emacs master org-capture hangs [9.5.3 (release_9.5.3-465-gd7dc62 @ /home/oub/emacs/site-lisp/packages/org/)])

2022-05-05 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> Here is one of the templates >> ("mt" "Tutorias Headings" >> entry (file+headline "~/ALLES/HGs/tex/vorlesungen/Tutorias/tutorias.org" >> "Tutorials") >> "* TODO %^{Task} %T : %:from %:subject %^G\n- From :: %:from\n- Subject :: >> %:su

[BUG] org-complex-heading-regexp should consider COMMENT keywords [9.5.2 (release_9.5.2-25-gaf6f12 @ /home/ignacio/repos/emacs/lisp/org/)]

2022-05-05 Thread Ignacio Casso
This topic was brought up again in https://lists.gnu.org/archive/html/emacs-orgmode/2022-05/msg00058.html, I continue the discussion here: >> Still, I think it might be interesting to compare this topic with the >> one I linked in my reply, >> https://lists.gnu.org/archive/html/emacs-orgmode/202

#4 Org mode profiling meetup on Sat, May 7

2022-05-05 Thread Ihor Radchenko
Dear All, I am continuing my experiment with Org mode meetups and online debugging. Anyone who wants to discuss and/or debug Org-related issues is welcome. If you want to provide improvements to Org, but feel overwhelmed about the contribution process or the vast Org codebase, we can touch on th

Re: coq related error when exporting to latex.

2022-05-05 Thread Ihor Radchenko
abdullah uyu writes: > i get the following error when i try to export to latex: > > org-babel-coq-initiate-session: ‘run-coq’ not defined, load > coq-inferior.el Most likely, ob-coq expects you to have coq major-mode installed. Note that ob-coq is currently not maintained and might be outdated.

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Ihor Radchenko
Timothy writes: > This patchset accomplishes two things: > 1. It refactors the overly large `org-latex-src-block' function, and makes a > few >other improvements to pre-existing code > 2. It adds a new option for exporting code, named (you guessed it!) “engraved” > > What is this new option,

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Daniel Fleischer
Timothy [2022-05-04 Wed 23:59] wrote: > I’ve been fairly busy as of late (hence my recent silence on this ML), > however I have a patchset that’s been in the > works for a while that I’ve finally polished up. Hi Timothy, thank you very much for your work! Let me learn a bit about the different

Re: [PATCH] New LaTeX code export option: engraved

2022-05-05 Thread Daniel Fleischer
Timothy [2022-05-04 Wed 23:59] wrote: > I’ve been fairly busy as of late (hence my recent silence on this ML), > however I have a patchset that’s been in the > works for a while that I’ve finally polished up. Hi Timothy, thank you very much for your work! Let me learn a bit about the different

org-capture problems again, the evil %from, %subject

2022-05-05 Thread Uwe Brauer
Hi I am again facing the problem that org-capture hangs even with my recovered old setting. I investigated it a bit, org-capture is mostly ok, but not for those templates that contain gnus specific commands like %from %subject etc How can I debug this? Regards Uwe Brauer -- I strongly con