Re: [PATCH] org-add-planning-info: respect caller's given time [9.3.7 (release_9.3.7-716-g3d4876 @ /home/n/.emacs.d/straight/build/org/)]

2020-09-05 Thread Bastien
No Wayman writes: > Bastien writes: > >> Applied in maint as c7abcd514, thanks. > > Thanks, Bastien. I noticed org-end-time-was-given is bound similarly. > This binding doesn't affect my usage, but I wonder if it is necessary. > If you think it isn't, I'd be happy to submit another patch

Re: [PATCH] doc: Document C-. for jumping to today when choosing a timestamp

2020-09-05 Thread Bastien
Hi Adam, Adam Spiers writes: > There's actually a subtle but important difference > between the two: when editing a timestamp with a time of day in, e.g. > > <2020-08-27 Thu 17:00> > > then the prompt in the minibuffer will be: > > SCHEDULED Date+time [2020-08-27]: 17:00 > > While the

Re: WIP: Org-plot work

2020-09-05 Thread TEC
Bastien writes: > Sure, please go ahead. Will do! :) > Great -- because I know Mario shared a lot of proposals, many of which > where probably ignored or dismissed because the patches did not follow > our conventions closely enough (despite his notable efforts). > > It is of foremost

Re: WIP: Org-plot work

2020-09-05 Thread Bastien
Hi Timothy, TEC writes: > Bastien writes: > >> Please share it on the list if you feel it's ready for a review. > > Well, I'm pretty sure it needs further tweaks, but I think that the bulk > of the work would benefit from review at this point --- should I send it > in? Sure, please go ahead.

Re: make org-refile auto-recache when needed?

2020-09-05 Thread Bastien
Hi Adam, Adam Spiers writes: > I don't see why we need to be able to rebuild it reliably. Can't we > just try, then if it succeeds, refile as normal, and if it fails, then > output an error saying that the cache rebuild failed and making a > helpful suggestion of what to try next? Maybe.

tags-todo agenda shoud not ignore DONE items (was: tags-todo org-agenda-custom-command weirdness)

2020-09-05 Thread Bastien
Kyle Meyer writes: >> This behaviour of `tags-todo` seems inconsistent to me. If `todo` can >> find DONE items, why shouldn't `tags-todo` do the same? > > Perhaps it should. The behavior has been that way for a long time, and > the code makes it look very deliberate. That of course is not an >

Re: tags-todo org-agenda-custom-command weirdness

2020-09-05 Thread Bastien
Stig Brautaset writes: > I didn't manage to make the time, no. I still may, but if someone else > beats me to it I would certainly welcome it! I'm finding it hard to set > aside time to dig into it given I have a functioning workaround. Quite understandable, no problem. -- Bastien

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-09-05 Thread Bastien
Hi Tom, Tom Gillespie writes: > I also wanted to chime in here with a note that this seems to fall > into a larger set of questions about standardization and > regularization of the org babel api that have appeared on the list > over the past couple of months. Indeed. This is something we

Re: babel default header args as functions

2020-09-05 Thread Bastien
Thanks for weighing in into this discussion. Tom Gillespie writes: > I have a number of use > cases that I can imagine would benefit greatly from being able to > define a :header-args: :header (lambda () "yay!") property as a > closure Can you give some examples? I would love to get a better

Re: [PATCH] Omit file description when :file-desc has nil value

2020-09-05 Thread Kyle Meyer
Hi Matt, It looks like this message got detached from the original thread [*] and ended up a bit misformatted (at least for plain-text readers). This seems to be the message you accidentally sent to me off-list, so I will copy my reply here as well. [*]

two test failures on maint branch

2020-09-05 Thread Kyle Meyer
Just a heads up: with recent changes on maint, I'm seeing two test failures: 2 unexpected results: FAILED test-org-inlinetask/folding-directly-consecutive-tasks/1 FAILED test-org/org-read-date It looks like the first one came with ee3c3b554 (org.el: Allow empty subtrees to be

Re: [PATCH] lisp/ob-core.el: pass expanded body to org-confirm-babel-evaluate

