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
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
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
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
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
* 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
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
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
* 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
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
* 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
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
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
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
14 matches
Mail list logo