Re: Bug: Off-by-one when archiving to top level date [9.3.6 (9.3.6-17-g389288-elpa @ /home/charlestam/.emacs.d/elpa/org-20200224/)]

2020-11-11 Thread Kyle Meyer
Charles Tam writes: > Wow it's been a while. Sorry I dropped this! > > To reproduce the bug, open the following content in `emacs -q` and run > org-archive-subtree on the TEST ITEM: > > #+COMMENT: Local Variables: > #+COMMENT: mode: org > #+COMMENT: org-archive-location: "::datetree/" >

Re: manual omission - effort command in agenda remote editing section

2020-11-11 Thread Kyle Meyer
Ian Garmaise writes: > The following command is missing from section 11.5, Commands in the Agenda > Buffer, Remote editing commands > > C-c C-x e or short e (org-set-effort) Thanks for catching that. Added in f6cf6bb6e.

Re: Thoughts on the standardization of Org

2020-11-11 Thread Greg Minshall
Jean Louis, > Like alias cat='sequence off; cat' something like that > > Somebody already mentioned there is cat -v to show nonprinting > characters with notation ^- and M- so that may be the solution and I > may be wrong there. yes, 'cat -v' will do it for you. (or, i'd like to know if i've

Re: Missing argument in org-reset-checkbox-state-subtree?

2020-11-11 Thread Kyle Meyer
Bob Wilson writes: > I’m writing about a possible bug in > org-reset-checkbox-state-subtree. This function calls > org-update-checkbox-count-maybe with argument 'all, but this value is > not defined in the function (or anywhere else that I can see). [ I'm looking at the copy on master

[ANN] org-ql: Bookmarks, dynamic blocks, and links

2020-11-11 Thread Adam Porter
Hi all, FYI, I've recently added some new features to org-ql[0]: 1. Dynamic Blocks[1] allow you to insert a block that lists headings in a document which match a query, formatting them into certain columns. For example (please excuse the wrapped header line for this message): #+BEGIN: org-ql

Re: Non-interactively filter the agenda using tags?

2020-11-11 Thread Ihor Radchenko
You can try org-agenda-filter-preset, though it will apply to all the agenda view, not just (agenda ...) block. Also, there is always org-agenda-skip-function. Best, Ihor o.ro...@posteo.net writes: > Hello everyone, > > I hope I'm not asking something that has been answered 100 times, I made

Re: [PATCH] New "project" option for org-link-file-path-type

2020-11-11 Thread Jack Kamm
Thanks, I've fixed the remaining issues you pointed out and pushed this in 5371b30fe. Cheers, Jack

Re: Non-interactively filter the agenda using tags?

2020-11-11 Thread Justin Abrahms
I think you're looking for org-super-agenda[0]. This is how I'm using it in my own emacs config. ``` (use-package org-super-agenda :init (setq org-super-agenda-groups '( (:priority "A" :name "High priority") (:auto-property "WAITING_ON" :log t)

Non-interactively filter the agenda using tags?

2020-11-11 Thread o . rojon
Hello everyone, I hope I'm not asking something that has been answered 100 times, I made a search to ensure nothing extremely obious slipped under the radar (I also asked on IRC). I know that when you are in the agenda view that displays appointments, it is possible to interactively filter

Bug: ODT export incorrect when org file contains a Byte Order Mark [9.4 (9.4-29-g20374f-elpaplus @ /home/br/.emacs.d/elpa/org-plus-contrib-20201102/)]

2020-11-11 Thread Bruno Raoult
When an org buffer coding system is "utf-8-with-signature-unix" (the first 3 bytes in file are 0xEF 0xBB 0xBF), export to ODT gives following LibreOffice error when opening the exported file : "The file 'test.odt' is corrupt and therefore cannot be opened. LibreOffice can try to repair the

Re: Thoughts on the standardization of Org

2020-11-11 Thread Jean Louis
* Maxim Nikulin [2020-11-11 20:17]: > 2020-11-11 Jean Louis wrote: > > * Maxim Nikulin [2020-11-10 19:31]: > > > 2020-11-10 Greg Minshall wrote: > > > > > > > > i would guess > > > > using 'cat -v' to read e-mail is 100% safe. even throwing in > > > > uudecode(1), or whatever is needed to

Missing argument in org-reset-checkbox-state-subtree?

2020-11-11 Thread Bob Wilson
Hi folks, I’m writing about a possible bug in org-reset-checkbox-state-subtree. This function calls org-update-checkbox-count-maybe with argument 'all, but this value is not defined in the function (or anywhere else that I can see). I’d like this value to be nil because I don’t want to

Re: Thoughts on the standardization of Org

2020-11-11 Thread Maxim Nikulin
2020-11-11 Jean Louis wrote: * Maxim Nikulin [2020-11-10 19:31]: 2020-11-10 Greg Minshall wrote: i would guess using 'cat -v' to read e-mail is 100% safe. even throwing in uudecode(1), or whatever is needed to decode base64, (and then piping through 'cat -v', of course ), it's probably still

More on design of org-contacts.el - Re: [UPDATED PATCH] Re: add new link type "contact:" for org-contacts.el

2020-11-11 Thread Jean Louis
* stardiviner [2020-11-11 15:05]: :PROPERTIES: :CREATED: [2020-11-11 Wed 16:57] :ID: 17d463d2-ff0c-4614-93da-06e3de8e6035 :END: > Thank you too. > I indeed want to extend org-contacts.el. So I would like to be it's > maintainer. > > Currently how many org-mode maintainer(mailing

Re: official orgmode parser

2020-11-11 Thread Daniele Nicolodi
On 11/11/2020 10:15, Bastien wrote: > Hi Daniele, > > Daniele Nicolodi writes: > >> Would it make sense to have one "official" (or a set of) org-mode test >> files and the corresponding syntax tree as parsed by org-elements (maybe >> in a format easier to read from other programming languages

Re: [UPDATED PATCH] Re: add new link type "contact:" for org-contacts.el

2020-11-11 Thread stardiviner
Thank you too. I indeed want to extend org-contacts.el. So I would like to be it's maintainer. Currently how many org-mode maintainer(mailing list manager)? If patch need to wait a month. Because I spend less time on org-mode too comparing before time. I agree with that, I might will add multiple

Re: official orgmode parser

2020-11-11 Thread Bastien
Hi Daniele, Daniele Nicolodi writes: > Would it make sense to have one "official" (or a set of) org-mode test > files and the corresponding syntax tree as parsed by org-elements (maybe > in a format easier to read from other programming languages than > s-expressions, json maybe?) to make

Re: official orgmode parser

2020-11-11 Thread Bastien
Hi Tom, Tom Gillespie writes: >> which Ruby org-mode parser does Github use? > > I'm pretty sure that github uses https://github.com/wallyqs/org-ruby. > It is ... not compliant, shall we say. I have making some fixes to the > footnote parsing section on my todo list, but I don't expect to get

Re: [PATCH] org-manual.org: Remove languages list and update worg link

2020-11-11 Thread Bastien
Hi Kyle, Kyle Meyer writes: > ian martins writes: > >> I pushed two days ago, but the manual hasn't updated yet. I guess it >> doesn't update on git hooks like worg. is there a scheduled process or is >> there something that must be done? > > The online manual corresponds to the latest release

Re: official orgmode parser

2020-11-11 Thread Bastien
Hi Ken, Ken Mankoff writes: > Yes, I meant to write that I think Org syntax is maybe *not* > context-free, and therefore EBNF can't capture all of it. But it could > still be very helpful and capture most of it. Perhaps. Or you willing to give it a try and report here? -- Bastien

Re: official orgmode parser

2020-11-11 Thread Bastien
Hi Ken, Ken Mankoff writes: > On 2020-10-26 at 09:24 -07, Nicolas Goaziou wrote... >> # This is a comment (1) >> >> #+begin_example >> # This is not a comment (2) >> #+end_example >> >> AFAICT, you cannot distinguish between lines (1) and (2) with EBNF. > > I agree. I think

Re: official orgmode parser

2020-11-11 Thread Bastien
Hi Sébastien, rey-coyrehourcq writes: > Some partial org Parsers (AST or regex...) i found on the web for a > recent state of the art : Thanks -- I've updated https://orgmode.org/worg/org-tools/ with this information. Best, -- Bastien

Re: [UPDATED PATCH] Re: add new link type "contact:" for org-contacts.el

2020-11-11 Thread Bastien
Hi Stardiviner, stardiviner writes: > You're right. Thanks for suggestion. > I attached new patch now. Applied, thanks. Would you like to be org-contacts.el maintainer? Beware that, since it is in contrib/, it will soon be extracted from org-mode.git and temporarily live in a org-contrib.git

Re: [PATCH] add new link type "contact:" for org-contacts.el

2020-11-11 Thread Bastien
Hi Stardiviner, stardiviner writes: > After waited some days, still no reponse, so I popup this email. I suggest we collectively adopt a convention of waiting at least *one month* before bumping up threads. It might seem long, especially if you initiated the thread with a patch or a bug

Re: Inconsistency between code and manual: org-lowest-priority or org-priority-lowest

2020-11-11 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Daniele Nicolodi writes: > >> On 30/10/2020 05:57, Kyle Meyer wrote: > >>> The org-X-priority -> org-priority-X rename happened in v9.4, with >>> org-X-priority names retained as aliases. So, it sounds like there are >>> some leftover bits in the code. >> >> You

Re: default :results

2020-11-11 Thread Bastien
Hi Ian, ian martins writes: > The doc says functional mode (=:results value=) is the default for > most Babel libraries [1].  I haven't looked at many, but it is the > default for ob-python and ob-shell. Scripting mode (=:results output > =) is the default for ob-C, and the old ob-java (neither