Hello,
I ran `C-c C-x C-l` to create a LaTeX preview of the following inline fragment
in an Org document: $\text{CaCo}_3$, and this bug happened. This is my first
bug report so let me know if anything else is necessary.
- Lorenzo
--
Hi Ihor,
Ihor Radchenko writes:
> May you also check if new commits in Org repo still trigger the check?
New commits in Org repo don't trigger the checks directly.
Instead, there is a cron job running every three hours and running the
checks iff there are new commits.
> https://lists.sr.ht/~b
> I am not sure. Your variant will be worse on smaller screens
> or terminals, when the line wrap may look more ugly for longer line.
What about replacing it with shorter description?
"Insert a link. Use TAB for prefixes completion, RET for type-specific
completion"
This is only 80 character
On Sun, Jun 05 2016, Amit Tendulkar wrote:
> I need a way to get notifications at the time of starting a task or at
> the start of the meeting (i.e. the SCHEDULED timestamp).
Hi Amit,
This should work now with the latest version (0.1.1) from ELPA.
Cheers,
--
Peter
signature.asc
De
Hello Ihor,
Ihor Radchenko writes:
> - There was a demo demonstrating how to export texinfo manual to HTML
> with source code examples fontified as in Org mode
>
> - The motivation is limited Org support for manual authoring
> - ELPA, when generating manuals from Org sources, does not us
Salih Muhammed writes:
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ol.el#n1856
>
> (insert "Insert a link.
> Use TAB to complete link prefixes, then RET for type-specific completion
> support\n")
>
> This causes a stretch in the message buffer, which sometimes is being
Rudolf Adamkovič writes:
> Ihor Radchenko writes:
>
>> Note that there is generally no guarantee that [[name]] link will be
>> exported as "name" by any particular backend. Your workaround with
>> num:nil is just a workaround that may or may not work in future.
>
> I did not know this is conside
Max Nikulin writes:
> is there a way to quote a drawer inside a literal example that resides
> in another drawer? Leading comma ",:end:", unlike for ",* Heading" or
> ",#+end_src", is not stripped on export or C-c ' (`org-edit-special')
>
> :drawer:
> #+begin_src elisp
>":src:
>%s
>
Bastien Guerry writes:
> There was a problem with the oauth token not being able to interact
> with the (legacy) builds.sr.ht API. I've updated the script so that
> it now uses the hut utility (see https://git.sr.ht/~emersion/hut)
> and tests are running again.
Thanks!
May you also check if ne