Re: ascii-timestamps like 31.12.2021 to iso(org) format <2020-12-31> and back

2022-01-04 Thread Max Nikulin
On 31/12/2021 20:21, Uwe Brauer wrote: Does anybody know about a function that would convert between date format like 31.12.2021 to <2020-12-31> and back? Uwe, I suggest you to create a feature request at https://debbugs.gnu.org for emacs to add a function similar to strptime that can pars

A simple Lua filter for Pandoc

2022-01-04 Thread Juan Manuel Macías
Hi, Very often I need to convert docx documents to Org. There are a series of characters that I prefer to be passed to Org as Org entities and not literally, so I have written this little filter in Lua for Pandoc. I share it here in case it could be useful to someone. Of course, the associative ta

Re: A simple Lua filter for Pandoc

2022-01-04 Thread Timothy
Hi Juan, > Very often I need to convert docx documents to Org. There are a series > of characters that I prefer to be passed to Org as Org entities and not > literally, so I have written this little filter in Lua for Pandoc. I > share it here in case it could be useful to someone. Of course, the >

Re: A simple Lua filter for Pandoc

2022-01-04 Thread Max Nikulin
On 04/01/2022 17:14, Juan Manuel Macías wrote: Very often I need to convert docx documents to Org. ... local chars = {["/"] = "\\slash{}", ["*"] = "\\lowast{}", ["<"] = "\\lt{}", [">"] = "\\gt{}", ["†"] = "\\dagger{}", [utf8.char(0x00A0)] = "\\nbsp{}"} ... pandoc -f markdown -t or

Re: A simple Lua filter for Pandoc

2022-01-04 Thread Juan Manuel Macías
Hi Timothy: Timothy writes: > I’m quite interested in this, thanks for sharing. In fact, I’ll probably add > this to . Interesting package. Until now I used a number of homemade functions to convert docx/odt files from Dired, but I think your packag

Re: A simple Lua filter for Pandoc

2022-01-04 Thread Juan Manuel Macías
Max Nikulin writes: > Ideally it should be done pandoc and only if it causes incorrect > parsing of org markup. NBSP, probably, should be replaced by some > exporters, I do not think, it is a problem e.g. in HTML files. The reason for this filter is my own comfort. Linguistics texts contains a lo

bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2022-01-04 Thread Max Nikulin
Since debbugs is not the primary bug tracker, it is better to close this issue on debbugs and maybe confirm it for https://updates.orgmode.org/ From my point of view, making babel aware that some widely used languages are data-only (so evaluation does not make sense) improves user experience.

Re: A simple Lua filter for Pandoc

2022-01-04 Thread Thomas S. Dye
Juan Manuel Macías writes: Hi, Very often I need to convert docx documents to Org. There are a series of characters that I prefer to be passed to Org as Org entities and not literally, so I have written this little filter in Lua for Pandoc. I share it here in case it could be useful to so

Feedback on Emacs-Jupyter

2022-01-04 Thread Nathaniel Nicandro
Hello all, I'm the maintainer of the emacs-jupyter project (https://github.com/nnicandro/emacs-jupyter) which essentially integrates Jupyter kernels (https://jupyter.org) with Org mode source blocks. I wanted to make an introduction to the Org community. So...hello! And thanks for promoting t

Tool to compare and choose fonts

2022-01-04 Thread Ypo
Was a tool to compare fonts presented in this list some time ago? I lost it, I thought I discovered it on Reddit, but now I am thinking I found it here. It was a script that presented on emacs every font in the computer, in pairs; so the user chose one font each time, like if it were a "champio

Re: Feedback on Emacs-Jupyter

2022-01-04 Thread Ken Mankoff
Hi Nathaniel, First, thank you (many times) for maintaining emacs-jupyter. It is one of the most-used tools on my computer. I've been using your software daily for the past few years to develop code and write papers. I may think of more things as others reply, but the one thing I can think of

Re: Feedback on Emacs-Jupyter

2022-01-04 Thread Colin Baxter 😺
> Nathaniel Nicandro writes: > Hello all, > I'm the maintainer of the emacs-jupyter project > (https://github.com/nnicandro/emacs-jupyter) which essentially > integrates Jupyter kernels (https://jupyter.org) with Org mode > source blocks. jupyter.org in using cloudflare