Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Ihor Radchenko
And yet another update fixing a typo in previous patch. Sorry >From 89a60d654663b68f1c149fb3341a50191027f45e Mon Sep 17 00:00:00 2001 Message-Id: <89a60d654663b68f1c149fb3341a50191027f45e.1625983004.git.yanta...@gmail.com> From: Ihor Radchenko Date: Sat, 10 Jul 2021 21:43:44 +0800 Subject:

Re: Feature request: in org html export, option to disable id & class properties.

2021-07-10 Thread Zachary Kanfer
That is an interesting exporter. Is it actually part of orgmode? I don't see it in the org repository. I don't want to rely on downloading something from an archived repository that won't get bugfixes. On Sat, Jul 10, 2021 at 3:41 AM András Simonyi wrote: > Hello, > I'm not really familiar with

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Ihor Radchenko
Updating the patch with relevant new test >From 5b89c95318a38df9f0a6706b6eb5320baafbd4d8 Mon Sep 17 00:00:00 2001 Message-Id: <5b89c95318a38df9f0a6706b6eb5320baafbd4d8.1625981997.git.yanta...@gmail.com> From: Ihor Radchenko Date: Sat, 10 Jul 2021 21:43:44 +0800 Subject: [PATCH] Fix duplicate

org-mode linter for BNF? (was Re: Concerns about community contributor support)