2020-09-05 Thread Kyle Meyer
Tom Gillespie writes: > Hi Kyle, > Following up in this thread having investigated the impact of coderefs. > My conclusion is that coderefs need to be stripped out before they are > passed to org-confirm-babel-evaluate. They are not present in the > executed code and removing them is not

Re: [feature request] A new cookie type [!] showing the last note taken

2020-09-05 Thread Ihor Radchenko
> Everyone has their own workflows, but I think the way you are approaching > this problem is "wrong". I think I need to elaborate on the use-cases more then. I am well aware about the concept of NEXT actions, GTD, projects, and using categories to bring task context in agenda. However, the

Re: Bug: [patch] Fix org-babel-result-to-file never expanding links when babel is evaluated in indirect buffer [9.3.7 (release_9.3.7-728-g1efc4e @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-09-05 Thread Ihor Radchenko
Thanks! Bastien writes: > Hi Ihor, > > I applied an updated version of your patch as f45591630, > just adding a changelog. > > Thanks, > > -- > Bastien

Re: [feature request] A new cookie type [!] showing the last note taken

2020-09-05 Thread Allen Li
On Sat, Aug 29, 2020 at 6:42 AM Ihor Radchenko wrote: > > Over the years of using Org I often have a need to add a short note > about how to proceed with some task: > > * REVIEW check again, subscribe | sindresorhus/awesome:  Awesome > lists about all kinds of interesting topics :BOOKMARK:

Re: Adaptive Org faces in headings?

2020-09-05 Thread Diego Zamboni
Hi Protesilaos, I had seen the same in my setup. I recently started using Doom Emacs ( https://github.com/hlissner/doom-emacs/) and was pleasantly surprised to discover that todo and tag faces scale according to the headline in which they are. I don't know precisely how this is done, but there

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-09-05 Thread Tom Gillespie
Hi, One comment on this patch right now is that =errors= should probably be changed to =error= for consistency with the slime nomenclature and with the fact that all the rest of the options for the :results header are singular nouns. I also wanted to chime in here with a note that this seems to

Re: tags-todo org-agenda-custom-command weirdness

2020-09-05 Thread Stig Brautaset
Bastien writes: > Stig Brautaset writes: >> Thank you for looking into this. I'm going to try to come up with some >> tests for the behaviour, and with the help of your references see if I >> can get those tests to pass. > > did you manage to find the time to look into this? I didn't manage to

[PATCH] Omit file description when :file-desc has nil value

2020-09-05 Thread Huszaghmatt
Kyle Meyer mailto:k...@kyleam.com)> writes: > A use case was given in the initial patch: > . > The test for this behavior mentioned there is > test-ob/file-desc-header-argument. > > That

Re: babel default header args as functions

2020-09-05 Thread Huszaghmatt
mailto:tgb...@gmail.com)> writes: > If the default header closures are being evaluated before checking > whether they have been superseded by the headers on a block then that > is incorrect and they should not be evaluated until it is clear that

Re: babel default header args as functions

2020-09-05 Thread Tom Gillespie
I think making the behavior of default arguments consistent with regular arguments is probably a good thing. I have a number of use cases that I can imagine would benefit greatly from being able to define a :header-args: :header (lambda () "yay!") property as a closure (and actually I assumed that

Re: make org-refile auto-recache when needed?

2020-09-05 Thread Adam Spiers
Hi Bastien, On Fri, Sep 04, 2020 at 04:12:08PM +0200, Bastien wrote: Adam Spiers writes: I note that when org-refile-use-cache is enabled and the cache becomes stale, attempting to refile results in this error message (originating from `org-refile-check-position'): Invalid refile

Re: [PATCH] doc: Document C-. for jumping to today when choosing a timestamp

2020-09-05 Thread Adam Spiers
On Fri, Sep 04, 2020 at 03:47:08PM +0200, Bastien wrote: Hi Adam, Adam Spiers writes: This useful key binding was previously missing from the manual. Thanks for spotting this. I added it (as 2df7a8fa) together with the `.' keybinding, which achieves the same. Thanks Bastien. There's

Re: [PATCH] org-add-planning-info: respect caller's given time [9.3.7 (release_9.3.7-716-g3d4876 @ /home/n/.emacs.d/straight/build/org/)]

2020-09-05 Thread No Wayman
Bastien writes: Applied in maint as c7abcd514, thanks. Thanks, Bastien. I noticed org-end-time-was-given is bound similarly. This binding doesn't affect my usage, but I wonder if it is necessary. If you think it isn't, I'd be happy to submit another patch removing it.

Re: [PATCH] org-add-planning-info: respect caller's given time [9.3.7 (release_9.3.7-716-g3d4876 @ /home/n/.emacs.d/straight/build/org/)]

2020-09-05 Thread Bastien
Hi, No Wayman writes: > The current behavior of `org-add-planning-info' does not include the > time of day when > it is passed the TIME argument. This is because `org-time-was-given' > is initially let-bound to nil > during the scope of the function. > > The attached patch removes that binding

Re: babel default header args as functions

2020-09-05 Thread Bastien
Hi Matt, Matt Huszagh writes: > Matt Huszagh writes: > >> I've generated a patch for this. Please let me know your thoughts. I >> believe this adds valuable flexibility to default header >> arguments. > > I've added an additional fix that makes this work during export too. I would like to

Re: Bug: A tag of a subject doesn't get archived if org-archive-subtree-add-inherited-tags t [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2020-09-05 Thread Bastien
Hi, hpgislero...@bluewin.ch writes: > a) > if: org-archive-subtree-add-inherited-tags nil > then: Archiving a subject with its tag (C-c $) works as expected, > i.e. the subject together with it's tag is archived > b) > if: org-archive-subtree-add-inherited-tags t > then Archiving a

Re: Setting org-todo-keywords through directory-local variables

2020-09-05 Thread Bastien
Hi Kévin, Kévin Le Gouguec writes: > I would like to re-submit this idea, now that I am reasonably sure that > my implementation will not impact users who do not use the feature. FWIW it looks fine to me, thanks for hacking this together. We are in feature freeze for 9.4 so let's wait until

Re: WIP: Org-plot work

2020-09-05 Thread TEC
Bastien writes: > Please share it on the list if you feel it's ready for a review. Well, I'm pretty sure it needs further tweaks, but I think that the bulk of the work would benefit from review at this point --- should I send it in? > Also, Mario has been working on org-plot.el too Ah yes,

Re: org-read-date-display-live has no effect when org-read-date-popup-calendar is nil

2020-09-05 Thread Bastien
Hi Edmund, Edmund Christian Herenz writes: > I discovered that when disabling the calendar popup during insertion > of time-stamps (by setting org-read-date-popup-calendar to nil) then > the current intepretation of the date-prompt is not shown live > anymore. The absence or presence of the

Re: tags-todo org-agenda-custom-command weirdness

2020-09-05 Thread Bastien
Hi Stig, Stig Brautaset writes: > Thank you for looking into this. I'm going to try to come up with some > tests for the behaviour, and with the help of your references see if I > can get those tests to pass. did you manage to find the time to look into this? This fix will potentially change

Re: [BUG] org-agenda-filter and hyphens in category names

2020-09-05 Thread Bastien
Hi Samuel, regarding hyphens in categories and agenda filtering, you should be good to go from maint and master. Please test it and let us know. All best, -- Bastien

Re: [BUG] incorrect (and slow) indentation of logbook entries

2020-09-05 Thread Bastien
Hi Matt, Matt Lundin writes: > Commit e3b79ad2bf7ab7b91c0ad2b8383d639bfe154ce7 from Feb. 9, 2020 (Allow > a new value for `org-adapt-indentation') introduced a bug that causes > logbooks to be incorrectly indented when promoting an entry. FWIW, I can confirm this bug, I'll look at it before

Re: Bug: [PATCH] org-datetree-insert-line doesn't honor headline spacing customization [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-09-05 Thread Bastien
Hi Vasilij, Vasilij Schneidermann writes: > When doing org captures using the datetree format, newly added headlines > do not follow the value of `org-blank-before-new-entry'. This seems to > be the fault of `org-datetree-insert-line' using `insert' as opposed to > `org-insert-heading' to do

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-05 Thread Bastien
Hi Jack, Jack Kamm writes: > I agree with this policy, and am more or less following it already, > though it's good to be explicit. Yep, for future references as well. I think it would be good to have more maintainers, not just for files but for bigger areas of the code (Babel, Agenda, Export

Re: Adaptive Org faces in headings?

2020-09-05 Thread Bastien
Dear Protesilaos, thank you very much for your feedback. Could you insert a small picture showing where faces customization don't interact nicely, e.g. when using different heights for org-todo org-level-1? It would help deciding whether this is an issue for Org or for Emacs in general

Re: Bug: [patch] Fix org-babel-result-to-file never expanding links when babel is evaluated in indirect buffer [9.3.7 (release_9.3.7-728-g1efc4e @ /home/yantar92/.emacs.d/straight/build/org/)]

2020-09-05 Thread Bastien
Hi Ihor, I applied an updated version of your patch as f45591630, just adding a changelog. Thanks, -- Bastien

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-05 Thread Jack Kamm
Hi Bastien, > - A local maintainer is expected to reply to requests and bug reports > regarding the local functionalities he oversees. > > - A local maintainer can commit changes directly to the file(s) he > maintains (either submitted changes or his own). > > - Core maintainers have the

Re: Bug: inserting capture template [9.3.7 (release_9.3.7-705-gea9463 @ /home/nick/elisp/org-mode/lisp/)]

2020-09-05 Thread Bastien
Hi Nick, thanks for the detailed recipe. FWIW, I was able to reproduce this bug. -- Bastien

Re: vertical spacing between lines in a list at odt-export

2020-09-05 Thread Bastien
Dear Heinz, Heinz Tuechler writes: > thank you - I know that. The problem seems to be that in the odt-file > all lists, as well as all "normal" text share the same format. In my > German version of LibreOffice it is called "Textkörper". > So, if I modify that format in a ODT_STYLES_FILE it

Re: Markup border outdated in spec?

2020-09-05 Thread Bastien
Hi Kim, kim.lindber...@gmail.com writes: > I believe Nicolas Goaziou fixed this in the spec already. I should have thought of this :) Thanks for confirming! > The use-case where I ran into this issue, if you're curious, is the > README.org file here https://github.com/talyz/fromElisp. As you

Re: ob-java and ob-haxe

2020-09-05 Thread Bastien
Hi Ian, ian martins writes: > It primarily adds features. Okay, thanks for the feedback, let's wait a bit then. > It fixes the problem reported here [1] but that's probably not a > common problem and the person who reported it probably already > migrated. Indeed. Best, -- Bastien

Re: Emacs brings itself to the foreground when preparing agenda with org-agenda-include-diary t

2020-09-05 Thread Bastien
Hi Friedrich, Friedrich Delgado writes: > I'd like to be able to use org-agenda-include-diary but disable the > behaviour that emacs raises itself. My guess is that the Emacs window pops up becaus of diary, not because of Org. > Please CC me in replies, as I'm not subscribed to this list. >

Re: Question about org agenda views

2020-09-05 Thread Bastien
Hi Fredrik, Fredrik Salomonsson writes: > 1: Is there a way to add settings to `org-agenda-list` similar to > `org-agenda-custom-commands`? Nope. > 2: Is there a setting to remove the priority? Not right now -- and in general, syntactically-wise, priorities are considered part of the

Re: Bug: ob-shell cannot forward empty blocks to stdin [9.3.1 (release_9.3.1-101-gc9ee3d @ /home/lockywolf/OfficialRepos/org-mode/lisp/)]

2020-09-05 Thread Bastien
Hi Vladimir, Vladimir Nikishkin writes: > The MWE would be the following: > > #+name: empty > #+begin_quote > > #+end_quote > > #+begin_src shell :stdin empty > #+end_src > > Now if you try to execute the second block, you will get a lisp error. > "Wrong argument integer-or-marker-p" It

Re: ob-java and ob-haxe

2020-09-05 Thread ian martins
It primarily adds features. It fixes the problem reported here [1] but that's probably not a common problem and the person who reported it probably already migrated. [1] https://orgmode.org/list/87d05nidu1@iki.fi/ On Sat, Sep 5, 2020 at 9:04 AM Bastien wrote: > Hi Ian, > > ian martins

Re: Markup border outdated in spec?

2020-09-05 Thread kim . lindberger
Hi Bastien! I believe Nicolas Goaziou fixed this in the spec already. I sent this in two times because my first message got stuck, but eventually both were sent to the list; I'm sorry for the confusion. The use-case where I ran into this issue, if you're curious, is the README.org file here

Re: table formula, empty field, duration

2020-09-05 Thread Bastien
Hi Kristof, Kristof Ralovich writes: > it appears to me that the concept of "empty field" is not defined for > time durations, or it is quite different to how it is defined for > numbers (using org-mode 9.1.9). > > In the first table, the empty row @6 produces an empty field for the sum > ($5,

Re: Bug: error in org-table-justify-field-maybe - in conjunction with org-sbe [9.3.6 (9.3.6-elpa @ ~/.emacs.d/elpa/org-9.3.6/)]

2020-09-05 Thread Bastien
Hi Lester, Lester Longley writes: > I am encountering an error when using this .org code: Thanks a lot for the detailed report. I prevented the error from occurring in maint (114d50982). Best, -- Bastien

Re: Bug: Exporting internal link to special latex block [9.3.7 (9.3.7-14-gb2b587-elpa @ /home/lobo/.emacs.d/elpa/org-20200720/)]

2020-09-05 Thread Bastien
Hi Marco, thanks for the feedback, I'm glad you found a workaround. Marco Falconi writes: > However, it would be very nice if it was solved in org. Yes, me too. > Also, my preference would be for the exported id to be the one given > in the NAME attribute (as it is now), because I use it in

Re: ob-java and ob-haxe

2020-09-05 Thread Bastien
Hi Ian, ian martins writes: > Sure, I'd be happy to maintain ob-java. Thanks! Does your work on ob-java.el fix bugs or does it foremost add new features? If the former, we can add it now to master, then add you as a maintainer immediately. > The drawback with keeping ob-haxe in an external

Re: org-babel support for haxe

2020-09-05 Thread ian martins
That makes sense. It's probably enough to keep the languages page [1] complete and up to date. External repos should already have docs with the code. [1] https://orgmode.org/worg/org-contrib/babel/languages.html On Sat, Sep 5, 2020 at 3:24 AM Bastien wrote: > Hi Ian, > > ian martins writes:

Re: ob-java and ob-haxe

2020-09-05 Thread ian martins
Hi Bastien, Sure, I'd be happy to maintain ob-java. The drawback with keeping ob-haxe in an external repo is that the tests won't run when org-mode is changed, but in practice its tests are very similar to ob-java's so the actual risk of it being broken by a change will be small if ob-java is in

Re: Bug: Exporting internal link to special latex block [9.3.7 (9.3.7-14-gb2b587-elpa @ /home/lobo/.emacs.d/elpa/org-20200720/)]

2020-09-05 Thread Marco Falconi
Dear Bastien, Thanks for the update. For the moment I have worked around the bug by putting an html-export block in the org file with the correct href when I have to put a link to it. However, it would be very nice if it was solved in org. Also, my preference would be for the exported id to be

Re: vertical spacing between lines in a list at odt-export

2020-09-05 Thread Heinz Tuechler
Dear Bastien, thank you - I know that. The problem seems to be that in the odt-file all lists, as well as all "normal" text share the same format. In my German version of LibreOffice it is called "Textkörper". So, if I modify that format in a ODT_STYLES_FILE it changes all the "normal" text, not

Re: Bug: Moving org-inline-tasks produces error message [9.3.6 (9.3.6-elpa @ /home/c.hemminghaus/.emacs.d/elpa/org-9.3.6/)]

2020-09-05 Thread Bastien
Hi Christian, Christian Hemminghaus writes: > I ran into an error message while composing structured text with > org-mode using org-inline-tasks. The error appears when moving around > inline tasks in my document. yes, I confirm this bug. The wrong behavior is here, whether you loaded

Re: Bug: Exporting internal link to special latex block [9.3.7 (9.3.7-14-gb2b587-elpa @ /home/lobo/.emacs.d/elpa/org-20200720/)]

2020-09-05 Thread Bastien
Hi Marco, Marco Falconi writes: > I am trying to export to html a labeled latex special block (a theorem > environment, defined by #+begin_theorem [...] #+end_theorem ). I have named > the theorem with > > #+NAME: thm:mv (I also tried with #+LABEL: and the behavior described below > does not

Re: Website revamp?

2020-09-05 Thread Colin Baxter
Dear Timothy, > TEC writes: > Hello everyone :) > The end is now in sight! Other than the somewhat bare index page, > I feel that we're nearing complete coverage of the current site > (at least all the 'main' pages). > If you haven't already please give my revamp

Re: Bug: ODT exporter does not honour +LANGUAGE line [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-09-05 Thread Bastien
Hi Marvin, ‘quintus’ Gülker writes: > the ODT exporter always exports as English, even if a document is not > written in English and contains a corresponding +LANGUAGE line. thanks for reporting this. AFAIK, the language of an ODT document is set through the document style. When exporting

Re: Where to customize the generated ID of html export? i.e outline-container-org

2020-09-05 Thread TEC
Bastien writes: > When you upgrade Org, please report whether your code still works so > that we can discussing its integration as a feature in Org, if that's > useful to others as well. For what it's worth, I'm just a few commits behind head and this:

Re: [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links

2020-09-05 Thread Bastien
Hi, stardiviner writes: > When org-agenda have option ~org-agenda-start-with-clockreport-mode~ enabled. > Generate Org Agenda with clocktable. Here is an Org content which has logbook > contains link which is text-propertized using Emacs extension >

Re: Documentation for org html head scripts

2020-09-05 Thread Bastien
Hi Paramjit, Paramjit Singh writes: > I was trying to have a clean html-head while exporting using `ox-html`, and > even > while setting > > (setq org-html-head-include-default-style nil) > (setq org-html-mathjax-template "") > > I would get some code in the header, as shown in the following

Re: Emacs-orgmode Digest, Vol 172, Issue 21

2020-09-05 Thread Bastien
Hi Ian, Ian Garmaise writes: > In this version of the org-mode manual in the current repo, there are > three capture template properties (shown in the source) which are not > documented: > > :jump-to-captured > :empty-lines-before > :empty-lines-after > > I hope that these can be added in time

Re: Org Spreadsheet Documentation Suggestion

2020-09-05 Thread Bastien
Hi Michael, Michael Partridge writes: > At the moment I do not have time. I haven't used the tool in a while > since then so I also don't have the vision. No problem, thanks for replying. Perhaps someone else can amend the documentation, if he sees your point. -- Bastien

Re: [PATCH] org-capture: Update plist before finalizing

2020-09-05 Thread Bastien
Hi Leo, applied as 3008fb45d on maint, thanks a lot! Best, -- Bastien

Re: [PATCH] org-capture: Update plist before finalizing

2020-09-05 Thread Leo Vivier
Hi there, Kyle Meyer writes: > Thanks for the detailed write-up and the patch (and sorry for the slow > reply). No worries, and thanks for the review. > It'd be good to at least point to the motivation/usecase for this change > here. (Your description section above already does a nice job of

Re: Org mode patch: when building sparse tree, suggest only local tags in minibuffer

2020-09-05 Thread Bastien
Hi, "E.L.K." writes: > I found that if I do "C-c C-c" on heading, it suggests only local > tags in the minibuffer, but when I do "C-m / m" (build sparse tree) > it suggests agenda tags together with local tags. > > It does not make sense to build sparse tree in buffer using tags that > are not

Re: Website revamp?

2020-09-05 Thread Martin Schöön
On Fri, 4 Sep 2020 at 11:37, Bastien wrote: > Hi Timothy, > > TEC writes: > > > If you haven't already please give my revamp project a look: > > http://orgmode.tecosaur.com, and let me know if you've got any feedback > > or suggestions. > > Sorry for being so late in commenting but here are my

Re: org-tables, export only certain column (csv)

2020-09-05 Thread Bastien
Hi Uwe, Uwe Brauer writes: > 4 years ago Michael Brand provided the following nice solution, which as > far as I know is still not in master. Please let us know if you find a generic solution for this, we could then add it to worg/org-hacks.org or perhaps. -- Bastien

Re: Bug: Clock table documentation [9.3.7 (release_9.3.7-644-ge3a724 @ /home/nick/elisp/org-mode/lisp/)]

2020-09-05 Thread Bastien
Hi Nick, thanks for reporting this, I fixed it with 00a782112 in the maint branch. All best, -- Bastien

Re: [bug?] should ltxpng be ltximg in ox-html?

2020-09-05 Thread Bastien
Hi Eric, Eric S Fraga writes: > line 1696 of ox-html.el (up to date version on git) is: > >:alt (if (string-match-p "^ltxpng/" source) > > I wonder whether "^ltxpng" should actually be "^ltximg"? > > Better yet, should it not be built from the value of >

Re: Bug: customize type for `org-agenda-category-icon-alist' [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]

2020-09-05 Thread Bastien
Hi, applied as 8ae058ebe in the maint branch, thanks. If you need directions on how to make a patch, please just say so, it helps a lot by reducing the maintainance burden. Thanks, -- Bastien

Re: [feature request] org-at-timestamp-p should accept multiple parameters

2020-09-05 Thread Bastien
Hi Adam, Adam Faryna writes: > The problem is I needed to check if the timestamp is agenda like and > inactive or ignore the context at the same time. But > org-at-timestamp-p takes only one parameter, and I needed to give it > multiple parameters, which is not possible in the current version.

Re: vertical spacing between lines in a list at odt-export

2020-09-05 Thread Bastien
Hi Heinz, Heinz Tuechler writes: > Modifying it from within LibreOffice would mean to change every list by > hand. You can also create a dedicated ODT style and use it from within your Org file -- see "Applying custom styles: the easy way" in the manual:

Re: ical2org.awk

2020-09-05 Thread Bastien
Hi Eric, Eric S Fraga writes: > On Friday, 4 Sep 2020 at 12:34, Bastien wrote: >> So please feel free to move ahead with moving ical2org.awk. > > I'm not entirely sure what is meant to be done and by whom! If you wish > to replace the link on Worg to the github site you found, by all means >

Re: Where to customize the generated ID of html export? i.e outline-container-org

2020-09-05 Thread Bastien
Hi Ivan, Ivan Tadeu Ferreira Antunes Filho writes: > (I use Org mode 9.1.9, I haven't tested this code with more recent > versions) When you upgrade Org, please report whether your code still works so that we can discussing its integration as a feature in Org, if that's useful to others as

Re: [PATCH] ob-python.el: Fix issue with sessions on remote machines

2020-09-05 Thread Bastien
Hi Jack, Jack Kamm writes: >> Would you be okay to add yourself as the ob-python.el maintainer? > > Sure, I've added myself as maintainer to the header of ob-python.el. Thanks! >> I suggest we have a policy that "Org maintainer(s)" have the last >> words on everything in Org's core, but that

Re: [PATCH] Re: Export to attach directory?

2020-09-05 Thread Bastien
flare writes: > While on the topic of attachments, a low priority goal which may be nice > is to have a org-attach method that allows for automatic encryption of > attachments. But again, not very important Patch welcome! -- Bastien

Re: [PATCH] improve ol-man.el with occur searching

2020-09-05 Thread Bastien
Hi, "numbch...@gmail.com" writes: > Thanks for reviewing my code and points. :) > Fixed in this attached patch. Applied in master, thanks. -- Bastien

Re: [PATCH] Org-mode publish avoids inserting licensed content into target documents.

2020-09-05 Thread Bastien
Hi Anthony, sorry for the late reply. I applied your change on the master branch as 471054136, thanks for this. All best, -- Bastien

Re: [BUG] [C-u C-u C-c C-o] open link with external program invalid to open file

2020-09-05 Thread Bastien
Hi, stardiviner writes: > When I press =[C-u C-u C-c C-o]= to open an image file link with system > external > program. It can't open the image file. I cannot reproduce the problem here. If you still have this issue, can you provide a minimal reproducible example? Thanks, -- Bastien

Re: FWD: Org-Babel Support for Powershell

2020-09-05 Thread Bastien
Hi Stanislaw, stanislaw_lem--- via "General discussions about Org-mode." writes: > I ask the maintainer of org-babel Bastien Guerry, if it is possible > to include Powershell support for org-babel. Monsieur Guerry told me > to ask you via email. sorry for the late reply. As I just said to

Re: How to annotate past clock entries so the note shows in agenda?

2020-09-05 Thread Bastien
Hi Tory, torys.ander...@gmail.com (Tory S. Anderson) writes: > How can I add clock-out notes after the event? Must I manually go to > the clock event and type in my note there, or can I utilize the same > prompt somehow? No, you need to manually type your note in a different prompt. I don't

Re: [PATCH] Re: Export to attach directory?

2020-09-05 Thread flare
While on the topic of attachments, a low priority goal which may be nice is to have a org-attach method that allows for automatic encryption of attachments. But again, not very important Bastien writes: > Hi Eric, > > sorry for the late reply -- I don't use attachments that much > but I see

Re: [PATCH] New function org-agenda-filter-set

2020-09-05 Thread Bastien
Hi Kyle and Stefan, Kyle Meyer writes: > Bastien writes: > >> I've seen problems with this new function when completing in agendas: >> hitting '/' does not see what tags are available for completion in the >> current buffer. >> >> I'm reverting e9b1b8fde5 from master for now. If you see what's

Re: [PATCH] Re: Export to attach directory?

2020-09-05 Thread Bastien
Hi Eric, sorry for the late reply -- I don't use attachments that much but I see how this could be useful once correctly advertized and documented. Eric Abrahamsen writes: > Would something along these lines be considered for inclusion? Yes, sure, for after 9.4 -- please go ahead with a

Re: [PATCH] goto: Avoid invoking org-mode for outline navigation

2020-09-05 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Kyle Meyer writes: > >> Ihor Radchenko writes: >> >>> Is there even a need to call the whole (org-mode). The new buffer is >>> an indirect buffer. It should already have org-mode activated (at least, >>> we can check for it and not call (org-mode) unnecessarily).

Re: restore window configuration after org-edit-src-exit

2020-09-05 Thread Bastien
Hi Edgar, ed...@openmail.cc writes: > Hello. I would like to request this to be pushed onto the =maint= > branch (7684b59c7) or make it the default, please. this has been applied in the master branch back in January, it will be part of Org 9.4. Best, -- Bastien

Re: Bug: issue with babel and sqlite [9.3 (release_9.3 @ /usr/share/emacs/27.0.91/lisp/org/)]

2020-09-05 Thread Bastien
Hi, rrandr...@gmail.com writes: > Hi. I am testing the pretest. And I have try the snippet below on > emacs -Q Thanks for reporting this. Can you instrument the `org-babel-read' function? You can do this with C-h f org-babel-read RET and then C-u C-M-x on the function's definition. Then run

Re: WIP: Org-plot work

2020-09-05 Thread Bastien
Hi Timothy, TEC writes: > I now have a more complete patch set if any maintainers would be > ready to receive and review it. Please share it on the list if you feel it's ready for a review. Also, Mario has been working on org-plot.el too -- see these threads:

Re: org-babel support for haxe

2020-09-05 Thread Bastien
Hi Ian, ian martins writes: > Hello. The included patch adds org-babel support for haxe (https:// > haxe.org/). It allows main class and function definitions to be > optional, accepts variables and supports babel functional mode. > Please review. I'm not an Haxe user, so I cannot review the

Re: [PATCH] prevent mangled output in ob-J by allowing sit-time duration to be customized

2020-09-05 Thread Bastien
Hi Joseph, Joseph Novakovich writes: > Sure, I'd be happy to help! Thanks! I added you as the ob-J.el maintainer in 0e580d169. -- Bastien

Re: Folding headings which contain only blank lines

2020-09-05 Thread Bastien
Hi Dmitrii, Dmitrii Korobeinikov writes: > When everything is folded (e.g. on startup), ellipses show after every > heading which has anything in it at all. This is true as well for the > headings containing only one or more blank lines. And while you can > unfold such lines, you can't fold