Re: worg patch: R usage of :colnames for :results

2021-09-26 Thread Bastien
Hi Greg, Greg Minshall writes: > hi. i occasionally need to look up how to get header lines on tables > resulting from an evaluation of an R source block. the answer is > =:colnames yes=. here's a patch that minimally documents that. Applied againt worg, thanks! > ps -- i have some vague

Re: [PATCH] Improve org-mouse support for checkboxes

2021-09-26 Thread Jim Porter
On 9/25/2021 10:58 PM, Bastien wrote: I applied the patch adding the TINYCHANGE cookie, since the assignment process isn't done yet. Can you check with copyright-cl...@fsf.org if it will be done anytime soon? Hm, it should be done, since I received confirmation from the copyright clerk on

Re: [PATCH] async process in R

2021-09-26 Thread Jeremie Juste
Hello Greg, > > i was surprised by =:async= standing alone, i.e., with no following > "yes" or "no". is that an org-mode "idiom"? i.e., unadorned header > arguments default to (some form of) "yes"? Many thanks for the feedback, assigning yes or no to async will work as expected. #+begin_src R

Re: worg patch: R usage of :colnames for :results

2021-09-26 Thread Bastien
Hi Greg, Greg Minshall writes: > maybe some comments/links at https://orgmode.org/contribute.html ? I'm not sure what you mean, can you elaborate? > i'm not sure where those sources live, or i'd X-Woof a [PATCH]. :) The orgmode.org website is at https://git.sr.ht/~bzg/orgweb which you can

