Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-27 Thread Bastien
Hi all, over the years, Org ELPA at https://orgmode.org/elpa/ has been useful to make it possible to install Org and Org+Contrib as ELPA packages, but maintaining a separate ELPA space just for Org is not necessary. Org 9.5 will be the last release to be distributed on Org ELPA. After 9.5, we wo

Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-03-27 Thread Bastien
Hi all, starting from Org 9.5, org-contrib will be distributed as a NonGNU ELPA package. You will find it here: https://elpa.nongnu.org/nongnu/ See for https://orgmode.org/list/87wnzfy60h@bzg.fr/ for context. Thanks, -- Bastien

Re: Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package

2021-03-27 Thread Bastien
Hi all, Bastien writes: > Org 9.5 will ship without the packages in the contrib/ directory. Just FWIW, this is still the plan. > Emacs lisp files in contrib/ will be packaged as an Org ELPA package > that you can install independentely from there. The files will live > in a new org-contrib.gi

fuzzy link can't be exported when \begin{foo} is there

2021-03-27 Thread James Powell
First time poster, long time user.  Glad to be here. This seems to a bug. - Org mode version 9.4.4 - GNU Emacs 25.3.1 If I write in a little table like this: : In Table [[tableOne]] I show that this site has AADT 143925, by TVT_Detailed_2019.xlsx. : : #+NAME: tableOne : #+CAPTION: Site 26016

[PATCH 0/1] Add option to delay fontification of source blocks

2021-03-27 Thread Leo Okawa Ericson
From: Leo Okawa Ericson I tried sending this patch once before, but I think it got caught as spam so I'm trying this again. Fontification of long code blocks can be very slow. The patch (in the reply to this email) mitigates this by adding an option to delay the fontification after the user has

[PATCH 1/1] org-src.el: Add option to delay fontification of source blocks

2021-03-27 Thread Leo Okawa Ericson
* lisp/org-src.el (org-src-font-lock-fontify-block): Add option to delay fontification of source blocks. If `org-src-font-lock-fontify-idle-delay' is non-nil fontification of code blocks is delayed until the user has become idle. Fontification of source blocks can be very slow. This will add an o

[PATCH 0/1] Add option to delay fontification of source blocks

2021-03-27 Thread Leo Okawa Ericson
Fontification of long code blocks can be very slow. The patch, which should be in another other email, mitigates this by adding an option to delay the fontification after the user has become idle by using idle timers. This seems to be faster from my limited testing, but I'm not sure if something wi

Bug: wrong font for checkboxes in org-mouse mode org-odt-data-dir not defined correctly [9.4.4 (9.4.4-dist @ /Users/administrator/.emacs.d/packages/elpa/org-plus-contrib-20210322/)]

2021-03-27 Thread Yaroslav Rogov
Currenty there’re following lines in org-mouse.el: (font-lock-add-keywords nil `(("^[ \t]*\\([-+*]\\|[0-9]+[.)]\\) +\\(\\[[ X]\\]\\)" (2 `(face bold keymap ,org-mouse-map mouse-face highlight) t))) t)) https://code.orgmode.or

[PATCH 1/1] org-src.el: Add option to delay fontification of source blocks

2021-03-27 Thread Leo Okawa Ericson
* lisp/org-src.el (org-src-font-lock-fontify-block): Add option to delay fontification of source blocks. If `org-src-font-lock-fontify-idle-delay' is non-nil fontification of code blocks is delayed until the user has become idle. Fontification of source blocks can be very slow. This will add an o

Re: text search and restriction lock bugs

2021-03-27 Thread Samuel Wales
this regression still exists in recent maint. On 2/28/21, Samuel Wales wrote: > On 9/5/17, Samuel Wales wrote: >> is it expected behavior that if you do a restriction lock on >> a subtree, then do a text search, it will include matches >> from org-agenda-text-search-extra-files? imo it should n

org-babel-tangle throws an error when :tangle is not set

2021-03-27 Thread Rodrigo Morales
* System information Emacs version: GNU Emacs 27.2 Org Mode version: Org mode version 9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/) Operating system: Arch Linux * The issue In a freshly started Emacs (i.e. Emacs when it has been started through =emacs -Q=), the value of the varia

Missing from org-attach buffer?

2021-03-27 Thread Colin Baxter
Hello, I seem to recall that attaching files to an org-attach directory could be done by one letter commands from the M-x org-attach buffer. These commands seem now to be missing, and the only way to attach files to the directory is via M-x org-attach-attach-cp , or M-x org-attach-attach-ln , etc

Bug: ("bash" . sh) in default value of org-src-lang-modes

2021-03-27 Thread Sebastian Miele
Hello! The default value of org-src-lang-modes contains ("bash" . sh), meaning that for bash src blocks sh-mode gets used. sh-mode supports many different languages (bash, zsh, dash, ...). Often, when opening a file for which sh-mode gets activated, there is enough information for sh-mode to dete

exporting css into a .html file

2021-03-27 Thread Greg Minshall
hi. i'm wondering what the reference to "style blocks" means in the "CSS Support" section of the manual: For longer style definitions, either use several ‘HTML_HEAD’ and ‘HTML_HEAD_EXTRA’ keywords, or use ‘ ... ’ blocks around them. Both of these approaches can avoid referring to an external