Re: Is there a maintained calf-calendar fork?

2022-03-28 Thread Detlef Steuer
Am Sat, 26 Mar 2022 23:03:07 +0100 schrieb Ypo : > Hi > > I use everyday emacs-calf, it is a superb package to see my tasks > within a calendar: https://github.com/kiwanami/emacs-calfw > > But it seems to be unmaintained. > > Is there some *recommended *fork on Github with corrected bugs or new

Re: [PATCH] Fix typo in org-todo-list doc string

2022-03-28 Thread Bastien
Nick Dokos writes: > Tiny typo fix attached. Applied, thanks! -- Bastien

Re: Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2022-03-28 Thread Bastien
Hi, Johnson writes: > But 2019/04/05 is in fact Friday: > > ``` > ** TODO Wash my hands >    DEADLINE: <2019-04-05 Fri 08:00 .+1h> >    Marking this DONE shifts the date to exactly one hour from now. > ``` Fixed, thanks! -- Bastien

Re: citations: org-cite vs org-ref 3.0

2022-03-28 Thread Max Nikulin
On 28/03/2022 02:40, John Kitchin wrote: Max Nikulin writes: On 21/03/2022 18:51, John Kitchin wrote: Rather than rehash a lot of experiences, I really encourage you to try writing a processor that can support this. Or even, try modifying org-ref-cite to support it. Not as some thought experim

Re: Faulty SVG width in default HTML export style

2022-03-28 Thread Bastien
Hi, Yuchen Guo writes: > Currently the style specified for SVG images > in `org-html-style-default' variable is the following: > > .org-svg { width: 90%; } > > This causes a single image (math formula) to occupy almost the width of > the entire page, rendering the page unreadable. > > In my

Re: Custom TODO states for one item

2022-03-28 Thread Bastien
Hi Ken, Ken Mankoff writes: > I have a file with custom TODO states: > > #+TODO: FOO(f@/@) | BAR(b@/@) > > I have one item (heading) within that file that I'd like to have > different TODO states. Is this possible? No, and I don't think it's a good idea to support this. Best, -- Bastien

Re: citations: org-cite vs org-ref 3.0

2022-03-28 Thread Bruce D'Arcus
On Mon, Mar 28, 2022 at 8:37 AM Max Nikulin wrote: > > On 28/03/2022 02:40, John Kitchin wrote: > > Max Nikulin writes: > >> On 21/03/2022 18:51, John Kitchin wrote: > > > > Rather than rehash a lot of experiences, I really encourage you to try > > writing a processor that can support this. Or eve

ox-latex table tabbing support.

2022-03-28 Thread General discussions about Org-mode.
Dear all,  I have implemented tabbing (http://www.ctex.org/documents/latex/latex2e-html/ltx-58.html) support for ox-latex. By setting #+ATTR_LATEX: :mode tabbingthe exporter will use the tabbing environment.  The benefits of using tabbing over tabular: - Can span multiple pages (also possible

Re: Custom TODO states for one item

2022-03-28 Thread João Pedro
Greetings, Bastien! On 28 March 2022 14:39, Bastien wrote: >> I have a file with custom TODO states: >> >> #+TODO: FOO(f@/@) | BAR(b@/@) >> >> I have one item (heading) within that file that I'd like to have >> different TODO states. Is this possible? > > No, and I don't think it's a good idea t

Re: Faulty SVG width in default HTML export style

2022-03-28 Thread Rudolf Adamkovič
Yuchen Guo writes: > In my experiment removing this line fixed the issue. Thank you for reporting this! I now wonder if anyone knows how to fix the misaligned baselines of inline LaTeX fragments (as shown in the second screenshot). If we could somehow fix that, MathJax-less export could become

ol.el: add description format parameter to org-link-parameters

2022-03-28 Thread Hugo Heagren
Suggested patch to add a new link parameter controlling how the default description is generated. As explained in the commit, this behaviour is often similar between links of the same type, but differs between those types, so a parameter seems like a good place to specify it. I've tried to make `o

[PATCH] ol.el: add description format parameter to org-link-parameters

2022-03-28 Thread Hugo Heagren
* ol.el (org-link-parameters): add parameter `:default-description', a string or a function. * (org-insert-link): if no description is provided (pre-existing or as an argument), next option is to use the `:default-description' (if non-nil) parameter to generate one. Default descriptions are predic