Re: Cannot link to files with no extension

2022-03-10 Thread Colin Baxter
Hi Nick, > Nick Dokos writes: > Colin Baxter writes: >> 6. In a.org enter [[file:./z][This is file z]] and save. >> >> 7. Click on the link. >> >> 8. Message "Running less in /path/to/z ... done", but link does >> not open. >> > This sounds like your

Re: Can't cite multiple sources with biblatex, autocites & autopunct

2022-03-10 Thread Zac E
Hello, > Nicolas Goaziou writes: > > Could you provide an example demonstrating the issue? It should include > a minimal Org source, the LaTeX output, and the expected output. Thank you for your response! I have included a minimal example below. I am running Emacs 27.2 and Org-mode 9.6. ORG

[BUG] error after reading in contents of other file [9.6 (9.6-??-e7ea951 @ /home/user/.emacs.d/.local/straight/build-28.0.50/org/)]

2022-03-10 Thread Mark Edgington
I manually opened a new daily file, and read in some content from another file (using ':r filename.txt' with Evil). After doing this, the content was inserted, but the following traceback occurred: Warning (org-element-cache): org-element--cache: Org parser error in 2022-03-10.org::193.

Re: Cannot link to files with no extension

2022-03-10 Thread Nick Dokos
Nick Dokos writes: > Check also the value of the system-specific variable > `org-file-apps-{gnus,windowsnt,macos}' - whichever is applcible to your > case. That should be `org-file-apps-{gnu,windowsnt,macos}'. -- Nick "There are only two hard problems in computer science: cache invalidation,

Re: [BUG] Questionmarks in org-agenda instead of file names [9.5.2 (9.5.2-g3154c2 @ /Users/eugr/.emacs.d/straight/build/org/)]

2022-03-10 Thread Eugene Rakhmatulin
Hi Ihor, It took a bit longer than usual to reproduce, but the questionmarks appeared again. Org was updated to the latest version on both machines. I'll delete the caches and see if I can reproduce again. Thanks, Eugene. On Sat, Feb 19, 2022 at 11:30 PM Ihor Radchenko wrote: > > Eugene

Re: Cannot link to files with no extension

2022-03-10 Thread Nick Dokos
Colin Baxter writes: > 6. In a.org enter [[file:./z][This is file z]] and save. > > 7. Click on the link. > > 8. Message "Running less in /path/to/z ... done", but link does not >open. > This sounds like your `org-file-apps' is funny. What is its value? Check also the value of the

Re: ox-publish: Some starting problems

2022-03-10 Thread Nick Dokos
[Answers to some of the questions inline] c.bu...@posteo.jp writes: > 1. Is this mailing list the right place to discuss ox-publish > related topics? The ox-publish.el only contains two e-mail > addresses? > Yes. > 2. Because ox-publish is skipping "unmodified files" I deleted all > HTML

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-10 Thread Ignacio Casso
Max Nikulin writes: > On 10/03/2022 19:53, Ignacio Casso wrote: >> For example, if we call this: >>(let ((org-capture-templates >> '(("d" "default" entry >> (file+headline org-default-notes-file "Tasks") >> "* %?" >> (org-capture nil "d"))) >>

Re: [wip-cite-new] Exporting to pandoc md (and from there to zotero odt)

2022-03-10 Thread Anders Johansson
Hi, >We should also get pandoc to support updated org-cite syntax. > https://github.com/jgm/pandoc/issues/7329 Now that pandoc has org-cite support, I found it simpler to reuse ox-pandoc (https://github.com/emacsorphanage/ox-pandoc) and just do this very simple configuration. ox-pandoc exports to

[PATCH] org-protocol.org: updated Linux setup (Gnome) section

2022-03-10 Thread Wilko Meyer
Good evening, I'd like to suggest an update to the org-protocol.org "Linux setup (Gnome)" section as it is refering to gconf/gconftool-2 which is deprecated as of Gnome 3. It may be a good idea to use .desktop-Files (as described in freedesktop.orgs Desktop Entry/Menu Specification) here to

Re: [BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-10 Thread Max Nikulin
On 10/03/2022 19:53, Ignacio Casso wrote: For example, if we call this: (let ((org-capture-templates '(("d" "default" entry (file+headline org-default-notes-file "Tasks") "* %?" (org-capture nil "d"))) It produces the error: (error "No

Re: Move or rename a file in a link

2022-03-10 Thread Juan Manuel Macías
Hi João, Thanks for your comment. João Pedro de Amorim Paula writes: > Thanks for sharing! It'd be great if it worked for attachments as well, > but that is a whole can of worms. Regarding attachments, do you mean org attachments or email attachments? Could you give an example of a use case?

[BUG] org-capture autoload bug? [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-03-10 Thread Ignacio Casso
Hello, I think I've found a bug with org-capture autoload. If the first time you use org-capture before it's actually loaded is within a let form binding org-capture-templates, it produces an error saying that the template was not found. For example, if we call this: (let

Re: bug-tracker: How to response/subscribe to a bug-thread

2022-03-10 Thread Max Nikulin
On 09/03/2022 23:46, c.bu...@posteo.jp wrote: There is a known bug that is also tracked on the "dashboard" (https://updates.orgmode.org/) as "Inconsistent handling of id: links to other file during publish". https://list.orgmode.org/12368452.sVpYeFqCzH@pluto/ I was not subscribed to the

Re: Please add support for dlangs packagemanager to ob-C.el

2022-03-10 Thread tbanelwebmin
Thanks Christian for this contribution. Easily adding DLang dependencies while keeping a single code block seems quite useful. I will take a deeper look at your proposal. Also, you marked your patch as TINYCHANGE, which imply it is less than 15 lines long. However your patch is 24 lines long.