Re: [BUG] warrning in org-element---cashe [9.6 (9.6-??-27edae8ce @ /Users/mohammedalbatati/.emacs.d/.local/straight/build-27.2/org/)]

2021-11-24 Thread Ihor Radchenko
Mohammed Albatati writes: > Saw this warrning puped to the screen asking to submit a bug report, the > org-mode is working fine so far without any issues Thanks for reporting! Can you also provide the warning text when you see it next time? The text contains important clues for us to understand

Re: [DISCUSSION] Refactoring fontification system

2021-11-24 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > Recently, there have been multiple issues related to incorrect > fontification: > - https://list.orgmode.org/orgmode/23707.20428.546749.44...@frac.u-strasbg.fr/ > - https://list.orgmode.org/orgmode/87fsujp7mc@web.de/ > - https://list.orgmode.org/orgmode/87czvq

Re: [oc-basic] fontification weirdness

2021-11-24 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > I can't fully pin this down, but I and a couple of others I've > discussed this with are seeing the following behavior. > > With this example: > > a citation [cite:@couper2014] and another [cite:@kohn2006] > > ... the first citation is highlighted, and the second

[oc-basic] fontification weirdness

2021-11-24 Thread Bruce D'Arcus
I can't fully pin this down, but I and a couple of others I've discussed this with are seeing the following behavior. With this example: a citation [cite:@couper2014] and another [cite:@kohn2006] ... the first citation is highlighted, and the second (and any subsequent) is not. In some way I ca

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread András Simonyi
Dear All, On Wed, 24 Nov 2021 at 16:49, juh wrote: > The error disappears but the bibliography still is not rendered. > > I get the plain code: > > [@doe 45] > > [cite/t:@doe 45] > > juh is the rendering OK when you export using the built-in, standard backends, e.g., html or txt? As a data point,

Re: [PATCH] ob-shell-test, test-ob-shell and introduction

2021-11-24 Thread Matt
> [FSF copyright assignment]. Have you done that yet? I just verified with my employer that my contract grants an exception for this project. Just emailed the request to ass...@gnu.org. Also, got access from Bastien for worg. I figure it's probably best to reserve any more changes 'til th

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread John Kitchin
If you are happy with org-ref, here is a minimal example that shows how to get a bibliography via csl, and a pre-processing hook. * test A sentence with ref [[cite:&nandy-2021-audac-huge]]. * Bibliography bibliography:~/Dropbox/emacs/bibliography/references.bib * build :noexport: #+csl-styl

Re: org-roam broken for me

2021-11-24 Thread Noboru
> Symbol's function definition is void: org-collect-keywords, skipping You might need to update your Org. I guess you are on 9.3? This function is introduced with 9.4 if I remember correctly; it is prerequisite for Org-roam now. If Org version is not the cause, I have no other ideas. Noboru

[PATCH] Fix ob-plantuml over TRAMP

2021-11-24 Thread guillaume
Hi All, My Emacs Workflow involves connecting to a dev server over SSH so I can use my machines as thin clients and avoid synchronizing files, for that I do pretty much everything over TRAMP as I don’t want to lose the benefits of GUI Emacs. While everything mostly works impressively fine, I not

Re: [PATCH] Fix regex for determining image width from attribute

