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

2020-11-12 Thread Bob Wilson
Hi Kyle, Thanks so much for your thoughtful response. It would probably be helpful if I gave more context on the problem I was having! I have a daily wind-down routine where I respond to any lingering emails, etc. So I have an item like: * TODO Daily Wind-Down SCHEDULED: <2020-11-12 Thu

Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-12 Thread Titus von der Malsburg
On 2020-11-07 Sa 23:04, Kyle Meyer wrote: > Titus von der Malsburg writes: > >> On 2020-11-06 Fr 07:18, Kyle Meyer wrote: >>> Titus von der Malsburg writes: >>> Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle * lisp/org.el: The value for the #+subtitle:

Re: official orgmode parser

2020-11-12 Thread Tom Gillespie
Hi Bastien, I agree it would be great to ask them to contribute to whichever ruby library they are using. I will see if I can get in touch, but I have no idea of where to start if we really want to get to the folks who could make a decision. It looks like gitlab uses the same org-ruby library

Re: Bug: Exporting "as PDF file and open" causes unnecessary revert prompt if PDF was already open [9.4 (release_9.4-103-gf0b8de @ /home/erik/.emacs.d/straight/build/org/)]

2020-11-12 Thread Tim Cross
Erik Hahn writes: > In a graphical emacs -Q instance, open any Org file. Export it as PDF and open > (C-e l o). Then do the same again. Emacs prompts "File foo.pdf changed > on disk. Reread from disk (yes or no)" although no external program (not > counting latex as external here as it was

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

2020-11-12 Thread Kyle Meyer
Bob Wilson writes: > I use the org-checklist add-on so that marking the task as complete > resets the checkboxes to empty. But I noticed that every time I do so, > it resets the statistics cookies everywhere else in the org file! And > by reset, I mean it replaces things like [5/7] with [0/0]. I

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

2020-11-12 Thread Bob Wilson
Thanks again Kyle, Per your suggestion I have reverted my change to org-reset-checkbox-state-subtree, and instead updated org-reset-checkbox-state-maybe in org-checklist.el (I’m much happier editing org add-ons than editing org!). Specifically, I follow up org-reset-checkbox-state-subtree

Re: org-agenda-get-timestamps and properties

2020-11-12 Thread Kyle Meyer
Michael Heerdegen writes: > When debugging, I found that `org-agenda-get-timestamps' does, depending > on the position of the SCHEDULED spec, do return a timestamp when an > entry is formatted like this: > > ** APPT 10:40 Xyz > :PROPERTIES: > :ID:

Re: tags-todo agenda shoud not ignore DONE items

2020-11-12 Thread Kyle Meyer
[ Sorry for the slow reply here, and thank you for looking into this. ] James N V Cash writes: > Bastien writes: > >> Confirming this as an issue, if someone wants to fix it. > > I've tried taking a shot at addressing this issue via the patch attached. > > As mentioned in the thread, might

Re: [PATCH] ol-wl: add maildir and rss to folder types

2020-11-12 Thread Kyle Meyer
Chen Li writes: > with this commit, org-link can open maildir and rss folder. > > more to read: http://wanderlust.github.io/wl-docs/wl.html#Folders~ Thanks. I don't use wanderlust and haven't tested it out, but that looks straightforward enough. Applied (1cc04), tacking on a change log to

Re: [PATCH] ob-java.el: Allow for more whitespace

2020-11-12 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH 1/2] ob-java.el: Do not wrap a main method in a main method > > * lisp/ob-java.el (org-babel-expand-body:java): The code was checking > for existence of a class declaration before wrapping the content of > the code block in a main method, but it should be

Re: [FR] Don't hardcode checker functions prefix in org-lint

2020-11-12 Thread Gustavo Barros
Hi All, On Tue, 10 Nov 2020 at 17:22, Gustavo Barros wrote: This is a small feature request for `org-lint' not to hardcode the checker functions' prefix, as it currently does. I've been playing with and testing this further, and I found an uncovered corner in my initial suggestion: the

[Meta] Mailing list helper functions

2020-11-12 Thread Ihor Radchenko
Recent changes in https://orgmode.org/worg/org-mailing-list.html encouraged several unusual practices when posting to org-mode mailing list: 1. Using Woof headers to label Bugs/Help requests/Patches [1] 2. Avoiding full quoting of earlier thread when it gets too long (which is default in Emacs

[PATCH] ob-java.el: Allow for more whitespace

2020-11-12 Thread ian martins
Two patches are attached. One allows for more whitespace in java code blocks. The other fixes a bug that would result in a main method being wrapped in another main method. From 9fbb5a436ebc007d19adc20fcee7ebf08e4aec3b Mon Sep 17 00:00:00 2001 From: Ian Martins Date: Thu, 12 Nov 2020 05:09:11

Agenda follow mode + indirect window settings

2020-11-12 Thread Gerardo Moro
Hi, I want my agenda to have follow-mode active when starting Emacs. I suppose this would do the trick? (setq org-agenda-start-with-follow-mode t) (setq org-agenda-follow-indirect t) 1) Do I need both? I have observed that having only the second one does not work. 2) Is there a way to make the

typos in doc.org

2020-11-12 Thread hj-orgmode-1
https://www.orgmode.org/worg/sources/doc.org : availables -> available ,  uesr -> user : 24c24 <  over availables options will open the custom interface, which --- >  over available options will open the custom interface, which 27c27 < These are the main "internals" that the uesr may

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-12 Thread Ihor Radchenko
> Hope it is clear now, thanks so much for any help! Sorry for not making my previous email more clear. I actually understood what you want to achieve. My suggestion was rather an alternative approach to "revisit the past" - you can always build agenda view for a specific date (or range of dates)

Re: typos in doc.org

2020-11-12 Thread Richard Lawrence
hj-orgmod...@hj.proberto.com writes: > https://www.orgmode.org/worg/sources/doc.org : > > availables -> available ,  uesr -> user : Fixed - thanks for the report! -- Best, Richard

Re: Archiving repeated tasks under corresponding date tree for each repeated item

2020-11-12 Thread Gerardo Moro
Thanks, Ihor. Indeed, that is an excellent feature of agenda. I use it sometimes to visualize what I have DONE during the week on the sopt. What I aim to accomplish however is a more systematic log of all the DONE tasks, this is, to have an archive file where to archive all tasks. This file is in

Bug: Exporting "as PDF file and open" causes unnecessary revert prompt if PDF was already open [9.4 (release_9.4-103-gf0b8de @ /home/erik/.emacs.d/straight/build/org/)]

2020-11-12 Thread Erik Hahn
In a graphical emacs -Q instance, open any Org file. Export it as PDF and open (C-e l o). Then do the same again. Emacs prompts "File foo.pdf changed on disk. Reread from disk (yes or no)" although no external program (not counting latex as external here as it was started by Emacs) actually

Language and LaTeX longtable (mismatch org-export-dictionary ./. org-latex-babel-language-alist)

2020-11-12 Thread H.-Dirk Schmitt
Hello! I'm using the following statements in a org-mode document: #+LANGUAGE: de-de #+LATEX_HEADER: \usepackage[AUTO]{babel} This works fine, especially that the ngerman hyphenation is used (→ 'de' is translated to the old (outdated) language rules 'germanb'). To set a really long table