| Age | Commit message (Collapse) | Author |
|
- move function to correct section, and tweak it
- add function for retrieving a lists.gnu.org URL from a
message-id (unfinished, would like to automatically grab the
list-id)
- remove indentation; pandoc sees how the #+begin_src tag is indented
and does TRT
- say "emacs-lisp" instead of "elisp", as pandoc does not know the
latter
https://github.com/jgm/pandoc/blob/2.11.2/src/Text/Pandoc/Readers/Org/Shared.hs#L71
|
|
It's Friday night, I'm allowed to make non-descriptive commit titles.
|
|
Retrieved from:
<https://lists.gnu.org/archive/html/emacs-devel/2020-09/msg02212.html>
(Aka <87eeml80oi.fsf@gmail.com>)
|
|
Fixed by Lars in bug#44319.
(While in there, fix a typo)
|
|
Scratched by Stefan Monnier in 3b3274a85c (2020-10-16 "*
lisp/progmodes/python.el: Teach f-strings to `font-lock`") to fix
bug#30750.
|
|
|
|
Weirdly enough, "c++" works with markdown files but not with org
files, where only "cpp" works.
While in there, make all tags lowercase for consistency. This is what
org-insert-structure-template generates.
|
|
As of commit 2020-09-25 "* CONTRIBUTE: Don't recommend action
stamps" (499848d840), they are no longer recommended.
|
|
Open another 🤪
|
|
|
|
Bastien's Been Busy.
https://orgmode.org/list/rj2v89$orh$1@ciao.gmane.io/t/
|
|
|
|
|
|
|
|
|
|
Lars activated Rampag^WTriage Mode.
|
|
|
|
Next step: write down some Elisp to do that through some shortcut.
|
|
|
|
This makes sparse trees more readable.
|
|
Also tweak some things for consistency.
|
|
|
|
|
|
|
|
A Truckload Of Lines, All Waiting.
And this does not even account for things happening on emacs-orgmode…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's annoying to have to spell out "apt-get", and I don't want to
configure APT not to use the fancy progress bar because I happen to
like it.
Alternative approach: https://oremacs.com/2019/03/24/shell-apt/
|
|
|
|
I had spent the better part of a day composing a 50-line message to
help-gnu-emacs asking for advice, and I was a heartbeat away from
hitting C-c C-c, until I began wondering if the list returned by
alist-get was a copy or a reference.
Turns out it's a reference. Remembered that setcar is a thing. Whipped
up the following:
(let* ((indicator (alist-get 'compilation-in-progress mode-line-modes))
(old-props (text-properties-at 0 (car indicator)))
(new-props '(face compilation-mode-line-run)))
(setcar indicator (apply #'propertize "⚙" (append new-props old-props))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Background extension: faces now have an :extend attribute that
allows them not to extend beyond EOL. Good enough for now.
- Reports on .dir-locals parsing changes have been closed.
- icomplete has been revamped recently; most of these behaviors have
changed.
- y-or-no-p now allows C-x o'ing out of the minibuffer.
- can't reproduce the org-clocktable bug.
- Magit now says (256+) when there are more than 256 unpulled commits.
- Transient preferences can be set with C-x C-s.
- rg-project seems to DTRT even in a Dired buffer.
Also add information for scroll-lock and org-indent+diff-hl bugs.
|