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

2024-07-29 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 --git

Re: Any plan to include Org-ql upstream

2024-07-29 Thread Seb g
Ok, I post too quickly. It's already planned on Org-ql side: Sorry. Le 30 juillet 2024 05:32:39 GMT+02:00, Seb g a écrit : >Hello, > >Is there a plan to include org-ql upstream, into org-mode ? > >It is a very good tools to search in org-mode fi

Any plan to include Org-ql upstream

2024-07-29 Thread Seb g
Hello, Is there a plan to include org-ql upstream, into org-mode ? It is a very good tools to search in org-mode files or to build custom tables from org-mode files. Some functions like org-ql-search could become org-search, a main Org-mode search engine. And Org-ql could be used to make Org-

[BUG] org-cancel-repeater fails depending on position of repeater [9.6.15 (release_9.6.15 @ /opt/homebrew/Cellar/emacs-plus@29/29.4/share/emacs/29.4/lisp/org/)]

2024-07-29 Thread solodov
Minimal test file: * test DEADLINE: <2024-08-02 Fri> SCHEDULED: <2024-07-29 Mon +1d> After M-x org-cancel-repeater, repeater is still there: * test DEADLINE: <2024-08-02 Fri> SCHEDULED: <2024-07-29 Mon +1d> Now test with SCHEDULED first: * test SCHEDULED: <2024-07-29 Mon +1d> DEADLINE: <2024-0

Re: [POLL] Bug of Feature? Attack vector via deceiving link abbrevs (was: [ANN] Emergency bugfix release: Org mode 9.7.5)

2024-07-29 Thread Ihor Radchenko
Ihor Radchenko writes: > I am inclined to call this a feature, and leave the current behavior > unchanged, but would like to hear from others first. The responses are all in favor of keeping the existing behavior. No changes. Closed. -- Ihor Radchenko // yantar92, Org mode contributor, Learn m

Re: Properties drawer at buffer/file level

2024-07-29 Thread Sébastien Gendre
"Martin Edström" writes: > Bit off-topic, but I have still not understood what functionality the > file-level drawers actually enable. I suppose dropping support is out > of the question? It seems every other function I write has to have > special-purpose code to handle the case of outline level

Designing with `org-mode?

2024-07-29 Thread Cameron Reape
As the subject says. I’m starting a freelancing business and am wondering if anyone has done any sort of designing in `org-mode, and if so, how? I’m probably going to split my normal .emacs with the new one for design work. Cameron Reape

Re: Properties drawer at buffer/file level

2024-07-29 Thread Martin Edström
That's why the command puts them at the top. That's where it'll work. As for changing it so they can be below the title, a question is how far below? Realize that #+keywords can actually be anywhere in the document, interspersed with body text. We'd at least need something like an `org-end-of

Re: Properties drawer at buffer/file level

2024-07-29 Thread Sébastien Gendre
I get nil. "Martin Edström" writes: > The property drawer has to come first for technical reasons. Just try > manually moving the property drawer beneath the title, then do > > M-: (org-entry-get nil "ID") > > and what do you get? Nil. > > Martin > > On Mon, 29 Jul 2024 18:02:35 +0200,

Re: Properties drawer at buffer/file level

2024-07-29 Thread Martin Edström
The property drawer has to come first for technical reasons. Just try manually moving the property drawer beneath the title, then do M-: (org-entry-get nil "ID") and what do you get? Nil. Martin On Mon, 29 Jul 2024 18:02:35 +0200, Sébastien Gendre wrote: > Hello, > > > If I set a property

Properties drawer at buffer/file level

2024-07-29 Thread Sébastien Gendre
Hello, If I set a property with `(org-set-property)' when the point is at the top of a buffer, before any heading, I got a property drawer inserted at in the first line of the buffer. But if I already have buffer settings, like "#+TITLE:", the property drawer is put before these settings. Is it

Re: Missing first and last numbers of the date when auto-creating checkboxes

2024-07-29 Thread Ihor Radchenko
Sharon Kimble writes: > Enter this - > > === > *** testing > Mary had a little lamb, > its fleece was black as soot, > and everywhere that Mary went, > Its mucky foot it put! > === > > Using any text you want to enter, - then enter manually > > === > - - [ ] blurb one > === > > Then

Re: Missing first and last numbers of the date when auto-creating checkboxes

2024-07-29 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > ** 26 Friday :PROPERTIES: :CREATED: [024-07-28 Sun 08:1] :END: === >>> >>> Thanks for reporting, but may you please provide more details? >>> Ideally, may you exp

org-indent-mode makes set-goal-column behave surprising

2024-07-29 Thread Martin Edström
Hello, pinging back on two old emails that seem related: https://lists.gnu.org/archive/html/emacs-orgmode/2008-01/msg00030.html https://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00654.html A bug that can be reproduced on Emacs -Q: - Open an org file that has subtrees at various levels