Rudolf Adamkovič writes:
> My keywords are similar to yours, but slightly more readable:
>
> - ONGO instead of STRT
> - SKIP instead of CANX
Very nice! Adopted, thanks :)
--
Bastien
HI,
interesting... I have been giving this a thought, Maybe what we should have
are two things:
1. an alist for setting the main, sans and mono font with a reasonable
default value (Free... seems to be available by default in a quite cross-OS
manner - I'm testing with macOS, a couple of
Marvin Gülker writes:
> The example given by Christian Moe contains an error; you need to
> repeat the “cite:” keyword again for each chain of citations.
Oops, yes, apologies, To be clear, that was of course what I did when
testing, and why the testing worked.
(For illustrative purposes I subst
The documentation for 'org-export-headline-levels' seems problematic. I
was going to suggest a patch, but thought I'd ask first.
The problem is in the definition of 'level'. One could see a header
with one '*' as "above" one with two. On the other hand, the value of
this variable is a number an
Hello Giovanni,
I think the easiest solution would be to use a :completion-function to rename
all the filenames to remove the lang identifier.
(defun my/rename-files (project-alist)
You can use org-publish-get-base-files to get the list of files and use
rename-file on them.
--
Thoma
Here is a patch for timestamp sortation issues in todo-list, as
documented in the following recent threads:
[BUG] Agenda sortation generally ignores time-of-day
https://list.orgmode.org/caku+9yxmuxgzg_lxosbgudkb6rtsenmtnctpnxw5z8kbbwf...@mail.gmail.com/
Sorting a TODO agenda across multiple files
On 15/04/2025 12:49, Pedro Andres Aranda Gutierrez wrote:
Calling out to the list to see if someone can help more scripts integrate and
show.
I have currently running the Latin-x, Greek, Cyrillics, some UTF-8 (see my
original file in this thread)
and Emoticons.
Sanskrit/Devanagari fonts not
Thank you.
I have tested with the git command instead of magit and don't get an
error 502.
Leo Butler writes:
> It is you.
>
> I was able to navigate to that URL by placing point on the url (on the
> error: 502 line) and typing M-x eww RET in Gnus/Emacs. I could also pull
> from the repo using
I assume that you meant to say that it is non-trivial to support sorting by
timestamp *time*, since sorting by timestamp date is already the thing that
is happening.
I will submit a patch, since I seem to have something working locally that
isn't too complex.
Charles
On Thu, Apr 17, 2025 at 1:52
> In other words, I believe that nothing can be done on Org mode side. The fix
> belongs to org-super-agenda.
That's what I was coming to believe also. I'm sure alphapapa isn't alone and
other package devs are facing similar issues since the change in Org 9.7.
Thanks for your help,
Rob
?
Rob
Sometimes, an Org entry is just too big to fit one Beamer slide, but it
just feels right as one entry. Is there a way to automatically have big
slides broken into more than one slide?
--
David Masterson
Hello,
Often when I write ORG files, I use the exact same content for TITLE and
DESCRIPTION, and almost the same thing for KEYWORDS:
#+TITLE: My Great Title
#+DESCRIPTION: My Great Title
#+KEYWORDS: My, Great, Title
I discovered recently that I could use pre-defined macro to fill the 2 extra
f
Leo Butler writes:
>> Better https://elpa.nongnu.org/nongnu/cdlatex.html
>
> Take 2.
> -from [[https://elpa.nongnu.org/][NonGNU ELPA]] with the
> [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs
> packaging system]] or alternatively from
> -[[https://
JD Smith writes:
> Unfortunately, the presence of `field' properties in an org buffer
> interferes with org-element's updates, as it makes free use of
> e.g. `line-beginning-position' (which stops at field boundaries).
> This can lead to misidentification and even lead to hangs in
> org-element s
Charles Tam writes:
> Well that's the problem I'm talking about, right? time-up/down does respect
> time-of-day, but a bunch of other sort strategies *don't*, like
> scheduled-up/down (see example for bug reproduction in previous message).
Yes, they do not.
I recently clarified this in the docst
Sébastien Gendre writes:
> If I want to contribute some code to Org-mode, and send patch here, do
> you prefer: 1 commit per contribution (ex: 1 commit == 1 feature) or
> multiple commits per contribution ?
As long as the contribution is small, 1 commit == 1 feature is
preferred. This is to simp
Sébastien Gendre writes:
> I wanted to pull the latest commit of the branch main in the Org-mode
> repository. On "https://git.savannah.gnu.org/git/emacs/org-mode.git";.
>
> And I got an error 502.
>
> This is the full Magit log:
>
> 1 git … pull origin main
> fatal : impossible d'accéder à
Well that's the problem I'm talking about, right? time-up/down does respect
time-of-day, but a bunch of other sort strategies *don't*, like
scheduled-up/down (see example for bug reproduction in previous message).
Charles
On Sat, Mar 29, 2025 at 2:20 PM Ihor Radchenko wrote:
> Charles Tam wri
Karthik Chikmagalur writes:
> Here is an example. An environment is being previewed live, and edited:
>
> https://share.karthinks.com/olp-live-preview-deletion-bug.mp4
>
> When you delete the \begin{FOO} line and move the cursor away, the live
> preview disappears as it should, because the Org el
Karthik Chikmagalur writes:
>>> For syntax highlighting in LaTeX environments you can use
>>>
>>> (setq org-highlight-latex-and-related '(native))
>>
>> Ok, thanks, that works nicely. Why isn't that the default?
>
> Ihor, I'm curious to know if the fontification of LaTeX export blocks
> suffers
Rob Davenport writes:
> It would seem I'm experiencing an issue reported against
> org-super-agenda:
> https://github.com/alphapapa/org-super-agenda/issues/247 and related
> to a known change in Org-9.7 org-element-at-point behavior which has
> affected a number of packages. (I'm not sure why yo
It is you.
I was able to navigate to that URL by placing point on the url (on the
error: 502 line) and typing M-x eww RET in Gnus/Emacs. I could also pull
from the repo using magit.
Leo
On Thu, Apr 17 2025, Sébastien Gendre wrote:
> Hello,
>
> I wanted to pull the latest commit of the branch m
Hello,
I wanted to pull the latest commit of the branch main in the Org-mode
repository. On "https://git.savannah.gnu.org/git/emacs/org-mode.git";.
And I got an error 502.
This is the full Magit log:
1 git … pull origin main
fatal : impossible d'accéder à
'https://git.savannah.gnu.org/git/
Hello,
If I want to contribute some code to Org-mode, and send patch here, do
you prefer: 1 commit per contribution (ex: 1 commit == 1 feature) or
multiple commits per contribution ?
Best regards
---
Gendre Sébastien
signature.asc
Description: PGP signature
On Thu, Apr 17, 2025 at 02:19:08PM +0200, Bastien Guerry wrote:
> I've finally found some time to describe my Org workflow:
> https://bzg.fr/en/the-zen-of-task-management-with-org/
>
> I don't use comments on my blog, feel free to discuss it here:
> https://news.ycombinator.com/item?id=43715714
Th
I've finally found some time to describe my Org workflow:
https://bzg.fr/en/the-zen-of-task-management-with-org/
I don't use comments on my blog, feel free to discuss it here:
https://news.ycombinator.com/item?id=43715714
I hope this will be useful!
And I'm curious to see how it compares to oth
On 13/04/2025 14:56, Ihor Radchenko wrote:
Max Nikulin writes:
This list looks like a set of fallback variants for primary font, not as
options to try when some characters are missed. Perhaps it may be
reasonable to have predefined configuration for widely used fonts like
Noto, freefonts, DejaVu
Hi, Naresh,
I haven't really explored cairo myself, so I hope users with more
experience will chip in / correct me. I've tested that the below works,
but I can't really visually distinguish the results with cairo from the
ones without.
Naresh Gurbuxani writes:
> For cairo, I used this header an
28 matches
Mail list logo