Re: shrink table in columnmode view (poor man's issue system)

2021-09-26 Thread Uwe Brauer
>>> "MW" == Marco Wahl writes: > Hi! > Uwe Brauer writes: >> I use the following org file to organise my issues. >> It works quite well, however I would like to have a shrink option >> automatically in my columnview. > Your suggestion looks quite useful to me. >> Any idea how to achieve that?

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Timothy
Hi Léo, You write: > Nevertheless, I think that this bug has been introduced recently (I never > noticed it before) and has to be corrected properly (as this is a really > basic use of > org-mode). > Unfortunately, I can barely understand elisp... so writing a patch is far > away from what I

Re: [PATCH] async process in R

2021-09-26 Thread Greg Minshall
Jeremie, a question. in > #+begin_src R :session *R* :results value :async :colnames yes > Sys.sleep(10) > as.list(1:5) > #+end_src i was surprised by =:async= standing alone, i.e., with no following "yes" or "no". is that an org-mode "idiom"? i.e., unadorned header arguments default to

Re: [PATCH] ob-svgbob: New babel backend for SVGBob

2021-09-26 Thread Bastien
Hi Timothy, > Thanks for taking a look at this. In light of your response I’m wondering > about > the ob-* inclusion criteria. I recall when removal was being discussed the > concerns being with ob-* libraries that were some combination of: > ⁃ Too niche > ⁃ Being actively maintained I may be

[PATCH] ob-svgbob: New babel backend for SVGBob

2021-09-26 Thread Steven vanZyl
Hello everyone, Attached is a patch adding Babel support for SVGBob [1] to Org-Mode. SVGBob is a popular CLI tool for transforming freeform ASCII art (like what you can make with artist-mode) into SVG vector images. Unlike dot it does not have a text syntax and is not specifically intended for

[PATCH] async process in R

2021-09-26 Thread Jeremie Juste
Hello, I have integrated some of the ob-session-async package in ob-R.el (finally). Most of the heavy lifting has been made by Jack. So with the patch async evaluation is expected to work out of the box for :result value #+begin_src R :session *R* :results value :async :colnames yes

Re: Empty headline titles unsupported: Bug?

2021-09-26 Thread Tom Gillespie
Hi Bastien, I am strongly in favor of this change. It simplifies the grammar significantly, and from my work on the laundry lexer and parser, I'm 99% certain that the current behavior is a bug that is the result of gobbling the space after the stars in the headline. The correct implementation

Re: Org branches: master, main, and maint?

2021-09-26 Thread Samuel Wales
i have forgotten all my non-basic git, so i guess i am in for a bunch of figuring out the automatic rebase of my stuff on top of upstream. perhaps i can do a single git clone, do the rebase, and then change branches to create the ohters. but i presume this is a normal git thing git clone to get

[BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-26 Thread No Wayman
Experiencing 502 errors and delay when trying to clone the new development repo: time git clone https://git.savannah.gnu.org/git/emacs/org-mode.git Cloning into 'org-mode'... remote: Counting objects: 129920, done. remote: Compressing objects: 100% (28292/28292), done. remote: Total 129920

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Léo Ackermann
Hi Juan Manuel, I agree that some tricks exist in order to prevent this behavior. Nevertheless, I think that this bug has been introduced recently (I never noticed it before) and has to be corrected properly (as this is a really basic use of org-mode). Unfortunately, I can barely understand

Re: [PATCH] Improve org-mouse support for checkboxes

2021-09-26 Thread Bastien
Jim Porter writes: > On 9/25/2021 10:58 PM, Bastien wrote: >> I applied the patch adding the TINYCHANGE cookie, since the assignment >> process isn't done yet. Can you check with copyright-cl...@fsf.org if >> it will be done anytime soon? > > I think I might be in the database as "James"

Re: [PATCH] ob-svgbob: New babel backend for SVGBob

2021-09-26 Thread Bastien
Hi Steven, thank you very much for proposing this addition! While I personally love it (and find the svgbob-editor demo very impressive), we are in the process of restricting the ob-* files that we include in Org's core and in GNU Emacs. Not later than a few hours ago, I removed several ob-*

Re: [PATCH] ox-publish.el: Speed up org-publish-cache-file-needs-publishing

2021-09-26 Thread Emily Bourke
Hi Bastien, > Tomorrow for sure, and probably next week will be okay too. Perfect, I’ll get back to you once I’ve taken a look tomorrow. > To be clear, I hope we can release 9.5 soon to be able to make it > included in the next Emacs 28.1 version. Understood, thanks for the clarification.

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Timothy
Hi Léo, > I’ll try to do so ;) > Let you know, That’s great to hear. Thanks in advance, even if it doesn’t work out the effort is appreciated . All the best, Timothy

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Juan Manuel Macías
Hi Léo and Timothy, Léo Ackermann writes: > [...] > I think that this bug has been introduced recently (I > never noticed it before) I don't know if I'm pointing in the right direction, or I am missing something, but I would say that this is a problem (or consequence) of

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Léo Ackermann
Hi, I’ll try to do so ;) Let you know, Leo > Le 26 sept. 2021 à 19:01, Timothy a écrit : > > > Hi Léo, > > You write: >> Nevertheless, I think that this bug has been introduced recently (I never >> noticed it before) and has to be corrected properly (as this is a really >> basic use of >>

Re: behavior of (org-insert-heading-respect-content)

2021-09-26 Thread Victor A. Stoichita
Le 18 Sep 2021, Marco Wahl a écrit : > Would be great if you could test the fix. Hi Marco! Sorry, I was unable to try it until today. I just did and It works perfectly. Thanks! Victor

Re: [BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-26 Thread Bastien
No Wayman writes: > That was after multiple attempts which resulted in 502 errors. Yes, I've noticed the https://git.savannah.gnu.org website had some issues today. It seems to be stable now. -- Bastien

worg patch: R usage of :colnames for :results

2021-09-26 Thread Greg Minshall
hi. i occasionally need to look up how to get header lines on tables resulting from an evaluation of an R source block. the answer is =:colnames yes=. here's a patch that minimally documents that. cheers, Greg ps -- i have some vague memory i'm supposed to hack in a "woof" header. but, it's

Re: worg patch: R usage of :colnames for :results

2021-09-26 Thread Greg Minshall
Bastien, > Applied againt worg, thanks! thanks. > You simply need to add [PATCH] to the subject of your email, it will > be listed in https://updates.orgmode.org. You can also manually add > X-Woof-Patch: yes -- see https://github.com/bzg/woof for details. maybe some comments/links at

Re: [PATCH] ob-svgbob: New babel backend for SVGBob

2021-09-26 Thread Timothy
Hi Bastien, > Not later than a few hours ago, I removed several ob-* files: > > > (ob-svgbob.el should not go in org-contrib, though, because the > org-contrib repo is for unmaintained libraries.) > > I suggest you

[PATCH] Re: worg patch: R usage of :colnames for :results

2021-09-26 Thread Greg Minshall
Bastien, > I'm not sure what you mean, can you elaborate? if a picture is worth a thousand words, what's a patch worth? :) thanks for the pointer to the orgweb sources. cheers, Greg >From 2594db749de7ae5ec9400b4397b0ba21d9526c9b Mon Sep 17 00:00:00 2001 From: Greg Minshall Date: Mon, 27 Sep

Re: [PATCH] async process in R

2021-09-26 Thread Greg Minshall
hi, Jeremie, > Many thanks for the feedback, assigning yes or no to async will work > as expected. thanks for the answer. > I am not sure if it is a desirable feature or not. if this is not already idiomatic for org mode, i'd vote to require the "yes" or "no". just my 2 cents. cheers, Greg

Re: Bug: org-adapt-indentation is not compatible with paragraph-indent-minor-mode [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20210412/)]

