Hi Bastien,
Here's a patch to make it official. :)
Tom
From 3a61289e8fa4442f6d340138dcb67b950e980212 Mon Sep 17 00:00:00 2001
From: Tom Gillespie
Date: Thu, 6 May 2021 23:52:21 -0700
Subject: [PATCH] lisp/ob-calc.el: Add Tom Gillespie as the maintainer
* lisp/ob-calc.el: Add Tom Gillespie as
Tom Gillespie writes:
> Here's a patch to make it official. :)
Applied in master, thanks!
--
Bastien
Hi,
[Cc-ing Theo von der Malsburg]
Now that Org is getting support for Citeproc, it could be useful to add support
for the CSL-JSON format for bibliographic data to Emacs. Therefore, after a
friendly request from Denis Maier, I have added support for this format to the
=parsebib= library.
Since
On Thu, May 6, 2021 at 8:37 AM Bruce D'Arcus wrote:
> On Thu, May 6, 2021 at 8:11 AM Nicolas Goaziou wrote:
> > Did I say I don't like sub-styles already? :)
>
> What about a middle-ground, which would be a flat list of sub-styles, like:
Thinking about it more, some of the intricacies are like
Hello,
"zar...@global.co.za" writes:
>
> Drawers as I understand them should be hidden in any output at least
> that is what the build-in drawers do.
>
> Also from what I understand is that you don't have to "declare" custom
> drawers any more.
>
> When I try to use a custom drawer and export to
On Fri, May 7, 2021 at 7:30 AM Joost Kremers wrote:
> Now that Org is getting support for Citeproc, it could be useful to add
> support
> for the CSL-JSON format for bibliographic data to Emacs. Therefore, after a
> friendly request from Denis Maier, I have added support for this format to the
>
Denis Maier writes:
> Then, I get this message ...
> ==
> = Invoke "make help" for a synopsis of make targets. =
> = Created a default local.mk template. =
> = Setting "oldorg" as the default target.=
> = Please adapt lo
Hi,
In lisp/ox-html.el in the function org-html-scripts, there's a missing
parenthesis in the JavaScript code which causes a syntax error.
The function (and line in question) is:
https://code.orgmode.org/bzg/org-mode/src/master/lisp/ox-html.el#L252
A `}` should be inserted right after that line
Hi all,
I’m the maintainer of bibtex-completion, helm-bibtex, and ivy-bibtex. My name
is actually Titus, not Theo ;)
Cool to see that the ecosystem around academic writing in org mode is
developing so nicely. I use org mode for this purpose every single working day
and it’s amazing alread
On Fri, May 7, 2021 at 8:52 AM Titus von der Malsburg
wrote:
> It might be more elegant to have a higher-level API in parsebib. This API
> could perhaps even abstract away from the underlying format (BibTeX,
> CSL-JSON, or others in the future?). This would substantially simplify
> matters i
In Emacs, we have made all the `foo-load-hook' variables obsolete in
favor of `with-eval-after-load'. The attached patch does the same for
org-mode.
From dcf7bfa11a2d27ca9fd44d8fd11440e033b2c567 Mon Sep 17 00:00:00 2001
From: Stefan Kangas
Date: Fri, 7 May 2021 14:50:48 +0200
Subject: [PATCH] Mak
Krupal writes:
I'd be happy to help as well.
In particular I have some experience of making responsive (and
accessible) websites from when it used to be part of my job.
// Eric
Hi Titus,
On Fri, May 07 2021, Titus von der Malsburg wrote:
> I’m the maintainer of bibtex-completion, helm-bibtex, and ivy-bibtex. My name
> is
> actually Titus, not Theo ;)
:$ (I do apologise!)
> Regarding the symbols vs. string issue: I don’t have a strong opinion, but
> personally tend to
Thanks to both ! (I am puzzled at why it worked before, since I did not
change my configuration file between updates ... maybe a more robust
parser?)
The error condition is solved now, the php file is generated. However, the
final string is not in the file. I tried both:
#+begin_example
:
On 2021-05-07 Fri 14:34, Joost Kremers wrote:
> Hi Titus,
>
> On Fri, May 07 2021, Titus von der Malsburg wrote:
>> I’m the maintainer of bibtex-completion, helm-bibtex, and ivy-bibtex. My
>> name is
>> actually Titus, not Theo ;)
>
> :$ (I do apologise!)
>
>> Regarding the symbols vs. string is
Hi Eric,
Eric Skoglund writes:
> I'd be happy to help as well.
Thanks!
> In particular I have some experience of making responsive (and
> accessible) websites from when it used to be part of my job.
That is indeed something we badly need.
Please send me an email offlist with the username you
Fr Ml writes:
> Hello,
> there is an old problem with table alignment. It's mentioned here:
> https://emacs.stackexchange.com/q/30495/11498
>
> It occurs as far as I know only in 4 cases (last 4 rows):
>
> | 2 latin letters | ab | (2 glyphs)
> |
> | 2 a
On Fri, May 07 2021, Titus von der Malsburg wrote:
>> Apparently, =json-parse-{buffer|string}= then gives you a symbol with a space
>> in it...
>
> I now see that symbol names “can contain any characters whatever” [1]. But
> many
> characters need to be escaped (like spaces) which isn’t pretty.
Am 07.05.2021 um 14:04 schrieb Ihor Radchenko:
Denis Maier writes:
Then, I get this message ...
==
= Invoke "make help" for a synopsis of make targets. =
= Created a default local.mk template. =
= Setting "oldorg" as the default
On 2021-05-07 Fri 16:47, Joost Kremers wrote:
> On Fri, May 07 2021, Titus von der Malsburg wrote:
>>> Apparently, =json-parse-{buffer|string}= then gives you a symbol with a
>>> space
>>> in it...
>>
>> I now see that symbol names “can contain any characters whatever” [1]. But
>> many
>> chara
If i launch emacs with emacs -Q /tmp/blah.org
M-x org-insert-structure-templatesshecho hiecho hi
It looks like this:
omw
--
#+begin_src sh
echo hi
I messed up the paste, it's supposed to be:
--
#+begin_src sh
echo hi
echo hi
#+end_src
--
> On May 7, 2021, at 4:01 PM, Nathaniel W Griswold wrote:
>
> If i launch emacs with emacs -Q /tmp/blah.org
>
> M-x org-insert-structure-templatesshecho hiecho hi
>
> It looks like this:
>
> omw
Sorry i think i scared my email client. I looked at my raw message and some
wacky stuff got inserted. I'm rewriting the original message here:
I am wondering if other people experience odd formatting when doing the
following in org 9.4.4 and org 9.4.5:
# emacs -Q /tmp/blah.org
M-x org-insert-s
Nathaniel W Griswold writes:
> The formatting i get looks strange:
>
> #+begin_src sh
> echo hi
> echo hi
> #+end_src
Confirmed on master.
Hello,
You can have some success using [1] valign-mode.
https://github.com/casouri/valign
HTH,
Jeremie
25 matches
Mail list logo