Excellent job Ihor and Jack.
On the same note, it would be convenient to have a hook to run after the
async execution returns the output. Similar to
'org-babel-after-execute-hook'. So I could, for instance, redisplay the
inline image previews. Is there an easy way to do that?
--
Nasser Alkmim
Hello,
The attached patch fixes the following bug:
* Have a scheduled item that has also has a deadline with a cusom
prewarning cookie, e.g. <... -3d>.
* Set `org-agenda-skip-deadline-prewarning-if-scheduled' to 7
Then in the agenda, the item is shown already 7 days before the
deadline (ins
On 12/02/2024 19:36, Ihor Radchenko wrote:
Max Nikulin writes:
I believe, there are enough issues with mailcap implementation in Emacs,
but do we have some alternative?
[...]
I have been digging more on this issue recently, and I have found that
Carsten once attempted to tweak this default t
Max Nikulin writes:
>> I have been digging more on this issue recently, and I have found that
>> Carsten once attempted to tweak this default to use xdg-mime:
>
> Have you faced another issue with mailcap? Frankly speaking, I am unsure
> what particular issues we are going to address (file type,
Ihor Radchenko writes:
> "Tom Alexander" writes:
>
>> This test document should have 1 paragraph but org-mode is parsing it as 2:
>> ```
>> foo
>> :end:
>> baz
>> ```
>>
>> which parses as:
>> ```
>> (section
>> (paragraph "foo\n")
>> (paragraph ":end:\nbaz\n")
>> )
>> ```
>
> The docum
Alessandro Bertulli writes:
> I think I spotted the problem. It's difficult to be sure, but
> apparently, since version 4.31, latexmk automatically detects and run
> biber as a citation engine (see this post
> https://tex.stackexchange.com/a/231351/259874). In fact, in the latexmk
> man page, it
Pedro Andres Aranda Gutierrez writes:
> Hi,
>
> Next step, @all, please help me filling up the list of codings vs.
> languages. I currently am somehow confident of the following:
>
> greek -> LGR
> russian -> T2A
The information is in the encguide PDF (you can run texdoc fontenc or
texdoc encguid
Max Nikulin writes:
> On 08/02/2024 22:07, Ihor Radchenko wrote:
>>
>> `org--safe-remote-resource-p' checks the containing Org file as well, in
>> addition to #+included URL.
>
> If my reading of the code is correct then it considers
> /ssh:host:org/include.org as safe if file:///ssh:host:org/t
Juan Manuel Macías writes:
>> Moreover, it would be nice to unify handling .png and imagemagick
>> branches of the code.
>
> I agree. In any case, I still think that the coexistence of two methods
> to convert to images, when one of the methods has a scheme so different
> from the rest, becomes d
Tim Ruffing writes:
> The attached patch fixes the following bug:
>
> * Have a scheduled item that has also has a deadline with a cusom
>prewarning cookie, e.g. <... -3d>.
> * Set `org-agenda-skip-deadline-prewarning-if-scheduled' to 7
>
> Then in the agenda, the item is shown already 7 day
Juan Manuel Macías writes:
When I try the patch with a simple file like
Hello. 你好。
I do not see any warnings or errors indicated.
>>
>> I did
>> ...
>
> I have done the same, on a clean Emacs init. Warning appears.
>
> And in *Messages*:
>
> PDF file produced with warning
Nasser Alkmim writes:
> On the same note, it would be convenient to have a hook to run after the
> async execution returns the output. Similar to
> 'org-babel-after-execute-hook'. So I could, for instance, redisplay the
> inline image previews. Is there an easy way to do that?
Maybe we can ad
I am a bit confused and I am probably missing some context.
The documentation of `org-clock-auto-clock-resolution` states: "When to
automatically resolve open clocks found in Org buffers." and the options are
"Never", "Always", "When no clock is running".
I think I understand the idea behind
On 13/02/2024 18:27, Ihor Radchenko wrote:
Max Nikulin writes:
I am mostly going to address user confusion about mailcap
XDG configuration and so xdg-open behavior is often confusing to users
as well, especially in the cases of KDE and no DE. In GNOME it is
alleviated by a step with the appl
I am trying to debug something in org-read-date.
If I run this code:
(let* ((mark-calendar (lambda ()
(calendar-mark-visible-date
(read (format-time-string "(%m %d %Y)"))
'font-lock-warning-face)))
(calendar-today-visible-hook))
(add-hook 'calendar-today-visible-hook
mark-calendar)
On 13/02/2024 22:44, Max Nikulin wrote:
(info "emacs-mailcap")
(info "emacs-mime")
Added a test.
> Please do not remove arguments from the public functions. This may
> break
> code outside Org mode.
>
Hm, sure, I assumed it's okay for this niche thing. Can we deprecate
the argument somehow?
Best,
Tim
From b886446be8ea02f38d9be6cccf6899d6de396d06 Mon Sep 17 00:00:00 2001
From:
Hi all!
I'm trying to build a simple code documentation tool for org-mode, so
I'm looking for ways to get information from C files (to begin with,
ideally it will be easy to add other languages). Things like function
prototypes, struct definitions, etc. What would be the best tool for
this? My sea
Ihor Radchenko writes:
> Probably something to do with my Texlive technically having Chinese
> support.
>
> I am getting
>
> ! Package inputenc Error: Unicode character 你 (U+4F60)
> (inputenc)not set up for use with LaTeX.
>
> See the inputenc package documentation for explanation.
And I have just learned about org-ctags from another post on the
list... Would that be an option?
On Tue, Feb 13, 2024 at 7:58 AM Stefano Ghirlanda
wrote:
>
> Hi all!
>
> I'm trying to build a simple code documentation tool for org-mode, so
> I'm looking for ways to get information from C files (
Hi Juan,
neither do I, This is why I'm asking for people to tell me what they use ;-)
best, /PA
On Tue, 13 Feb 2024 at 12:57, Juan Manuel Macías
wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > Hi,
> >
> > Next step, @all, please help me filling up the list of codings vs.
> > languages. I
Pedro Andres Aranda Gutierrez writes:
> neither do I, This is why I'm asking for people to tell me what they
> use ;-)
The babel ini files (why hadn't I thought of this before :-): look in the babel
ini files:
/tex/generic/babel/locale/
There you have all the information by language. For examp
Study sed once you get a script going correctly and you pass sed several
files you'll love the speed it uses to get the work done. While I was
working I managed to break 106 different files. I figured with no
mistakes I could fix them in two weeks manually and no mistakes never
happens on manual
Ihor Radchenko writes:
> Juan Manuel Macías writes:
>
>>> Moreover, it would be nice to unify handling .png and imagemagick
>>> branches of the code.
>>
>> I agree. In any case, I still think that the coexistence of two methods
>> to convert to images, when one of the methods has a scheme so diff
I got a warning, which asked to be reported. Not sure why it happened, I
think it was when I refreshed calfw calendar:
https://pastebin.com/1C88sLdt
Best
On Sunday, February 11th, 2024 at 08:57, Ypo wrote:
> Could it be possible to change the color of words between parentheses?
>
> For example, in:
>
> "mejorar su bienestar psicológico (Cronin et al., 2012; Molero, Fuster,
> Jetten y Moriano, 2011; Outten, Schmitt, García y Branscombe, 2009;
>
26 matches
Mail list logo