2021-07-10 Thread trx2358-gitter
Hi there, I'm new to this mailing list and I'm sure I'm not caught up on discussions on using a BNF for org-mode. I have seen Gustav Wilkstroem's warning about the difficulties involved. I wonder if I might propose (what

Re: [PATCH] ob-R output file with graphics parameter

2021-07-10 Thread Berry, Charles
Jack, I will be going offline for a week or so, so I will have to defer more discussion. I know that `silent' silences an unwanted file link. And there are a few other ways to do this. So, if it is determined to proceed, adding an implicit `file' will not prohibit uses in which it was not

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Ihor Radchenko
Bhavin Gandhi writes: > Thank you! I tried the patch, but the original bug[1] which the commit > `c67037' tried to fix, gets introduced again. Basically, > `org-agenda-undo' just removes the logbook entry and the scheduled date > remains new. You are right. I believe that I fixed the breakage

Re: [PATCH] ob-R output file with graphics parameter

2021-07-10 Thread Jack Kamm
Hi Chuck, > If you modify the ECM to change `:exports results' to `:exports > none' and clean older fig[12].png's from the directory, the export > fails. Thanks for this example. I had mistakenly thought that code blocks with ":exports none" would be evaluated for side effects, but you are

[oc] use-package config question

2021-07-10 Thread Bruce D'Arcus
As I'm trying to put together a PR for the doom module for adding org-cite support [1], I'm realizing I really don't understand use-package very well. Could someone with some expertise in this area recommend how I do the following? Load org-cite and it's associated packages (oc-basic, oc-natbib,

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
Hi Jonathan, Jonathan McHugh writes: > I recall there was momentum re exporting to Context from Orgmode, hopefully a > solid implementation is available. It seems that a member of this mailing list, Jason Ross, is working on a ConTeXt backend for org:

Re: org-mode export to (latex) PDF

2021-07-10 Thread Jonathan McHugh
Hi Jean-Christophe, I have heard positive things with regards to the document management system, Context, for handling non Latin characters. It may be worth considering as an alternative to Latex. I recall there was momentum re exporting to Context from Orgmode, hopefully a solid

Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-07-10 Thread Jonathan McHugh
Hi Rodrigo, Regarding the problem of large content volumes and unique identifiers I thought Id CC Jean Marc Louis. He has been building an Emacs approach to Hyperscope and has been considering this facet (and others). => https://hyperscope.link/ Perhaps he may have some input? Jonathan

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
Tim Cross writes: > Just FYI for those who don't know, you can use the org-latex-classes > variable to define your own pseudo document classes, possibly using the > DEFAULT_PACKAGES, PACKAGES, EXTRA_PACKAGES macros and other latex > settings. So for example, you can add the babel or other

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Bhavin Gandhi
Hello Ihor, On Sat, 10 Jul 2021 at 19:18, Ihor Radchenko wrote: > The breakage was introduced in commit c67037: > > [c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo > behavior when logging (not adding note) > > The fix is attached. Thank you! I tried the patch, but the

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Gustavo Barros
Hi Ihor, On Sat, 10 Jul 2021 at 10:48, Ihor Radchenko wrote: The breakage was introduced in commit c67037: [c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo behavior when logging (not adding note) The fix is attached. Thank you very much! Best, Gustavo.

Re: org-mode export to (latex) PDF

2021-07-10 Thread Stefan Nobis
Maxim Nikulin writes: > (add-to-list 'org-latex-inputenc-alist '("utf8" . "utf8x")) Do not do this. Both, utf8x and ucs, are obsolete and deprecated for quite some time. For proper unicode support, switch from pdflatex to lualatex or xelatex. With these newer backends (and proper adjustments

Re: org-mode export to (latex) PDF

2021-07-10 Thread Maxim Nikulin
On 10/07/2021 20:52, Juan Manuel Macías wrote: I agree with you that Org should have multilingual support. A few months ago I started this thread here, with some proposals: https://orgmode.org/list/87o8d95pvo@posteo.net/ I tried to draw more attention to support of locale-aware formatting

[BUG] org-goto slows down org-set-property

2021-07-10 Thread Maxim Nikulin
It is rather annoying that C-c C-x p `org-set-property' may be quite slow if a file is large enough. (I do not consider it huge however.) There is noticeable delay before the prompt for property name appears in minibuffer. Accidentally I have noticed that sometimes it is fast. Problem appears

Re: org-mode export to (latex) PDF

2021-07-10 Thread Tim Cross
Juan Manuel Macías writes: > Hi Jean-Christophe, > > Jean-Christophe Helary writes: > >> I had given up on Latex because mixing languages sounded like a huge >> pain in the butt but I see that without some org-level infrastructure >> it is not possible to achieve much when exporting to

Re: org-mode export to (latex) PDF

2021-07-10 Thread Jean-Christophe Helary
> On Jul 10, 2021, at 23:38, Juan Manuel Macías wrote: > > Hi Jean-Christophe, > > Jean-Christophe Helary writes: > >> I had given up on Latex because mixing languages sounded like a huge >> pain in the butt but I see that without some org-level infrastructure >> it is not possible to

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
Hi Jean-Christophe, Jean-Christophe Helary writes: > I had given up on Latex because mixing languages sounded like a huge > pain in the butt but I see that without some org-level infrastructure > it is not possible to achieve much when exporting to Latex/PDF (unless > I missed something). Well,

Re: [PATCH] extra space at the end of lines in source

2021-07-10 Thread Greg Minshall
hi. i don't know who might merge Sébastien Miquel's fix into the source code, but i'd be a promoter of this happening whenever it's convenient. cheers, Greg Sébastien Miquel wrote: > Greg Minshall writes: > > thanks. my trivial test shows this works*except* in the particular > > case where,

Re: org-mode export to (latex) PDF

2021-07-10 Thread Jean-Christophe Helary
> On Jul 10, 2021, at 22:52, Juan Manuel Macías wrote: > > Hi Jean-Christophe, > > Jean-Christophe Helary writes: > >> I guess it is an issue with the Latex backend and could have been solved >> with the proper Latex settings, but it seems weird that the default settings >> do not allow

Re: org-mode export to (latex) PDF

2021-07-10 Thread Juan Manuel Macías
Hi Jean-Christophe, Jean-Christophe Helary writes: > I guess it is an issue with the Latex backend and could have been solved with > the proper Latex settings, but it seems weird that the default settings do > not allow for out-of-the-box multilingual support. I agree with you that Org should

[PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-07-10 Thread Ihor Radchenko
Bhavin Gandhi writes: > I was able to reproduce this, and here are my findings as well as a > reproducible configuration with only a few settings. The breakage was introduced in commit c67037: [c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agenda-todo' undo behavior when logging (not

org-mode export to (latex) PDF

2021-07-10 Thread Jean-Christophe Helary
I was busy last year going back to school and I wrote a research paper for my first year of master almost entirely in org-mode. My workflow was trivial: - write in org-mode - enter the bibliography with Zotero - export to ODT and open in NeoOffice - modify in NeoOffice - deliver At first, I

Re: [WDYT] org-attach-sync better remove an empty attachment directory?

2021-07-10 Thread Colin Baxter
> Marco Wahl writes: > Colin Baxter writes: >>> Tim Cross writes: >> > We could introduce multiple possibilities to choose from. >> >>> >> >>> 1. Ask in case of an empty directory if it should be deleted. >> >>> 2. Don't ask. Don't touch an empty

Re: [PATCH] [BUG] Bad fontification in full displayed links

2021-07-10 Thread Juan Manuel Macías
Hi Ihor, Ihor Radchenko writes: > Why not just (add-face-text-property start end face-property)? You are right, I think that solution is much simpler. I attach a new patch and I have included your name in the commit message, for the suggestion. Thanks! Best regards, Juan Manuel >From

[a very different solution] (was: convert subtree or nested list to table)

2021-07-10 Thread Uwe Brauer
>>> "MP" == Matt Price writes: > I have to write a number of text-heavy documents which need to be delivered > as tables with wrapped paragraphs in most cells. Working directly in table > format is pretty arduous and uncomfortable. Has anyone ever written a > function to accept a list or

[bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-07-10 Thread Rodrigo Morales
* The issue When setting org-id-link-to-org-use-id to t, an :ID: property is created for each headline that contain at least one code block that is tangled. * Reproducing this issue 1. Start emacs -Q 2. Open a "*.org" file at a location where you have write permissions (this is because,

Re: [PATCH] ob-R output file with graphics parameter

2021-07-10 Thread Jeremie Juste

Re: Feature request: in org html export, option to disable id & class properties.

2021-07-10 Thread András Simonyi
Hello, I'm not really familiar with the internals of the built-in html exporter but the slimhtml exporter [https://github.com/balddotcat/ox-slimhtml] might be closer to what you're looking for. best regards, András On Sat, 10 Jul 2021 at 09:08, Zachary Kanfer wrote: > > When I export this

Feature request: in org html export, option to disable id & class properties.

2021-07-10 Thread Zachary Kanfer
When I export this sample org file: * top-level header ** and here we have #2 The body of the generated html has this content: top-level header and here we have #2 I would prefer the html to not have these id or class properties; something like