2,144 questions
5
votes
1
answer
113
views
Org-lint errors after package updates
After updating my Emacs packages, I've started getting errors like the following when working with Org buffers:
Error from syntax checker org-lint:
Wrong type argument: number-or-marker-p,
#("...
0
votes
0
answers
20
views
Severe slowdown in org-table-recalculate with large tables (Org 9.7.11, Emacs 30.2)
After upgrading to Emacs 30.2 (Org 9.7.11 bundled), recalculating large Org tables (~1500 rows) using `C-c C-c` has become significantly slower compared to previous versions (e.g., Org 9.5).
The ...
1
vote
0
answers
98
views
OrgMode: How to automatically include another org file content (without export or C-c C-c)?
I need to include the content of an org file (or a specific section) into my main org file, similarly to what I do in Obsidian with
![[File#Section]]
I've tried this, but it requires export:
#+...
-1
votes
1
answer
283
views
how to make an org-capture template which generates filename and title properties
I'm trying to write an org-capture-template and supporting functions for it, for a blogging setup that uses individual org files within a specific directory for posts. i want this to work such that I ...
0
votes
0
answers
42
views
How could I tracking job state changes and insert different logbook item into drawer in emacs org-mode?
I want to insert different formats of logbook items in the drawer for different job state changes.
Such as:
When the TODO--> VERY, logbook drawer will insert "[2025-04-27 Sun 15:33](VERY from ...
0
votes
0
answers
50
views
Highlight org-heading depending on the content of its :PROPERTIES:
It would be useful to highlight any org-heading if its :PROPERTIES: block contains property with certain names.
So in my case need visually separate class names from instances (memebers of class) in ...
1
vote
0
answers
52
views
How to preserve MathJax/LaTeX formatting converting from md to org
If I get a mathematical answer from Google Gemini, I can choose copy, then paste it into Emacs. At this point it's presumably markdown, so I save it as somemath.md. When I look at it, it has all the ...
0
votes
0
answers
79
views
Org-Roam Capture templates throwing an error Template needs to specify ‘:target’
I copy pasted a org-capture template for my dailies in org-roam. I googled quite a bit, asked Chat-GPT but cannot figure out why I am getting the same error message all the time. To my understanding ...
0
votes
0
answers
77
views
How to change org-mode time clock logbook format
I am using org-mode to organize my work-related todos and very recently started experimenting with clocking my time spent on todo entries. Having org-log-into-drawer set to t results in an automatic ...
0
votes
0
answers
49
views
How to repeatedly re-import and append only additional content of a (log) file into an Emacs buffer where it can be edited
I'm looking for a way to (repeatedly) append only the additional content of a log-like file to an Emacs buffer. (The file would be the scrollback buffer of a tmux session that's repeatedly exported).
...
1
vote
1
answer
545
views
Howto Generate TOC in Org Mode Documents
For Org Mode, I'm trying to generate a Table of Contents, but can't seem to make any headway. I've looked at the official documentation. Although I suspect this is just for exporting Org documents.
I'...
0
votes
2
answers
114
views
Evaluating a function definition with `C-M-x` versus using a hook
The below functions enable the use of eglot in org jupyter src blocks (after https://github.com/joaotavora/eglot/issues/216#issuecomment-1051931693)
(defun org-babel-edit-prep:jupyter-python (babel-...
0
votes
1
answer
187
views
How to filter out tag groups in org-mode?
I have created a grouptag for my team as follows-
(setq org-tag-alist '((:startgrouptag)
("my_team")
(:grouptags)
(&...
0
votes
0
answers
41
views
Block TODOs following waiting from agenda
I often have TODOs which are not ready to do because I am waiting on input information: I have a TODO keyword called WAITING as a reminder of what exactly I'm waiting for.
Example:
*** PROJECT Report ...
0
votes
1
answer
129
views
How to tangle all source blocks in a subtree?
I would like to tangle both source blocks in foobar for the file specified in the corresponding property, foobar.el. However, I know only of two options neither of which meets the requirement:
C-u ...