2021-09-26 Thread Vladimir Nikishkin
>In Org syntax namely empty line serves as paragraph separator (and two empty >lines to terminate list). >As a result of exporting of Org file it should be possible to get indentation >instead of vertical space to represent paragraphs, however some tuning for >each format (ascii, html, latex)

Re: Confusion about ox-slimhtml's inclusion statement

2021-09-26 Thread Bastien
Hi Benjamin, Benjamin Kästner writes: > according to https://github.com/balddotcat/ox-slimhtml, ox-slimhtml > got included into the Org project. However, I cannot find ox-slimhtml > or any mentions in neither any file nor git log --grep. > > Was ox-slimhtml actually included in Org's or Emacs'

Re: [PATCH] org.el: prevent partial fontification when a link is full displayed (was org-link-set-parameters: when :display full, etc.)

2021-09-26 Thread Bastien
Hi Juan, Juan Manuel Macías writes: > As a possible solution I'm attaching this patch (little tested). I could not apply the patch in the bugfix or main branch. Is it still relevant? If the bug is still here, feel free to send an updated patch. Thanks! -- Bastien

Re: Bug: Reclocking errors out if org-log-note-clock-out is t [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-09-26 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > The fix is attached. Applied in the bugfix branch, thanks. The fix is only for the bugfix branch, since this part in the main branch has been rewritten. Don't hesitate to double-check this, in case something is wrong. Thanks! -- Bastien

Re: routine "org-vm-select-message" in "ol-vm.el"

2021-09-26 Thread Bastien
Hi Alan, Alan Wehmann writes: > The following change to this code works: > > (if (not (re-search-forward > (concat "^" "message-id:\\s-*" (regexp-quote message-id > (error "Could not find the specified message in this folder")) > > since "\\s-" matches white space,

Re: org-collector.el does not deal with inherited properties well

2021-09-26 Thread Bastien
Hi Vikas, Vikas Rawal writes: > Found the answer here: https://lists.gnu.org/archive/html/ > emacs-orgmode/2011-01/msg00292.html thanks for posting both the answer and the response. By the way, org-collector.el is now part of org-contrib and in lack of a maintainer. If you feel like you can

Re: [PATCH] bad table formula recorded in some cases

2021-09-26 Thread Bastien
Hi Thierry, tbanelwebmin writes: > Thanks to Uwe Brauer for pointing to this bug. ... and thanks for the analysis and solution, fixed now. PS: If you can share the solution as a patch, that's easier to track, test and apply. TIA! -- Bastien

Re: Sad tweet

2021-09-26 Thread Corwin Brust
I screen capped this from a non-free tool I've been using because some of us our lazy when we must be stubborn, and anyway, hth: https://bru.st/i/Discord_RVagphlqok.png On Sun, May 23, 2021 at 4:29 PM Ypo wrote: > > I've read this: > > "Contributing to Emacs is so frustrating. It's not worth it

Re: [PATCH] Re: org-bibtex does not recognise @Comment

2021-09-26 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Colin Baxter writes: > >> I've noticed that "org-bibtex-import-from-file" will not import from bib >> files >> which begin with the standard bibtex mode-line heading of >> >> @Comment -*- mode: bibtex; -*- > > Well. It will import the files. However,

Re: Org Trademark [was: A formal grammar for Org]

2021-09-26 Thread Bastien
Tim Cross writes: > IMO there is no trademark issue here. Neither Emacs or org-mode have any > trademark ownership over the term 'Org' or any word which has 'org' in > it, like beorg. Indeed, thanks for clarifying this Tim. Otherwise, we could claim some ownership on a large part of the World

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-09-26 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Bhavin Gandhi writes: > >> I was able to reproduce this, and here are my findings as well as a >> reproducible configuration with only a few settings. > > The breakage was introduced in commit c67037: > > [c670379adfbdc4883d3cfa230289fd2829993265] Fix

Re: [PATCH] choices in org-id-find for handling missing ids

2021-09-26 Thread Bastien
Hi Marc, Marc Ihm writes: > So you may feel free to ignore it ... Done ;) It's good to have people paying attention to this feature anyway, so thanks! -- Bastien

Re: [PATCH] worg/org-contrib: fix links to raw files

2021-09-26 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > On 07/07/2021 22:31, Maxim Nikulin wrote: >> On 07/07/2021 14:23, Michael Maurer wrote: >>> On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote: in my config, but making a camel case headline does not create a link when repeating the word in a

Re: org-collector.el does not deal with inherited properties well

2021-09-26 Thread Vikas Rawal
> > By the way, org-collector.el is now part of org-contrib and in > lack of a maintainer. > > If you feel like you can maintain it or can help looking for a > maintainer, please go wild. I am not a big user of org-collector.el. I was only trying it for an exercise, which I have abandoned

Re: org-cite not mentioned in ORG-NEWS for 9.5

2021-09-26 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Emmanuel Charpentier (Cc'ed) wrote some nice documentation for this > feature. He might want to chime in. that'd be great - thanks in advance Emmanuel! I'm adding Timothy to the loop: since he's a native english speaker and this documentation is a high

Re: [PATCH] ox-publish.el: Speed up org-publish-cache-file-needs-publishing

2021-09-26 Thread Bastien
Hi Emily, thanks for your quick feedback! Emily Bourke writes: >> ... did you have time to take a closer look at this? > > I’m afraid I haven’t had any look at this since. However, I’ll have > time tomorrow and later in the week to take a look – will that be > early enough for the 9.5 release?

[PATCH] org.el: Use org-contrib module instead of CONTRIB dir in docs

2021-09-26 Thread Max Nikulin
On 07/07/2021 14:23, Michael Maurer wrote: On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote: (setq org-return-follows-link t) (custom-set-variables '(org-modules (quote (org-wikinodes))) '(org-return-follows-link t)) Is this deprecated and no longer part of org? I searched the

Re: [PATCH] extra space at the end of lines in source

2021-09-26 Thread Greg Minshall
Bastien, > Applied, thanks! thank *you*!

Re: [patch] priorities range reversed

2021-09-26 Thread Bastien
Hi Joe, Joe Corneli via "General discussions about Org-mode." writes: > In the case of numeric priorities [#1] [#9] and so on, there is a test > that is reversed in org.el. See the docstring of `org-priority-highest': The highest priority of TODO items. A character like ?A, ?B, etc.,

Re: [PATCH] org.el: Use org-contrib module instead of CONTRIB dir in docs

2021-09-26 Thread Bastien
Max Nikulin writes: > Another patch to avoid confusing of users in customization > interface. Applied, thanks a lot! -- Bastien

Re: ox-taskjuggler scenarios

2021-09-26 Thread Bastien
Hi, Tim Cross writes: > My guess is that ox-taskjuggler.el is currently lacking an active > maintainer. Bastien can probably clarify, but I would consider just > modifying the code to add the missing functionality you need and posting > some patches. ox-taskjuggler.el now lives in

Re: Suggestions for improved suffix parsing in oc-biblatex

2021-09-26 Thread Bastien
Hi Denis, Denis Maier writes: > I think the suffix parsing in oc-biblatex could be improved. Can you provide a patch for this? -- Bastien

Re: behavior of (org-insert-heading-respect-content)

2021-09-26 Thread Bastien
Hi Marco, Marco Wahl writes: > Would be great if you could test the fix. If you're confident with the fix, please go ahead and push the commit. Thanks, -- Bastien

Re: Bug: Fontify error with markdown source block [9.4.4 (release_9.4.4 @ /usr/share/emacs/28.0.50/lisp/org/)]

2021-09-26 Thread Bastien
Timothy writes: >> After you send it here, you can push to bugfix and merge the bugfix >> branch into main. > > I’ll do exactly this shortly. Thanks! -- Bastien

Re: [PATCH] Bug: No highlighting after [9.4.6 (release_9.4.6-544-gc5573b @ /home/user/.emacs.d/straight/build/org/)]

2021-09-26 Thread Bastien
Hi Sébastien, Sébastien Miquel writes: > Thanks for the report, I can confirm this bug with latest org. > > Here's a patch that fixes this. Applied, thanks. -- Bastien

Re: list re-numbering not working in odt export

2021-09-26 Thread Bastien
Hi Rob, Rob Sargent writes: > It appears to me that explicitly setting list order number is not > honoured by the odt export mechanism.  The following works on latex > (list numbering starts at 7) but not on odt (list numbering starts at > one though the [@7] is stripped from the output (as

Re: [PATCH] org.el: prevent partial fontification when a link is full displayed (was org-link-set-parameters: when :display full, etc.)

2021-09-26 Thread Juan Manuel Macías
Hi Bastien, thank you for your message, Bastien writes: > I could not apply the patch in the bugfix or main branch. Is it still > relevant? If the bug is still here, feel free to send an updated patch. I have consulted the log, and the patch was already applied by Nicololas in commit:

Re: Org branches: master, main, and maint?

2021-09-26 Thread Max Nikulin
On 26/09/2021 17:31, Bastien wrote: Timothy writes: I’ve just had a look at the branches, and I see that we currently have master main maint You probably listed your local branch with "git branch -a" or by checking your .git/config file. If you clone a fresh repo like this:

Re: [PATCH] ox-publish.el: Speed up org-publish-cache-file-needs-publishing

2021-09-26 Thread Emily Bourke
Hi Bastien, Thanks for getting in touch! > ... did you have time to take a closer look at this? I’m afraid I haven’t had any look at this since. However, I’ll have time tomorrow and later in the week to take a look – will that be early enough for the 9.5 release? Best wishes, Emily

[PATCH]

2021-09-26 Thread Timothy
Hi Everyone, I’ve recently been wondering why it is that for sensibly sized images in a LaTeX-export-oriented document I need to do both: ┌ │ #+attr_org: :width 400 │ #+attr_latex: :width 0.4\linewidth └ When in HTML, just ┌ │ #+attr_html: :width 400px └ is fine. This has lead

Re: [PATCH]

2021-09-26 Thread Timothy
How on earth did I remember to start writing the subject, then switch to the message, and forget to finish it... (sigh). Ooops. -- Timothy

Re: [Worg] Proposing a few CSS changes

2021-09-26 Thread Max Nikulin
On 26/09/2021 02:51, Timothy wrote: I’m a big fan of the shift to a fixed em-based max width. However, I’m not quite sold on a few of the other changes, for instance the font change. While it does vary, I must say than in particular I find the default serifed font of browsers somewhat

Re: [PATCH]

2021-09-26 Thread Timothy
Hello again, > I’ve prepared a patch which implements this logic I've just noticed that I had (when x (if (floatp x) ..)) which is a bit silly, so I've removed the unnecessary when. Here's the updated patch. >From 2d8f151bb996e0159793b590baea50c530e3ed11 Mon Sep 17 00:00:00 2001 From: TEC

Re: behavior of (org-insert-heading-respect-content)

2021-09-26 Thread Marco Wahl
Bastien! > Marco Wahl writes: > >> Would be great if you could test the fix. > > If you're confident with the fix, please go ahead and push the commit. This has been committed some days ago. See

[BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Léo Ackermann
Hi! I noticed that in org@888aaa97c0ce331097787333d0d712dd6e4d078f, the following happens: When writing `Consider $a^{*}$ and $b^{*}$` in an org-mode buffer, the two stars match together, causing "and" to appear in bold case. Any idea to fix this unwanted behavior ? Thanks for making org-mode

Re: behavior of (org-insert-heading-respect-content)

2021-09-26 Thread Bastien
Marco Wahl writes: > Bastien! > >> Marco Wahl writes: >> >>> Would be great if you could test the fix. >> >> If you're confident with the fix, please go ahead and push the commit. > > This has been committed some days ago. See > > >

Re: [PATCH] Add faces to improve contextuality of agenda views

2021-09-26 Thread Protesilaos Stavrou
On 2021-09-26, 10:45 +0200, Bastien wrote: >> The attached patch defines and implements a few new faces for the >> agenda. > > Applied, thank you very much for the thorough explanations and the > well-written patch and commit message. > > This deserves an entry in etc/ORG-NEWS for Org 9.5:

Re: [PATCH] Add faces to improve contextuality of agenda views

2021-09-26 Thread Bastien
Hi Protesilaos, Protesilaos Stavrou writes: > Please find attached the entry for the ORG-NEWS. Applied, thank you very much! -- Bastien

Re: [PATCH] org.el: prevent partial fontification when a link is full displayed (was org-link-set-parameters: when :display full, etc.)

2021-09-26 Thread Bastien
Juan Manuel Macías writes: > I have consulted the log, and the patch was already applied by Nicololas > in commit Oops, sorry for the noise and thanks for confirming! -- Bastien

Re: [PATCH] Re: Bug: `org-fill-paragraph' relies on M-q being bound to `fill-paragraph' [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/mwj/.emacs.d/elpa/org-20210809/)]

2021-09-26 Thread Bastien
Ihor Radchenko writes: > The attached is patch solving the "M-q" problem and making sure the > org-fill-paragraph returns non-nil. Applied, thanks! -- Bastien

Re: [BUG] org-compile-prefix-format regexp change breaks eval forms [9.4.6 (9.4.6-gf72a65)]

2021-09-26 Thread Bastien
Ihor Radchenko writes: > Thanks for the suggestion! The patch is attached. Applied, thanks. -- Bastien

Re: [PATCH] Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-09-26 Thread Bastien
Ihor Radchenko writes: > The fix is attached. Applied, thanks! -- Bastien

Re: org-collector.el does not deal with inherited properties well

2021-09-26 Thread Bastien
Vikas Rawal writes: > I can contribute by way > of helping with documentation, if you need that for any part of org. Yes, that's always helpful. Thanks, -- Bastien

Re: [PATCH] org.el: use only link descriptions in indirect buffer names

2021-09-26 Thread Bastien
Hi Juan, Juan Manuel Macías writes: > (new patch attached) I see this patch has been applied, thanks to both of you. I'm marking it as applied for updates.orgmode.org. -- Bastien

Re: [Worg] Proposing a few CSS changes

2021-09-26 Thread Stefan Nobis
Adam Porter writes: > So I think it's very important to respect the user's settings, > especially for long texts and documentation (i.e. not the "home page" > parts of Web sites whose purpose is to present projects as a whole). +1. HTML pages are neither books nor PDFs nor advertising columns.

Re: [PATCH] ob-R output file with graphics parameter

2021-09-26 Thread Bastien
Hi Jeremie, Jeremie Juste writes: > With the following patch the link to graphics output is finally back on > with R source code. What is the status of this patch? Should it be more tested? If it is ready, feel free to apply it in the main branch. Thanks! -- Bastien

Re: [new patch] Re: [PATCH] make org-notify support for macOS desktop notification

2021-09-26 Thread Bastien
Hi, stardiviner writes: > Here is the new patch which invokes notifications though Emacs > built-in API `ns-do-applescript`. Applied in the main branch, thanks. -- Bastien

Re: Empty headline titles unsupported: Bug?

2021-09-26 Thread Bastien
Hi all, Ihor Radchenko writes: > Yet, why not simply alter the headline parser a little bit to support > empty titles + tag? Such headlines are used in some of the tests. See > the attached patch. I'm in favor of this change... Nicolas Goaziou writes: > Because, as I wrote, this is

Re: [PATCH] Fixed lstset where language= wipes out previous definitions

2021-09-26 Thread Bastien
Hi Karl, can you expand a bit more on why this patch would be useful? Perhaps by providing a reproducible use-case where the problem appears? Thanks, -- Bastien

Re: shrink table in columnmode view (poor man's issue system)

2021-09-26 Thread Marco Wahl
Hi! Uwe Brauer writes: > I use the following org file to organise my issues. > It works quite well, however I would like to have a shrink option > automatically in my columnview. Your suggestion looks quite useful to me. > Any idea how to achieve that? One possibility is to write your own

Re: Bug: Fontify error with markdown source block [9.4.4 (release_9.4.4 @ /usr/share/emacs/28.0.50/lisp/org/)]

2021-09-26 Thread Bastien
Hi Timothy, Timothy writes: > I’ve just written a proper commit message for this, and in the > process realised that I wasn’t actually dealing with this the best > way — and so amended my fix to something I’m fairly happy with. Okay - can you post the patch in this thread? > I haven’t pushed

Re: [PATCH] ox-publish.el: Speed up org-publish-cache-file-needs-publishing

2021-09-26 Thread Bastien
Hi Emily, sorry to bump an old thread... Emily Bourke writes: > I'm afraid I haven't had a chance to look at this any further since > my last email. I'll try to find some time this week. ... did you have time to take a closer look at this? We are working on preparing Org 9.5, hopefully

Re: [PATCH] org-cite: Use citeproc-el to create CSL processor itemgetters

2021-09-26 Thread Bastien
Hi András, András Simonyi writes: > this is the first item in a series of oc-csl patches which I've > accumulated and am planning to send this week. (My first attempt to > send a patch, so please be patient and forgiving :-) ) Thanks for your patch! I just applied it in the main branch. --

Re: Bug: Fontify error with markdown source block [9.4.4 (release_9.4.4 @ /usr/share/emacs/28.0.50/lisp/org/)]

2021-09-26 Thread Timothy
Hi Bastien, > Okay - can you post the patch in this thread? Ahh, I forgot to attach it didn’t I. You should find it attached to this message. > After you send it here, you can push to bugfix and merge the bugfix > branch into main. I’ll do exactly this shortly. > You can also add the

Re: Moving some lisp/ob-*.el files to org-contrib - your advice?

2021-09-26 Thread Bastien Guerry
Hi all, Bastien writes: > Less code is less bug and less maintainance. So I'm considering > moving these files to the new (unmaintained) org-contrib repo at > https://git.sr.ht/~bzg/org-contrib: > > - ob-abc.el --- Org Babel Functions for ABC > - ob-asymptote.el --- Babel Functions for

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-26 Thread Juan Manuel Macías
Hi Léo, Léo Ackermann writes: > Hi! > I noticed that in org@888aaa97c0ce331097787333d0d712dd6e4d078f, the > following happens: > When writing `Consider $a^{*}$ and $b^{*}$` in an org-mode buffer, the > two stars match together, causing "and" to appear in bold case. > > Any idea to fix this

Re: babel default header args as functions

2021-09-26 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. Applied, thanks,

Re: Moving some lisp/ob-*.el files to org-contrib - your advice?

2021-09-26 Thread Bastien
Allo Arne, "Dr. Arne Babenhauserheide" writes: > Bastien writes: > >> Less code is less bug and less maintainance. So I'm considering >> moving these files to the new (unmaintained) org-contrib repo at >> https://git.sr.ht/~bzg/org-contrib: >> >> - ob-ditaa.el --- Babel Functions for ditaa >

Re: bug#47885: [PATCH] org-table-import: Make it more smarter for interactive use

2021-09-26 Thread Bastien
Hi, I lost track of the discussion in this thread. My understanding is that there is no agreement on what feature should be added to Org regarding "smarter interactive table import" and a patch is not yet ready for the suggested feature. I'm marking this as canceled on updates.orgmode.org

Re: [PATCH] Add faces to improve contextuality of agenda views

2021-09-26 Thread Protesilaos Stavrou
On 2021-09-26, 10:45 +0200, Bastien wrote: >> The attached patch defines and implements a few new faces for the >> agenda. > > Applied, thank you very much for the thorough explanations and the > well-written patch and commit message. Thank you, Bastien (for this and for maintaining Org in

Re: [Worg] Proposing a few CSS changes

2021-09-26 Thread Timothy
Hi Stefan, Stefan Nobis writes: > [*snip*] > Therefore I support Adams wish to honor the configuration of users. Thanks for chiming in Stefan, I’m coming around to the parts of the view you and Adam seem to share. I’m now thinking that with the font, font size, and viewport settings, that it

Re: [PATCH] Rename headline to heading

2021-09-26 Thread Bastien
Hi André, André A. Gomes writes: > As previously discussed, please find the patch below. I agree this change is a welcome improvement: thanks a lot for working on this patch. I would like to suggest a step by step approach: 1. Updating occurrences in the documentation: manual, guide,

Re: Bug: Fontify error with markdown source block [9.4.4 (release_9.4.4 @ /usr/share/emacs/28.0.50/lisp/org/)]

2021-09-26 Thread Bastien
Hi Timothy, Timothy writes: > I’ve prepared a patch that serves as a catch-all for this type of issue, but > I’m > not sure if this is the best approach. Can you commit a proper patch to the bugfix branch, with a comment in the code explaining why this is a catch-all hack? Also, if someone

Re: Bug: Fontify error with markdown source block [9.4.4 (release_9.4.4 @ /usr/share/emacs/28.0.50/lisp/org/)]

2021-09-26 Thread Timothy
Hi Bastien, > Can you commit a proper patch to the bugfix branch, with a comment in > the code explaining why this is a catch-all hack? I’ve just written a proper commit message for this, and in the process realised that I wasn’t actually dealing with this the best way — and so amended my fix

Org branches: master, main, and maint?

2021-09-26 Thread Timothy
Hello, I’ve just had a look at the branches, and I see that we currently have ⁃ master ⁃ main ⁃ maint My previous impression was that `master' was the main development branch, and `maint' was for testing (though I wasn’t 100% sure). However now there’s `master', `main', and `maint' I’m feeling

Re: [Worg] Proposing a few CSS changes

2021-09-26 Thread Stefan Nobis
Timothy writes: > I don’t think a completely spartan page is entirely sensible though. Indeed! I did not want to argue for all or nothing. :) But font and font size for big chunks of text are quite important and individual choices. So the rest of the styling should try to be flexible enough to

Re: [wip-cite-new] Quick note about citation insertion

2021-09-26 Thread Bastien
Hi all, I'm marking the upstream bug as closed - feel free to resubmit it if I misread the thread. Thanks, -- Bastien

Re: Org branches: master, main, and maint?

2021-09-26 Thread Timothy
Hi Bastien, > You probably listed your local branch with “git branch -a” or by > checking your .git/config file. > > If you clone a fresh repo like this: > > ~$ git clone > > and fetch all the branches (git fetch –all) you should only see >

Re: [PATCH] Add faces to improve contextuality of agenda views

2021-09-26 Thread Bastien
Hi Protesilaos, > The attached patch defines and implements a few new faces for the > agenda. Applied, thank you very much for the thorough explanations and the well-written patch and commit message. This deserves an entry in etc/ORG-NEWS for Org 9.5: would you be willing to submit a patch

Re: [PATCH] ob-R output file with graphics parameter

2021-09-26 Thread Jeremie Juste
Hello Bastien, On Sunday, 26 Sep 2021 at 10:48, Bastien wrote: > What is the status of this patch? Should it be more tested? If it is > ready, feel free to apply it in the main branch. The patch is redundant in its present state. In it's present state, ob-R is better without it. Thanks,

Re: [PATCH] ob-R output file with graphics parameter

2021-09-26 Thread Bastien
Hi Jeremie, Jeremie Juste writes: > The patch is redundant in its present state. In it's present state, > ob-R is better without it. Thanks! I'm marking it as "canceled" then. -- Bastien

BUG Visibility Cycling with inline tasks

2021-09-26 Thread Michael Dauer
Hi, I resend my report with now hopefully all information to reproduce it quickly. Inline tasks are a great feature of org-mode, very useful to include tasks in all sorts of documents without interfering with the document structure. 0. emacs -Q 1. Insert the below snippet into scratch buffer.

Re: Org branches: master, main, and maint?

2021-09-26 Thread Bastien
Hi Timothy, Timothy writes: > I’ve just had a look at the branches, and I see that we currently > have > > master > main > maint Nope, the official source repository contains - main : the development branch (aka the old "master") - bugfix : the bugfix branch (aka the old "maint")

  1   2   >