Re: archiving speed [was Re: Tips on maintaining history in Org Mode]

2021-08-10 Thread Samuel Wales
i should clarify. bulk archiving slows down even with /nonexistent/ (have not tried empty) archives. as part of normal and expected operation, bulk creates the archive for the first entry, and then subsequent entries are added. those get slower and slower. i was trying to imply e.g. doing

Re: citations: rx problems with emacs-26.3

2021-08-10 Thread Axel Kielhorn
> Am 09.08.2021 um 19:18 schrieb Maxim Nikulin : > > On 08/08/2021 21:14, Nicolas Goaziou wrote: >> Maxim Nikulin writes: >>> I have noticed another problem with >>> a lot of pcase branches in `org-cite-natbib--style-to-command' in and >>> my experience is not enough to resolve it. On attempt

Re: Expanding how the new cite syntax is used to include cross-references - thoughts?

2021-08-10 Thread Tom Gillespie
In general I like John's suggestion. Org link syntax can be made to do nearly anything because it is possible to bind link actions to arbitrary elisp functions (I have used them to create buttons that run source blocks for some of my non-technical colleagues). The grouping of cross references

Re: archiving speed [was Re: Tips on maintaining history in Org Mode]

2021-08-10 Thread Ihor Radchenko
Samuel Wales writes: > [this is the case even with zero-size archive files; after a few > entries it slows down.] Do you get the same behaviour with the following code? (setq org-archive-save-context-info '(file time)) Best, Ihor

Re: Expanding how the new cite syntax is used to include cross-references - thoughts?

2021-08-10 Thread Bruce D'Arcus
Hi John, On Tue, Aug 10, 2021 at 8:58 PM John Kitchin wrote: > ... I would like what I call an orthogonal approach for cross-references, > orthogonal in the sense that it can coexist with org-ref, but not require > org-ref if you don't use it. The built in internal links like [[label]] lack

Re: archiving speed [was Re: Tips on maintaining history in Org Mode]

2021-08-10 Thread Samuel Wales
i have not bulk archived in a year or two, because it is too slow for me. i am curious why, when appending to an archive file, append-to-file or write-region are not used, to merely put the entries there instead of loading the archive file into emacs? [this is the case even with zero-size

Re: Bug: refreshing agenda moves all lines up [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /Users/pu/.emacs.d/elpa/org-20210802/)]

2021-08-10 Thread Nick Dokos
p...@disroot.org writes: > Hello everybody, > > my first bug report so I hope this is useful. > > Since the last org-mode update, whenever I press "r" to refresh my customised > agenda view (org-agenda-redo), > the whole buffer moves up by 1 line, which hasn't been the case until now. > This

Expanding how the new cite syntax is used to include cross-references - thoughts?

2021-08-10 Thread John Kitchin
To preface this, let me note that I am looking for a way to replace org-ref with a complete and orthogonal package for writing scientific papers with citations and cross-references. (I can probably live without the glossary and acronym support). The cross-references in org-ref were handled with

Re: Bug: org-clock-report tag matching seems to be broken [9.1.9 (release_9.1.9-65-g5e4542 @ c:/Users/user/emacs-26.3-x86_64/share/emacs/26.3/lisp/org/)]

2021-08-10 Thread Nick Dokos
"Lewalder, Sebastian" via "General discussions about Org-mode." writes: > I recently updated my packages and after the update the clock tables are > > not working anymore. I reran an report from june and here too the > > matching didn't work anymore. > > #+BEGIN: clocktable :scope file

Re: [Concept talk] Org-connector

2021-08-10 Thread Tom Gillespie
Hi Sébastien, I think you are probably looking for org-sync which implements exactly this functionality. You would need to write a new backend for your particular ticketing system, but github, bit bucket, and redmine backends already exist and can serve as an example. Best, Tom

Re: bug: Error handling in source blocks.

2021-08-10 Thread Tom Gillespie
I will also chime in here to say that managing output streams and errors for babel is a major new feature that I am interested in. The issue, as Tim points out, is that there is a lot of complexity lurking here due to the fact that certain languages have fundamentally different capabilities and

Re: [BUG] Fill-paragraph issue with hidden emphasis markers and composed characters

2021-08-10 Thread Rudolf Adamkovič
On a related note, I recently disabled “org-hide-emphasis-markers,” only to discover that the columns in all my tables that use =mono= text do not line up. Ouch! R+ Lucas Viana writes: Dear list, I'm not sure if this is a general issue with fill-paragraph or with the way org hides

Re: [Concept talk] Org-connector

2021-08-10 Thread Tim Cross
Sébastien Gendre writes: > Hello everyone, > > I wanted to talk about a concept for Org-mode. For now it's just a > concept, but maybe it already exist a package that do it. > > The concept is called org-connector: It's a package that let you connect > an Org-mode file with an external tickets

Re: bug: Error handling in source blocks.

2021-08-10 Thread Tim Cross
James Powell writes: >   Error handling is important and hard to get right.  Me, I prefer to >   treat every warning as an error (-Werror in gcc, "options(warn=2)" in >   R, etc).  I want the system to grind to a halt at the least sign of >   trouble. > >   When I write some nonsense into a

[Concept talk] Org-connector

2021-08-10 Thread Sébastien Gendre
Hello everyone, I wanted to talk about a concept for Org-mode. For now it's just a concept, but maybe it already exist a package that do it. The concept is called org-connector: It's a package that let you connect an Org-mode file with an external tickets or tasks manager and let you manage your

Re: org-attach-sync uses directory-empty-p (new in Emacs 28)

2021-08-10 Thread Marco Wahl
Arthur Miller writes: > Kyle Meyer writes: > >> In 61e083732 (org-attach: Possibly delete empty attach directory, >> 2021-07-09), you added a call to directory-empty-p. This function was >> introduced in Emacs's 0806075520 (Add directory-empty-p and new argument >> COUNT for directory-files-*,

Re: bug: Error handling in source blocks.

2021-08-10 Thread Berry, Charles
> On Aug 9, 2021, at 9:13 PM, James Powell wrote: > > Error handling is important and hard to get right. Me, I prefer to > treat every warning as an error (-Werror in gcc, "options(warn=2)" in > R, etc). I want the system to grind to a halt at the least sign of > trouble. If the

Re: Library of Babel usage of other programming languages than elisp

2021-08-10 Thread Eric S Fraga
On Monday, 9 Aug 2021 at 16:03, Zelphir Kaltstahl wrote: > The CALL does not work at all for me, not even in the same document, while the > code works just fine in geiser. It results in and empty "#+RESULTS:" being > output below the "#+CALL: ..." and the error in *Messages*. Which indicates

Re: virtual-fill mode in mail buffers, with orgalist-mode, prefix is not considered when virtual-fill is on

2021-08-10 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: Hi Ihor > Uwe Brauer writes: [Snip]... > (add-hook! 'org-mode-hook (setq-local adaptive-fill-function > #'org-adaptive-fill-function)) Thanks that works. However, it does not work in an email buffer (using orgalist) even with (add-hook