2021-11-24 Thread Max Nikulin
On 24/11/2021 22:59, Matt Huszagh wrote: Better? Certainly. I have not tested the patch though. I am sorry that I confused you by my note concerning space before :width. I am afraid, current variant means repeated ":" + (concat "^[ \t]*#\\+attr_" +

Re: [HELP] Request for patches to improve Org test coverage

2021-11-24 Thread Daniele Pizzolli
Ihor Radchenko writes: > Dear Fellow Orgers, > > Despite being not directly visible to users, Org mode testing suite is > critical to maintain overall codebase stability. It helps to avoid > unintentional breakages as we keep adding new features to Org. [] > - Generally, more and better tests

Re: [PATCH] Fix regex for determining image width from attribute

2021-11-24 Thread Matt Huszagh
Max Nikulin writes: > This is related solely to docscring. > >> +that is not found, use the first #+ATTR_.*:width specification. > > I am unsure how to make this phrase more clear, maybe something like > "use :width value from the first #+ATTR_,*" or even "#+ATTR_xxx" to > avoid ".*". > >> +

org-roam broken for me

2021-11-24 Thread juh
Dear all, after straight-pull and rebuild today org-roam stops sync'ing the da with Symbol's function definition is void: org-collect-keywords, skipping I don't update org-roam every day. So I don't know which version works for me. Any hints? juh -- Autoren-Homepage: . http://literatur

[BUG] warrning in org-element---cashe [9.6 (9.6-??-27edae8ce @ /Users/mohammedalbatati/.emacs.d/.local/straight/build-27.2/org/)]

2021-11-24 Thread Mohammed Albatati
y Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread juh
Am Wed, Nov 24, 2021 at 11:59:19AM +0100 schrieb Denis Maier: > > Am 24.11.2021 um 10:32 schrieb juh: > > [...] > > > Thanks a lot but I get: > > > > Unknown processor csl > What happens after this? > > M-: (require 'oc-csl) > > Will this evaluate or do you get an error message? > The error

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread juh
Am 24.11.21 um 09:43 schrieb Denis Maier: Are you already on org 9.5? Looks like your still using the "old" org-ref links. The following mwe might get you started: %% #+title: Citation tests #+cite_export: csl #+bibliography: test.bib [cite:

Re: [PATCH] Fix regex for determining image width from attribute

2021-11-24 Thread Max Nikulin
On 24/11/2021 08:57, Matt Huszagh wrote: Max Nikulin writes: I may be wrong, but it seems both the old and the new regexps match #+attr_html : :width 50% that is not a keyword due to a space before ":". The dot in the regexp is too permissive. I agree. Despite ".*" includes ": " bef

Re: A mobile clocking solution?

2021-11-24 Thread Daniel Baker
Oops. I'm sorry, I forgot to include the link. That would be for orgzly. https://github.com/orgzly/orgzly-android/pull/691 On Wed, 24 Nov 2021, 08:44 Marcin Borkowski, wrote: > > On 2021-11-21, at 15:25, Daniel Baker wrote: > > > Hi Marcin, > > > > There's an open pull request on github that

Re: [HELP] Request for patches to improve Org test coverage

2021-11-24 Thread Max Nikulin
On 24/11/2021 20:11, Ihor Radchenko wrote: - Generally, more and better tests would be welcome. There are some tests (test-org/org-sort-remove-invisible) lost in a lengthy thread https://list.orgmode.org/orgmode/s5p88r$go9$1...@ciao.gmane.io/ There is even updates.orgmode.org entry for them:

Re: bulk archive slow

2021-11-24 Thread Ihor Radchenko
Samuel Wales writes: > thank you! bulk archiving will be among the first things i will try > once i upgrade. i have years[?] of doneified tasks now i think. > > i always use maint, with my own few patches rebased on top, so not > sure if i can take advantage of it, except to run main to do it.

[HELP] Request for patches to improve Org test coverage

2021-11-24 Thread Ihor Radchenko
Dear Fellow Orgers, Despite being not directly visible to users, Org mode testing suite is critical to maintain overall codebase stability. It helps to avoid unintentional breakages as we keep adding new features to Org. Yet, writing tests is probably not the most exciting part for volunteer cont

matlab+kernel+jupyter+python: works nicely save the plot command

2021-11-24 Thread Uwe Brauer
Hi Using Ubuntu, python 3.5 matlab 2019a and the python matlab kernel mathworks provides (and ob-ipython, but I presume that scimax (https://github.com/jkitchin/scimax) and https://github.com/nnicandro/emacs-jupyter would behave similar. After starting the python-matlab engine I do #+BEGIN_S

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Colin Baxter 😺
> Eric S Fraga writes: > On Wednesday, 24 Nov 2021 at 09:59, Colin Baxter 😺 wrote: >> Where is citeproc.el? I'm using Org mode version 9.5.1 >> (release_9.5.1-194-gd82936) and I don't see it. > It's a separate Emacs package which you will need to install. > It's available

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Eric S Fraga
On Wednesday, 24 Nov 2021 at 09:59, Colin Baxter 😺 wrote: > Where is citeproc.el? I'm using Org mode version 9.5.1 > (release_9.5.1-194-gd82936) and I don't see it. It's a separate Emacs package which you will need to install. It's available on MELPA. The csl citation engine depends on it. It i

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Denis Maier
Am 24.11.2021 um 10:32 schrieb juh: [...] Thanks a lot but I get: Unknown processor csl What happens after this? M-: (require 'oc-csl) Will this evaluate or do you get an error message? Denis

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Denis Maier
Am 24.11.2021 um 10:59 schrieb Colin Baxter 😺: Denis Maier writes: > Are you already on org 9.5? Looks like your still using the "old" > org-ref links. > The following mwe might get you started: > %% > #+title: Cita

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Colin Baxter 😺
> Denis Maier writes: > Are you already on org 9.5? Looks like your still using the "old" > org-ref links. > The following mwe might get you started: > %% > #+title: Citation tests #+cite_export: csl > #+bibliogra

Unintended consequences of removing org-speed-commands-user

2021-11-24 Thread Shankar Rao
Hello all, I discovered that upgrading to 9.5 broke my configuration because the variable `org-speed-commands-user' was removed. I read the thread (https://list.orgmode.org/87v9hzzhrn@gmail.com/) where this change was proposed and I completely agree that exposing the whole set of `org-speeds-c

Re: Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread Denis Maier
Are you already on org 9.5? Looks like your still using the "old" org-ref links. The following mwe might get you started: %% #+title: Citation tests #+cite_export: csl #+bibliography: test.bib [cite: @doe 45] [cite/text: @doe 45] #+print_bi

Bibliographies on export with ox-context and ox-epub

2021-11-24 Thread juh
Hi all, I am kind of lost with references and ox-context and ox-epub. Is there a tutorial how to integrate a bibliography in ConTeXt and epub-Export? What I want to achieve is to use a bibtex bibliographies with org-roam and export them to epub and ConTeXt to generate bibliographies in the outp