[BUG] org-element--cache: parser error [9.5.2 (release_9.5.2-378-g98588e.dirty @ c:/Users/micha/AppData/Roaming/.emacs.d/org-new/org-mode/lisp/)]

2022-02-11 Thread Michael Powe
Hello, This error occurred on startup. I was using my notes.org file earlier today, without error. I think I did subsequently do a 'git pull && make', though. Thanks. mp -- Warning (org-element-cache): org-element--cache: Org parser error in notes.org::10472

Re: Time Based Log Formatting

2022-02-11 Thread George Mauer
If tab doesn't work because tab is bound to a command, you can often insert a literal tab with C-q Tab On Fri, Feb 11, 2022, 14:14 Robert Love wrote: > I use Org Mode to log data while monitoring events. I used YASnippets to > insert time but Org mode flushes every thing left. What I get look

[PATCH] org-manual.org: update and add info for arbitrary :float values

2022-02-11 Thread Juan Manuel MacĂ­as
Hi all, >From the commit: e0bc2b37f :: lisp/ox-latex.el: Allow arbitrary float environments The `t' option for `:float' in tables and images is no longer valid. That is, something like #+ATTR_LaTeX: :float t [[file:foo.jpg]] would create in LaTeX export: \begin{t} \centering \includegraphics[

Time Based Log Formatting

2022-02-11 Thread Robert Love
I use Org Mode to log data while monitoring events. I used YASnippets to insert time but Org mode flushes every thing left. What I get looks like 09:12 All Systems started OK 09:15 Remote system xyzzy reports problems with the framistat cluster. It was restarted with the same configuration 0

Re: [PATCH v5 0/4] ox-texinfo: Define definition commands using description lists

2022-02-11 Thread Jonas Bernoulli
Nicolas Goaziou writes: > Applied. Thank you! We can always revisit the variable name later. Thanks to you too! > Could you provides an ORG-NEWS entry for this? Will do. Cheers, Jonas

[PATCH] fix `org-agenda-new-marker`

2022-02-11 Thread Hu Lucius
In some cases, `org-agenda-buffer` is killed while the symbol itself is still non-nil. `org-agena-new-marker` and anything calls it would ends in a message of "Selecting deleted buffer". This commit simply added an additional test that (buffer-live-p org-agenda-buffer) should also be true.

Re: Request For Approval To Contribute To Org Mode

2022-02-11 Thread Samuel Banya
Hey Bastien, Sounds good! I'll take a look at the current issues to see if there are any low hanging fruit. Also, I'll try looking on the page for any guides for how to submit patches as I have never done anything like that before, but I have seen it done in terms of related emails being sent

Re: Request For Approval To Contribute To Org Mode

2022-02-11 Thread Bastien
Hi Samuel, sorry for the late answer. To contribute to Org, you can send patches to the mailing list: maintainers will review and hopefully accept them. Once you have several patches accepted and are comfortable pushing changes directly to the Org repository, we will consider giving you write