Re: [PATCH] ol.el: Fix confusing variable name

2021-04-30 Thread Bastien
Applied in maint as commit e2ffee96d - thanks Aaron for the patch and Tim for the confirmation. -- Bastien

Re: [PATCH] ob-eval.el: Refactoring `org-babel-eval' to improve readability

2021-04-30 Thread Bastien
nd anywhere where where code is calling this so I felt it > was safe. I'm happy to change it back if necessary. Agreed - thanks for taking the time to check on the web whether this would break anything. Applied in master as commit c212b7dae. Thanks, -- Bastien

Re: Concerns about community contributor support

2021-04-29 Thread Bastien
e.g. org-users@ and org-devel@ mailing lists, as some projects have. Nowadays, users who don't want to mix with Org's development can interact on many other places (SO, reddit and others). -- Bastien

Re: [PATCH] ob-C.el: Fix a number a bugs related to table parameters

2021-04-29 Thread Bastien
Hi Asa, Bastien writes: > thanks for the patch. I'm copying Thierry as the (new) maintainer for > ob-C.el. Thierry applied a variant of the patch in maint with commit 38f87a26. Thanks, -- Bastien

Re: org-goto and org-store-link/org-id-get-create

2021-04-28 Thread Bastien
Hi Ihor, applied in master as commit 232d9a060, thanks a lot! -- Bastien

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-28 Thread Bastien
Bastien writes: > Thanks for the heads-up. I reverted the commit. Please go ahead with > whatever you see fit. PS: Re-opening this work-in-progress patch for updates.orgmode.org. -- Bastien

Re: [PATCH 2/3] org-protocol.el: Fix detection of old-style URIs

2021-04-28 Thread Bastien
Applied in maint, thanks! -- Bastien

Re: [PATCH 3/3] test-org-protocol.el: Add expected failures for file:/// URLs

2021-04-28 Thread Bastien
make passed > URLs invalid by changing number of slashes after scheme. -- Bastien

Re: [PATCH 1/3] test-org-protocol.el: Fix the case for parse parameters with complex argument

2021-04-28 Thread Bastien
> > It looks like a typo survived since addition of this case in > 2216f4d2c7. -- Bastien

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-28 Thread Bastien
Nicolas Goaziou writes: > Unfortunately, this is not a proper fix for the problem, as discussed in > the thread. Thanks for the heads-up. I reverted the commit. Please go ahead with whatever you see fit. -- Bastien

Re: Plea for reviews/action on my Patches

2021-04-28 Thread Bastien
maintainers, the more free time they will have on dealing with new stuff (I'm stating the obvious, sorry.) Thanks! -- Bastien

Re: [PATCH]

2021-04-28 Thread Bastien
Hi Timothy, Timothy writes: > Bastien writes: > >> Feel free to install changes when they have reached consensus, >> or to ask for decisions when not. > > Thanks for the reply Bastien, would you mind elaborating on this a bit > more? I'm comfortable with the ide

Re: [PATCH]

2021-04-28 Thread Bastien
Hi Timothy, TEC writes: > This is just some tweaks to the styling in ox-html that I think may > appeal (and prevent ridiculously long lines on non-small displays, which > are an issue for legibility). > > I also took the opportunity to remove the (obsolete) CDATA strings and > make the CSS more

Re: org agenda bug — diary-sexp-entry-symbol is not respected

2021-04-28 Thread Bastien
Hi Joe, Joe Corneli via "General discussions about Org-mode." writes: > The string "%%" is hard coded here as a date prefix: > https://code.orgmode.org/bzg/org-mode/src/master/lisp/org-agenda.el#L5648 > > Shouldn’t this be diary-sexp-entry-symbol to allow local overrides, > etc.? Yes -- also

bug#45915: 27.1.91; deletechar distorts org-table

2021-04-28 Thread Bastien
Tak Kunihiro writes: > I confirm that there still is following problem on 27.1.91. > Could someone take a look and show me work around? I cannot reproduce this with latest Org stable version 9.4.5. Can you try again and report? See https://orgmode.org/org.html#Installation on how to install

Re: [WDYT, mini] key h in agenda for quick help

2021-04-27 Thread Bastien
Timothy writes: > Great to hear! I think this would probably be developed as a branch like > wip-cite-new Yes. > , and it would need transient to be installed (via ELPA?) on > Emacs <28, but I think it has the potential to both: > - Improve the user experience, and > - Remove Org's own

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-27 Thread Bastien
Hi Juan, Juan Manuel Macías writes: > Done! I've attached the corrected patch. Sorry for the flaws in me > previous patch: I'm a bit of a novice at submitting patches... applied in the maint branch as commit 5be650714. The patch was missing a proper changelog entry: please see

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-27 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > On 19/04/2021 17:53, David Asabina wrote: >> javascript:location.href = >> \\='org-protocol://capture?url=\\='+ \\ >> -encodeURIComponent(location.href) + \\='=\\=' \\ >> +encodeURIComponent(location.href) + \\='=\\=' + \\ >>

Re: [PATCH] org-protocol: Fix missing '+' in js snippet

2021-04-27 Thread Bastien
Applied, thanks a lot. David Asabina writes: > * org-protocol (org-protocol-capture): Add missing plus-sign to > javascript snippet to allow readers of the doc string to use example > snippet with minimal edits.

Re: Manual on web site is not the latest version

2021-04-27 Thread Bastien
Do you still see differences between the doc/org-manual.org and the one published on https://orgmode.org/manual/ ? If so, please point at one or two differences. Thanks!

Re: Include org-pretty-table by Matus Goljer (Fuco1) in org-mode

2021-04-27 Thread Bastien
Hi Arthur, Arthur Miller writes: > Can we get org-pretty-table into org-mode? > > https://github.com/Fuco1/org-pretty-table It is a matter of personal visual preferences, so it is good that it exists as a separate package. If you think people should know more about it, please contribute to

Re: [WDYT, mini] key h in agenda for quick help

2021-04-27 Thread Bastien
Timothy writes: > I actually think Org would benefit from using transient (which has > recently been merged into Emacs), and it could reduce the maintenance > burden, but I suppose that's not possible with our minimum version at > Emacs 24... I would welcome patches for moving Org to using

Re: [WDYT, mini] key h in agenda for quick help

2021-04-27 Thread Bastien
Hi Marco, Marco Wahl writes: > What do you think about binding key h to function describe-mode in Org > agenda? Basically pressing key h would open a window showing the key > bindings in the agenda. There would also be additional information. > > The implementation could be just the line > >

Re: Turning off all indentation in 9.4.4

2021-04-27 Thread Bastien
TRS-80 writes: > So, my reading of this new(?) headline-data setting, was that it seemed > to be exactly what I had been looking for! But perhaps I misunderstood? So core idea behind (setq org-adapt-indentation 'headline-data) is to let people end up with: * TODO item :PROPERTIES:

Re: Turning off all indentation in 9.4.4

2021-04-27 Thread Bastien
Hi TRS-80, TRS-80 writes: > In the same timeframe, I have also noticed my Logbook entries not being > indented (when changing TODO states) which I think was also brought > about by this change (or rather, my changes to org-adapt-indentation). > I am not sure if I should make a separate thread

Re: [patch] to allow org-attach-git to handle individual repositories

2021-04-27 Thread Bastien
Hi Juan, Juan Manuel Macías writes: > I would like to propose and discuss this patch for org-attach-git, > following a series of comments and suggestions from Ihor Radchenko in > this thread: > https://lists.gnu.org/archive/html/emacs-orgmode/2021-01/msg00483.html thanks for the patch and

Re: org-goto and org-store-link/org-id-get-create

2021-04-27 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > A fix to this particular issue could be using org-no-read-only in > org-entry-put. Though more functions may suffer from similar issues in > read-only org buffers. Can you provide a patch for this?

Re: Free up C-c SPC/org-table-blank-field?

2021-04-27 Thread Bastien
Eric Abrahamsen writes: > That took a while, for such a simple patch! Hope this is acceptable. ... and it took a while to install it, but finally done with commit 7a1c8cadf. Thanks!

Re: org-fontify-done-headline t by default?

2021-04-27 Thread Bastien
Hi, Kévin Le Gouguec writes: > I don't have a strong opinion about org-fontify-done-headline being t by > default (though I disable it), but I agree that the current definition > of org-headline-done is jarring with most of the themes out there. Agreed too. > Maybe it would make sense to make

Re: [PATCH]

2021-04-27 Thread Bastien
Hi Timothy, TEC writes: > This is just some tweaks to the styling in ox-html that I think may > appeal (and prevent ridiculously long lines on non-small displays, which > are an issue for legibility). thanks for the patches and sorry for the slow reply. Feel free to install changes when they

Re: Bug: org-babel only tangles first noweb reference on a line [9.4 (9.4-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20200914/)]

2021-04-27 Thread Bastien
Hi Kyle, Kyle Meyer writes: > A patch upthread () > was applied in 469ee6340 (ob-core: Fix handling of multiple noweb refs > in same line, 2020-09-15). I missed this one, thanks for letting me know and sorry for the noise.

Re: The Website Revamp: The final stretch

2021-04-27 Thread Bastien
Timothy writes: > Bastien writes: > >> I suggest having a new https://orgmode.org/manuals.html page >> Timothy, WDYT? > > I've seen a few manual-related requests like this but held off from > doing anything from a concern about clutter. Now that you mention it, I >

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2021-04-27 Thread Bastien
Hi Adam, Kyle Meyer writes: > Thanks for the patch. > > Adam Spiers writes: > >> This is useful for prepending to the start of the target headline >> instead of appending to the end, or vice-versa depending on >> org-reverse-note-order. > > It sounds l

Re: prettify-symbols-mode in org agenda?

2021-04-27 Thread Bastien
Hi William, William Xu writes: > Thanks for the info. I'll be happy to prepare the patch. However, I > would like to hear what is the opinion of org maintainter(s) on this > topic. Thanks for bringing this idea up. If allowing prettify-symbols-mode in Org agenda mode does not slow down the

Re: [PATCH] [WIP] org-agenda.el: Make org-entries-lessp more efficient

2021-04-27 Thread Bastien
Hi Adam, Adam Spiers writes: > [This is only lightly tested and therefore probably not quite ready > for merging yet; however I'm submitting now to get feedback.] Did you make any progress on stabilizing this patch? Thanks

Re: org-cycle-internal-local unfold a plain list in parent

2021-04-27 Thread Bastien
Hi Yasushi, sorry for the slow reply. Yasushi SHOJI writes: > I see a plain list unfolded when I cycle a sub headline. I have no time fixing this right now, but I confirm the bug, thanks for reporting this.

Re: How to reinject custom function into derived backend which doesn't implement it, ex : footnote in ox-slimhtml backend.

2021-04-27 Thread Bastien
Hi, rey-coyrehourcq writes: > I'm trying to develop my own `publish.el` for some research project > linked to reproductibility. You didn't receive much feedback - sorry for that. Did you make progress about your project?

Re: [PATCH] Persistently save downloaded inline remote images

2021-04-27 Thread Bastien
Hi Jack, Jack Kamm writes: > If we do proceed in this direction, I'd suggest replacing the current > cache mechanism entirely -- I don't see a good reason to maintain 2 > solutions to the same problem. Also, we could combine the "download" and > "cache" options into a single implementation,

Re: [PATCH] Persistently save downloaded inline remote images

2021-04-27 Thread Bastien
Hi, Jack Kamm writes: > So, I suggest Ferdinand confirm he's tested the existing "cache" option, > and articulate why he found it unsuitable, before merging this. As no feedback was received, I'm discarding this patch.

Re: [PATCH] Add org-meta*-final-hook

2021-04-27 Thread Bastien
Hi Jay, Jay Bosamiya writes: > Similar to org-shiftup-final-hook, org-shiftdown-final-hook, etc, I > have added org-metaup-final-hook, org-metadown-final-hook, etc. > Please see attached patch. Can you give a concrete example of a hook here? And thanks for the patch. As Timothy suggested,

Re: The Website Revamp: The final stretch

2021-04-27 Thread Bastien
David Arroyo Menendez writes: > Another important thing, I will happy if we can add some link to the > spanish version of org guide. You can find the sources in > https://savannah.nongnu.org/git/?group=orgguide-es I suggest having a new https://orgmode.org/manuals.html page for listing the

Re: variable-pitch-mode misaligns org-mode heading tags

2021-04-27 Thread Bastien
I would welcome a clean solution for tags alignment. Ideally, one could switch from the current (manual) alignment, which tries to align to a fixed column, while allowing to switch to a more visually consistent alignement in variable-pitch-mode. But this need to be done *without* slowing done

Re: tags-todo agenda shoud not ignore DONE items

2021-04-27 Thread Bastien
Kyle Meyer writes: >> As mentioned in the thread, might potentially cause issues by changing >> how it matches -- should there be an option? Or is the idea just that >> if you really do want to exclude done tags, you'd query like "/!DONE"? > > Yep, that's the idea, I think. Closing this issue

Re: Bug: org-babel only tangles first noweb reference on a line [9.4 (9.4-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20200914/)]

2021-04-27 Thread Bastien
Hi Tom, Tom Gillespie writes: >The 9.4 release has a bug where it will only tangle the first noweb > reference on a line. > This is also present at 9c31cba002a1ba93053aebea1f778be87f61ba06. It happens > in > emacs-27 and emacs-28. The reproduction is below. Best! > Tom > > The expected

Re: [PATCH] Fixed-pitch tables and code blocks that do not break variable-pitch-mode

2021-04-27 Thread Bastien
Hi Protesilaos, > Please see the attached diff. An explanation is offered below. I have > already assigned copyright to the FSF. Sorry it took so long to commit this, it is done in commit 667cb6f1a in master, adding fixed-pitch for org-hide, org-verbatim and org-code too. Thanks!

Re: org-store-link and help for a key

2021-04-27 Thread Bastien
Hi Maxim and Ihor, Ihor Radchenko writes: >> Such behavior exists for ages, at least since 8.2.10 till current master. > > I can reproduce this. > > The reason of error is simple: help buffers for key combinations where > not considered when writing help: link type. > Current code does not even

Re: [PATCH] ox-md.el export code blocks using grave accents.

2021-04-27 Thread Bastien
Tim Cross writes: > I don't think this patch is correct. I'm marking it as "canceled" right now, thanks.

Re: [PATCH] ox-html.el: Add HTML_CONTENT_CLASS to support css classes in content tag

2021-04-27 Thread Bastien
Bastien writes: > I added "TINYCHANGE" at the bottom of your commit message to signal > this is small change done by someone who has not (yet) assigned his > copyright to the FSF. Er, sorry Sameer, my mistake, you are actually listed on https://orgmode.org/worg/

Re: Bug: org-html-export-to-html doesn't handle .gpg files properly [9.3.6 (9.3.6-17-g389288-elpa @ /home/adalricus/.emacs.d/elpa/org-20200224/)]

2021-04-27 Thread Bastien
Fixed with commit b1ff9afc in maint, thanks. Bastien writes: > Adalricus Ovicula writes: > >> - create a file called "test.org.gpg" >> - run org-html-export-to-html >> >> File gets exported as test.org.html, shouldn't it be test.html?

Re: [Patch] Update previews correctly with color changes

2021-04-27 Thread Bastien
Applied as commit 8bdcf51ac, thanks a lot. Yuri Lensky writes: > The hash computed for LaTeX previews did not actually take into > account the true foreground/background text color, so org would not > refresh previews when themes change.

Re: BUG?: Are TAGs case sensitive? ('org-agenda-show-tags')

2021-04-27 Thread Bastien
Hi David, David Masterson writes: > I have been using upper-case TAGs and just noticed that > 'org-agenda-show-tags' is reporting them in lower-case which is not > right since I have another TAG that is the lower-case version of the > upper-case TAG (sort of a visual importance indicator).

Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2021-04-27 Thread Bastien
Ihor Radchenko writes: > Maybe you can use > > (eq (org-element-type (car (org-element-lineage element))) 'drawer) Indeed, thanks for the tip! Committed as 26d1d29cf.

Re: Bug: Logbook drawer and org-adapt-indentation with value headline-data [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2021-04-27 Thread Bastien
Hi Gustavo, sorry it took so long to get back to this. Bastien writes: > Gustavo Barros writes: > >> the new release brought the interesting value `headline-data' to the >> option `org-adapt-indentation'. However it introduces some issues >> regarding the in

