export large cells in tables to odt and latex: list-->tables: org-mode-ox-odt

2021-07-12 Thread Uwe Brauer
Hi Recently I had to deal with tables with large cells. Googling around the best solution I found is https://github.com/kjambunathan/org-mode-ox-odt It even allows to export to latex, besides odt. Works like charm. Besides its amazing features I have to add that the author was extremely

Re: Enhancement: M-x (+lag+) command

2021-07-12 Thread Eric S Fraga
I see this sometimes with exwm, especially if I have many X windows being managed by exwm. I haven't managed to identify the root cause, mind you, but I don't think it's org mode related. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-579-gfdb98a : Latest paper written in org:

Re: org-mode export to (latex) PDF

2021-07-12 Thread Eric S Fraga
On Monday, 12 Jul 2021 at 13:09, Tim Cross wrote: > I also use a couple of templates via either company or yasnipet which > I use for some org documents which have a 'standard' outline and > header setup. The autoinsert package (built-in) is quite useful here as well. I have a skeleton org file

Re: export large cells in tables to odt and latex: list-->tables: org-mode-ox-odt

2021-07-12 Thread Eric S Fraga
On Monday, 12 Jul 2021 at 09:22, Uwe Brauer wrote: > I am deeply impressed and can only wholeheartedly recommend this > package. Before you invest too much effort in this fork of org mode, you may wish to search the org mode mailing list archives regarding this person, ox-odt, and org mode

Re: A requires/provides approach to linking source code blocks

2021-07-12 Thread Alexander Adolf
> On 9. Jul 2021, at 19:01, autofrettage wrote: > > Tim wrote: >> This could just be me, but recently, I'm becoming very concerned >> about the growth of additional features and options in org mode. > > Count me in. I have been mostly been hanging around in the shadows, but this > is serious

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

2021-07-12 Thread Maxim Nikulin
On 11/07/2021 23:00, Ihor Radchenko wrote: Maxim Nikulin writes: Ihor, did you get that numbers using emacs -Q? If not, I suspect you may have twice more markers in the buffer than `org-refile-get-targets' usually generates. If my guess is correct it may be necessary to file a bug that org-ql

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-12 Thread Bhavin Gandhi
On Sun, 11 Jul 2021 at 06:59, Ihor Radchenko wrote: > You are right. I believe that I fixed the breakage in the attached > patch. Also, I noticed that c67037 did not fix the original bug when > state change requests interactive note. Thanks! I tested your latest patch, and it is fixing both the

[PATCH] be more cautious when setting csl etc dir location

2021-07-12 Thread Timothy
Hello, It's come to my attention that the current value of org-cite-ctl--etc-dir is problematic for anyone managing Org with package.el or straight. This patch adds a check to see if the initial location actually exists, if it doesn't we try the expected location when using package.el/straight.

Re: [PATCH] be more cautious when setting csl etc dir location

2021-07-12 Thread Bruce D'Arcus
FWIW, I ran into this issue. After installing org, oc-csl looks in the wrong path for the etc files. On Mon, Jul 12, 2021 at 2:07 PM Timothy wrote: > > Hello, > > It's come to my attention that the current value of > org-cite-ctl--etc-dir is problematic for anyone managing Org with > package.el

HELM: M-x (+lag+) command

2021-07-12 Thread Ypo
You are right. It's the HELM buffer what takes some time to listen to me, and meanwhile my pulsations go to the text buffer where I was. Thanks. El 12/07/2021 a las 18:00, emacs-orgmode-requ...@gnu.org escribió: This does not sound like typical behaviour. The first thing which needs to be

Re: Bug: Unexpected behavior marking recurring tasks as DONE

2021-07-12 Thread Allen Li
On Fri, Jul 9, 2021 at 7:49 AM Alan Ristow wrote: > On 7/8/21 8:19 PM, Bhavin Gandhi wrote: > >>> Second, if I bulk-process a habit via org-agenda-bulk-action, the task > >>> is simply marked DONE. Bot the recurrence and the LAST_REPEAT field > >>> are ignored, but the time stamp is only entered

conditionally add heading to tree on export

2021-07-12 Thread Matt Price
Hi everyone, Now that org-cite is working (!!!), I am incrementally updating all my lecture slides to use proper citations. This is mostly quite simple, but I find that in the rush before class I am often forgetting to add a new slide with *both* the #+print_bibliography: line that will

Re: HELM: M-x (+lag+) command

2021-07-12 Thread Tim Cross
Ypo writes: > You are right. It's the HELM buffer what takes some time to listen to me, and > meanwhile my pulsations go to the text buffer where I was. > > Thanks. > > El 12/07/2021 a las 18:00, emacs-orgmode-requ...@gnu.org escribió: > > This does not sound like typical behaviour. The

Re: [PATCH] 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-12 Thread Carlo Tambuatco
Newbie question: what command do I use to apply the patch…? > On Jul 12, 2021, at 1:50 PM, Bhavin Gandhi wrote: > > On Sun, 11 Jul 2021 at 06:59, Ihor Radchenko wrote: >> You are right. I believe that I fixed the breakage in the attached >> patch. Also, I noticed that c67037 did not fix the

Re: Ability to hide / collapse in-buffer settings?

2021-07-12 Thread Matthew Twomey
Just closing the loop on this for anyone that follows in the future. I worked out a solution for this, which allows me to keep these setting in drawers, but temporarily "unpacks" the draws to just their contents before painting images or exporting: ### (defun unpack-image-drawers ( r)