Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-05 Thread Kyle Meyer
Titus von der Malsburg writes: > Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle > > * lisp/org.el: The value for the #+subtitle: property is now displayed > with face `org-document-info' instead of `org-meta-line'. > > Like the title, author, e-mail, date, the subtitle is

Re: Bug: problem caused by eval-after-load "speedbar" [9.3 (release_9.3 @ c:/ProgramData/chocolatey/lib/Emacs/tools/emacs/share/emacs/27.1/lisp/org/)]

2020-11-05 Thread Kyle Meyer
John Foerch writes: > Hello, > > I was getting the following error on emacs startup: > > Symbol’s function definition is void: speedbar-add-supported-extension [...] > However, I noticed that 'eval-after-load can take either a filename or a > feature symbol as its argument. If the string

Re: [PATCH] ox.el: Add missing polish translations in export dictionary

2020-11-05 Thread Kyle Meyer
Karol Wójcik via "General discussions about Org-mode." writes: > Hi All, > > This patch is just a quick addition to export dictionary for polish language. > Things which were translated: > > - Continued from previous page -> Ciąg dalszy poprzedniej strony > - Continued on next page-> Kontynuacja

Re: [PATCH] ob-java

2020-11-05 Thread Jarmo Hurri
Hello Ian. ian martins writes: >> Being a heavy user, I wonder if worg documentation page is being kept >> up to date with the changes? > Yes, that page is up to date. Actually, the page is new. Brilliant! So the only thing that was not up to date was me. (I wonder if it would be possible

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

2020-11-05 Thread Asa Zeren
Here are a number of fixes to ob-C.el. There is still probably a bunch of general cleanup to do in this file, but these changes make it work for me. 0001-ob-C.el-Fix-a-number-a-bugs-related-to-table-paramet.patch Description: Binary data

Re: [PATCH] org-manual.org: Remove languages list and update worg link

2020-11-05 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH] org-manual.org: Remove language list and fix Worg link > > * doc/org-manual.org: Remove the language list and fix the Worg link > since the languages page has moved. Renumber footnotes. > > The language list in the manual is missing many languages. Rather

Re: [PATCH] New "project" option for org-link-file-path-type

2020-11-05 Thread Kyle Meyer
Jack Kamm writes: > I like the idea of letting org-link-file-path-type be a function. > > However, it struck me that it might be too limiting to just have the > function return the project root. There's a lot more potential for > customization here -- for example, a user might want to combine the

org-crypt patch

2020-11-05 Thread Logan James
Add `org-crypt-decrypt-after-save-magic' function to complement the currently existing `org-crypt-use-before-save-magic' function. Causes the buffer to be unencrypted after it has been saved to file so that you can continue working on it without manually running `org-decrypt-entries' This has the

New bidi problems with org-mode (Arabic, Hebrew,..)

2020-11-05 Thread Fr Ml
https://emacs.stackexchange.com/questions/61494/new-bidi-problems-with-org-mode-arabic-hebrew Hallo, Some time ago (maybe 3 months) I've noticed some problems with the bidi support (right-to-left languages) in org-mode. One problem I can't

[PATCH] ox-md.el/preserve radio target hyperlink

2020-11-05 Thread nazar.sta...@atk.sk
exporting to markdown looses radio target hyperlinks. >From bbe8ef631467f9f5f097412a946a82d38e96235c Mon Sep 17 00:00:00 2001 From: "turbo.c...@clovermail.net" Date: Tue, 3 Nov 2020 22:24:03 +0200 Subject: [PATCH] ox-md.el/preserve radio target hyperlink * ox-md.el (org-md-link): format

Re: Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-05 Thread Bastien
Thanks a lot, that's very useful. Something I'm not sure: shall we sign only the "archive-contents" file or both "archive-contents" and "org-MMDD.tar"? For the public key of Org ELPA, where would you expect to download it from? https://orgmode.org/elpa/key.asc or https://pgp.mit.edu or both?

Re: Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-05 Thread Jean Louis
* Bastien [2020-11-05 20:19]: > Hi Jean Louis, > > Jean Louis writes: > > > GNU ELPA provides signed archive-contents. Org should provide it too, > > isn't it? > > can you let us know what are the steps involved in signing > the archive-contents file? This I find out as I have the variable

Re: Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-05 Thread Bastien
Hi Jean Louis, Jean Louis writes: > GNU ELPA provides signed archive-contents. Org should provide it too, > isn't it? can you let us know what are the steps involved in signing the archive-contents file? Thanks, -- Bastien

Re: [PATCH] ob-java

2020-11-05 Thread ian martins
Yes, that page is up to date. Actually, the page is new. Are you using the latest? Were there any issues when you updated? On Thu, Nov 5, 2020, 11:32 AM Jarmo Hurri wrote: > > Hi there! > > I noticed that a lot of work is being put into Java in Babel. Excellent. > > Being a heavy user, I

Bug: unsigned file `archive-contents' on orgmode.org [9.4 (9.4-19-gb1de0c-elpa @ /home/data1/protected/.emacs.d/elpa/org-20201019/)]

2020-11-05 Thread Jean Louis
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: [PATCH] ob-java

2020-11-05 Thread Jarmo Hurri
Hi there! I noticed that a lot of work is being put into Java in Babel. Excellent. Being a heavy user, I wonder if worg documentation page is being kept up to date with the changes? https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-java.html All the best, and stay safe. Jarmo