Re: Help with reproducing bugs reported on this list

2021-04-27 Thread Bastien
Bastien writes: > we are looking for someone to take charge of a very important task: > reproducing bugs reported on this list. I'm happy to close this call for help, as John (cc'ed) kindly volunteered to help with this task. Thanks John! Of course, everyone is still welcome

Re: [PATCH] Have C-c C-c recognise #+plot lines

2021-04-26 Thread Bastien
Hi Eric, Eric S Fraga writes: > On Monday, 26 Apr 2021 at 17:11, Timothy wrote: >> Since you don't seem to have pushed yet, here's an updated patche that >> takes into account Nicolas' comments. > > Oh, and to clarify: I don't have push access; I can only do testing but > not installation! If

Re: Bug: [PATCH] define-minor-mode: prefer keyword args [9.4.5 (9.4.5-ga02a3b @ /home/n/.emacs.d/straight/build/org-plus-contrib/)]

2021-04-26 Thread Bastien
Hi Kyle, Kyle Meyer writes: > Bastien writes: > >> Hi, >> >> thanks for the patch, we do indeed need to move forward for this. >> >> Could you propose the patch against the master branch (not the maint >> branch, since this is not a bugfix)

Re: Bug: table header line mode misaligned in org-indent-mode

2021-04-26 Thread Bastien
Hi Oorja, thanks a lot for reporting this. I fixed this with commit 058339d6e in the maint branch, it will be in the next bugfix version.

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-26 Thread Bastien
Hi Jorge, Jorge P. de Morais Neto writes: > Therefore, when a verifiably public domain script > is blocked by LibreJS, LibreJS users (like me) get unhappy; this ought > to be solved. this has just been resolved - see my other message today. Legally, one could dispute the fact that these lines

