Org headings trigger is code blocks

2024-07-30 Thread the_wurfkreuz
For instance, i have a command that starts with an asterisk, and i want to put it in a source block. However, doing so creates a heading. Shouldn't the code block serve as a clear logical indicator that i don't intend for that line to become a heading? Example: #+BEGIN_SRC * hard nofile 2

[BUG] Org-persist

2024-07-30 Thread Christian Moe
Hi, It seems my org-persist cache has somehow been corrupted so that opening any Org-mode file suddenly causes this odd and severe error: File mode specification error: (wrong-type-argument listp £”6C?’^c) Retyping the above since the characters may turn out wrong: (wrong-type-argument listp

[BUG] ob-gnuplot: Recursive ‘require’ for feature ‘ox’ [9.7.8 (N/A @ /gnu/store/bj2bsz76f14n3vfnkv556s8f1x66m9in-emacs-org-9.7.8/share/emacs/site-lisp/org-9.7.8/)]

2024-07-30 Thread Dr. Arne Babenhauserheide
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Speedup on large file after reconfiguring whitespace-mode

2024-07-30 Thread Fraga, Eric
Thank you. Very helpful to know. The other culprit, for me, is the presence of long tables. I've learned to hide any headline which includes such tables to help with performance. -- : Eric S Fraga, with org 9.7.8-7f2ce8 in Emacs 31.0.50

Speedup on large file after reconfiguring whitespace-mode

2024-07-30 Thread Russell Adams
I wanted to let others know about my recent experience tuning Org. I'm on Emacs 29.3 with Org 9.7-pre from git. I have a large file, 5MB, 134k lines, 4k example blocks, 1200 inline images, 6500 timestamps. It grows rapidly as I use it for customer support at a very active customer. I do try to

Re: Designing with `org-mode?

2024-07-30 Thread Rudolf Adamkovič
Cameron Reape writes: Hi Cameron! > ... any sort of designing in `org-mode, and if so, how? A long-time freelancer here. I use Org mode for almost all of my design work, where "design" is defined as "thinking ideas through, typically before implementing them". I design APIs, UIs, algorithms,

Re: PATCH: Add tip to integrate spellchecking with #+LANGUAGE:

2024-07-30 Thread Pedro Andres Aranda Gutierrez
Hi, put his on hold FTMB, please. I don't yet understand why I get 'en' regardless the language I state in org 9.7.x However, "evaluating" #+LANGUAGE: at startup may be a nice feature for the future, in the sense of reducing the amount of lines to setup Emacs for a specific document. Best, /PA

PATCH: Add tip to integrate spellchecking with #+LANGUAGE:

2024-07-30 Thread Pedro A. Aranda
 doc/org-manual.org: Add tip to integrate spellchecking with #+LANGUAGE: * doc/org-manual.org: Show how to watch ~org-export-default-language~ in your ELISP code to automatically adjust your spell-checker. ---  doc/org-manual.org | 12  1 file changed, 12 insertions(+) diff