On using to-do lists efficiently

2021-04-26 Thread Bastien
Slightly offtopic but I sat down this week-end trying to grasp with very few words what I learned on how to use to-do lists efficiently over the years, and here it is: https://bzg.fr/en/on-using-to-do-lists-efficiently/ Posted it on HN: https://news.ycombinator.com/item?id=26944239 I'm curious

Re: Bug: [PATCH] define-minor-mode: prefer keyword args [9.4.5 (9.4.5-ga02a3b @ /home/n/.emacs.d/straight/build/org-plus-contrib/)]

2021-04-26 Thread Bastien
Hi, thanks for the patch, we do indeed need to move forward for this. Could you propose the patch against the master branch (not the maint branch, since this is not a bugfix) and perhaps fix *all* warnings? Also, here the preferred format for the commit message: * lisp/org-table.el

Re: Bug: JavaScript in HTML export not recognized by LibreJS as free [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-26 Thread Bastien
Hi Anthony, thanks for your explanations around this issue. I made a mistake when applying your patch here: https://code.orgmode.org/bzg/org-mode/commit/471054136 https://orgmode.org/list/20200617002335.l4lg3slfxm74vx3h@silver/ The original Javascript lines were written by Carsten 12 years ago

Re: org-agenda-list should respect org-agenda-max-entries

2021-04-26 Thread Bastien
Hi Ag, Ag Ibragimov writes: > While going through the source code, I've noticed that org-agenda-list > scans all the files in org-agenda-files and processes all Org items > those files contain. > > However, it seems when org-agenda-max-entries or org-agenda-max-todos > are not nil, it still

Re: [PATCH] ox-html.el: Add HTML_CONTENT_CLASS to support css classes in content tag

2021-04-26 Thread Bastien
Applied as 4efab7681, thanks. I added "TINYCHANGE" at the bottom of your commit message to signal this is small change done by someone who has not (yet) assigned his copyright to the FSF. Sameer Rahmani writes: > * ox-html.el (org-html-template): Added the support for a CSS class name > to the

Re: [PATCH] ob-lilypond: allow user configuration of header-args

2021-04-26 Thread Bastien
Hi Jamie, thanks for the patch, I applied it as ea8f7610c. ob-lilypond.el does not have a maintainer, would you be willing to volunteer? Thanks!

Re: [PATCH] Improve documentation of #+startup keyword

2021-04-26 Thread Bastien
Hi Detlef, Detlef Steuer writes: > I really would like to have as much as possible in the manual. Explanations are always good in the reference manual, yes, but clarifications belong in the community-driven extended manual that is Worg, IMO. I think this change would overload the manual

Re: [PATCH] Allow multiple %(expression) instances in org-agenda-prefix-format

2021-04-26 Thread Bastien
Applied as 0260d2fcf, thanks! Ihor Radchenko writes: > * lisp/org-agenda.el (org-compile-prefix-format): Use non-greedy match > for %(expression).

Re: [PATCH] Use tags for SVGs

2021-04-26 Thread Bastien
Applied as d96e89757, thanks.

Re: [PATCH] ox-bb.el: Add BBCode exporter

2021-04-26 Thread Bastien
Hi Christian, Christian Garbs via "General discussions about Org-mode." writes: > after getting an encouraging reply to my initial proposal[1], I went > forward and finished the patch to include the BBCode exporter in Org. > The patch applies to current master and includes a suite of tests.

Re: [PATCH] Improve documentation of #+startup keyword

2021-04-26 Thread Bastien
Hi Timothy, Timothy writes: > I was talking to someone who was finding the behaviour of `#+startup' > confusing, and they managed to work out a table summarising the > behaviour. > > I think that this would be a good addition to the manual, and help > clarify the behaviour --- so I've prepared

Re: [PATCH] Improve code readability in org-set-font-lock-defaults

2021-04-26 Thread Bastien
Applied as 38842b2ff, thanks. Nick Savage writes: > I'm not sure what the appetite is for small changes like this, but I > have attached a small patch to improve readability in > org-set-font-lock-defaults. I was trying to understand how > org-emphasize worked and came across some code that I

Re: Concerns about community contributor support

2021-04-26 Thread Bastien
Tim Cross writes: > OK, consider me 'singed up". Done, thanks again. > What is our position with bugs which can only be reproduced in the > current development version of Emacs? They are extremely rare, so don't worry about this too much. > I'd expect we track them, but focus more on Emacs

Re: Maintaining babel packages — a list of packages that need help?

2021-04-26 Thread Bastien
Hi Arne, "Dr. Arne Babenhauserheide" writes: > I’m currently in the process of enabling myself to contribute. Do we > have a list of babel-packages that need maintenance? This is also > something I’m personally interested in, because I use babel a lot, > including in multi-language workflows.

Re: Concerns about community contributor support

2021-04-26 Thread Bastien
Hi Nick, Nick Savage writes: > On a side note, I'd like some guidance though on whether or not the > community is interested in a refactoring project (done in pieces of > course). I'm wondering if I should be attempting to submit minor (or > larger) patches moving things around to make it

Re: [PATCH] Refresh inline plotted images

2021-04-26 Thread Bastien
Hi Timothy, Timothy writes: > +(defun org-plot/redisplay-img-in-buffer (img-file) > + "Find any overlays for IMG-FILE in the current Org buffer, and refresh > them." I guess M-x eldoc RET will choke because the first line of a docstring should shorter. Other than this nitpick, please feel

Re: [PATCH] ob-java: Allow import to end with asterisk

2021-04-26 Thread Bastien
Hi Ian, ian martins writes: > Thanks for fixing this. I re-read the woof documentation and realized > I needed to put "Applied" at the beginning of the line. Yes - and also add a "X-Woof-Patch: applied" header in your reply.

Re: Concerns about community contributor support

2021-04-25 Thread Bastien
Hi Tim, thank you very much for your detailed answer. Tim Cross writes: > Yes, but with some caveats. Thank you! > For these reasons, I'm probably not the best person to assist with the > review and guidance for patches aimed at adding/extending functionality. The role of a "contributor

Re: [PATCH] Async session eval (2nd attempt)

2021-04-25 Thread Bastien
Kyle Meyer writes: >> I also have an async implementation for ob-R that's ready after this is >> merged :) > > It's a bit disappointing that only one babel user has tested this out > and provided feedback, but please feel free to merge this whenever you > think it's ready. Strong +1 -- and

Re: Bug: org-agenda-undo does not work with repeated tasks [9.4]

2021-04-25 Thread Bastien
Hi Warren, Warren Lynn writes: > With org-mode 9.4, if you have a repeated task like this: > > * TODO My weekly task >   SCHEDULED: <2020-10-14 Wed +1w> > > In daily agenda, if you mark the task done, which will cause the > above to change into: > > * TODO My weekly task >   SCHEDULED:

Re: [PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2021-04-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: >> Thanks, but you forgot the note to etc/ORG-NEWS announcing the new >> option la mission. > > Do I miss something or the need to add ORG-NEWS entry is not mentioned > in the contribution page? I updated https://orgmode.org/worg/org-contribute.html to mention

Re: bug#7506: Replacement for 'htmlize-region-for-past using htmlfontify?

2021-04-25 Thread Bastien
Hi Stefan, Stefan Kangas writes: > The above feature request for `org-html-htmlize-region-for-paste' has > been sitting in the Emacs bug tracker for 10 years. It seems like no > one on our side has taken an interest in it. Yes, this is quite a long-standing issue, and I for one did not have

Re: PDF manual

2021-04-25 Thread Bastien
Hi Frederic, Frederic Santos writes: > It looks like the PDF manual for Org mode is no longer available > (https://www.gnu.org/software/emacs/manual/org.html): only the html > version is online now. > Do you know why? And will the PDF version be back someday? The PDF manual is still here:

Re: [PATCH] optimize org-refile-get-targets

2021-04-25 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > For a while, improvement is significant, so I am attaching the patch > that should make jumps using org-goto or org-refile faster. I hope, I > have not broken anything. Thanks a lot for the patch. Are you still using it? Did anyone tested it?

Re: Please help by becoming a maintainer for an Org Babel file

2021-04-25 Thread Bastien
Hi Andy, Andy Klock writes: > Can I throw my hat in to help maintain ob-sql.el ? Are you still considering it? That would help, and it comes with no obligation, since everyone here is on best-effort mode.

Re: Please help by becoming a maintainer for an Org Babel file

2021-04-25 Thread Bastien
Hi Nick, sorry for the late reply. Nick Savage writes: > I'm willing to volunteer to maintain ob-sqlite.el. I think like Andy, > I have some work to do to get up to speed on my elisp but I'm > comfortable enough with sqlite itself. I added you as the ob-sqlite.el maintainer in 55ef8e858.

Help with reproducing bugs reported on this list (was: Concerns about community contributor support)

2021-04-25 Thread Bastien
Hi all, we are looking for someone to take charge of a very important task: reproducing bugs reported on this list. Bug reports generally starts with "Bug: " in the email subject, even if some emails directly sent to the list may omit this keyword. Once you confirm a bug, you would need to

Re: Concerns about community contributor support

2021-04-25 Thread Bastien
Hi Tim, Tim Cross writes: > I agree and am willing to help if I can. Great! Would you agree to be "officially" appointed to this role, with Timothy? I put quotes on "officially": when moving toward the new maintainance team, I'd like to list maintainers and their roles, including the

Re: Contributor Steward role (was Re: Concerns about community contributor support)

2021-04-25 Thread Bastien
Hi Timothy, thanks for your answer and your willingness to help here, much appreciated. Timothy writes: > I also think that regardless it would be good to put out a call asking > if anyone else is interested/willing to do this: I'm going to be busy > sometimes, a reduced workload is clearly

Re: [tip] search this mailing list with helm-surfraw

2021-04-25 Thread Bastien
Hi Greg, Greg Minshall writes: > okay, i'll bite: what *is* the difference between > https://orgmode.org/list and > https://lists.gnu.org/archive/html/emacs-orgmode/ ? https://lists.gnu.org/archive/html/emacs-orgmode/ is the official archive of the GNU mailing list called

Re: [tip] search this mailing list with helm-surfraw

2021-04-24 Thread Bastien
Hi Juan, Juan Manuel Macías writes: > I have written some elvis for my > personal use, among them this simple script to search this mailing list, > which I share here in case someone finds it useful: Neat! You might want to write another one for the public-inbox archive: E.g.

Re: Backwards compatability

2021-04-24 Thread Bastien
/2c8e8b4a Perhaps you can try to find someone who wants to maintain it. * https://bzg.fr/en/the-software-maintainers-pledge/ -- Bastien

Re: Concerns about community contributor support

2021-04-24 Thread Bastien
answer. What do you think? Would you be willing to take this role? If not, that's perfectly okay, I'll send a call for help. Thanks, -- Bastien

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-04-11 Thread Bastien
Samuel Wales writes: > presumably at some point this will be > https://code.orgmode.org/bzg/org-contrib.git ? No, it will be another URL. -- Bastien

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-04-11 Thread Bastien
ntributed packages, you will have to clone the org-contrib.git repository. -- Bastien

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-04-11 Thread Bastien
l only be released on GNU ELPA and org-contrib on NonGNU ELPA. Let me know if that sounds okay to you. Best, -- Bastien

Re: org-adapt-indentation not honored prior to Org 9.4?

2021-03-31 Thread Bastien
a. Thanks for doing this. > [*] That of course won't be in effect for the file included with Emacs > 27.2. It also won't be at <https://orgmode.org/Changes.html>. > Cc'ing Bastien in case he thinks updating 9.4's Changes.html is > worth it. The overall discussion c

Re: Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-29 Thread Bastien
Git." -- which does not really differ from the current situation, except that we won't have Org ELPA in the mix anymore. -- Bastien

Re: Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-28 Thread Bastien
will only be distributed through GNU ELPA. 9.5.1 won't be on Org ELPA, which will not get new releases after 9.5. I hope this is clearer now, thanks for asking, -- Bastien

Re: Org 9.4.5

2021-03-28 Thread Bastien
5 > I really think that would improve the chances the changelog is read :-), > at least for me :-) Sure, but remember bugfixes releases are just about bug fixes, so casual users are not required to read these changelogs. All best, -- Bastien 287af207f lisp/org.el: Bump version header to 9.4

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-03-28 Thread Bastien
Hi Colin, Colin Baxter writes: >>>>>> Bastien writes: > > > Hi all, starting from Org 9.5, org-contrib will be distributed as > > a NonGNU ELPA package. You will find it here: > > https://elpa.nongnu.org/nongnu/ > > > See fo

Org 9.4.5

2021-03-28 Thread Bastien
Hi all, Org 9.4.5, a bugfix release, is out. Enjoy! -- Bastien

<    4   5   6   7   8   9   10   11   12   13   >