Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-15 Thread Ihor Radchenko
Max Nikulin writes: > It seems, each case of `org-no-popups' may require specific code. I have > tried to take some code related to completion. It overrides > display-buffer-base-action, but something more is required for > pop-up-frames. I think you went too far. display-buffer-base-action i

Re: Manual suggestion and experience report from a new user (citation processors, 9.5)

2021-10-15 Thread Nicolas Goaziou
Hello, Leszek Wroński writes: > Guys, and gals! > The introduction to chapter 15 says 'The included “basic” processor > provides all four capabilities.' (w.r.t. 'activate', 'follow', > 'insert', 'export'). I thus assumed that the basic processor was > included. However, org-cite-insert ended w

Re: [BUG] Inline images cannot be displayed [9.5 (release_9.5-108-g93132c @ /tmp/org-mode/lisp/)]

2021-10-15 Thread Bhavin Gandhi
Hello Liu, On Fri, 15 Oct 2021 at 19:49, Liu Hui wrote: > > Org mode cannot display inline images because of an error caused by > org-display-inline-image--width. It seems display-line-numbers-width > is regarded as a number unconditionally. > > Recipe: > > 1. emacs -Q > > 2. Make the following s

[minor tip] "TeXify" strings "TeX" and "LaTeX" when exporting to HTML

2021-10-15 Thread Juan Manuel Macías
Hi all, I wrote this simple filter for my blogs, which formats "TeX" and "LaTeX" strings in the TeX 'typographic' style (or something similar). First, these variables: #+begin_src emacs-lisp (setq my/tex-html-string "TEX") (setq my/latex-html-string "LATEX") #+end_src Of course, the stri

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-15 Thread Max Nikulin
On 14/10/2021 22:44, Max Nikulin wrote: I think, something should be done with `org-no-popups'. Assume a user who has (I have no idea concerning the goal though)   (setq pop-up-frames t)   (setq display-buffer-base-action     '((display-buffer-reuse-window display-buffer-pop-up-frame)

Re: resume an interrupted enumerated list or reset the counter

2021-10-15 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Right in a org buffer! But not say in a message buffer, using > orgalist-mode. Orgalist minor mode is not Org mode. In particular, the former has no knowledge about source blocks. You can either indent the contents of the source block appropriately, or use an ugly n

Re: resume an interrupted enumerated list or reset the counter

2021-10-15 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Thursday, 14 Oct 2021 at 22:51, Uwe Brauer wrote: >> Thanks, but what if the list itself is indented, like: > Works fine for me. Right in a org buffer! But not say in a message buffer, using orgalist-mode. smime.p7s Description: S/MIME cryptographic sign

[BUG] Inline images cannot be displayed [9.5 (release_9.5-108-g93132c @ /tmp/org-mode/lisp/)]

2021-10-15 Thread Liu Hui
Hi, Org mode cannot display inline images because of an error caused by org-display-inline-image--width. It seems display-line-numbers-width is regarded as a number unconditionally. Recipe: 1. emacs -Q 2. Make the following settings: (setq org-image-actual-width nil) (setq org-startup-wi

Re: [PATCH] Rename headline to heading

2021-10-15 Thread André A . Gomes
Timothy writes: > I haven’t gone through the patches you’ve sent, but it looks like you’ve put a > tremendous amount of effort into this! It’s fantastic to see. I think I can > speak for the Org community when I say thank you. I appreciate the kind words. It's my pleasure to collaborate with th

Re: [PATCH] Rename headline to heading

2021-10-15 Thread Timothy
Hi André, I haven’t gone through the patches you’ve sent, but it looks like you’ve put a tremendous amount of effort into this! It’s fantastic to see. I think I can speak for the Org community when I say thank you. André A. Gomes writes: > Hi Bastien and All, > > This is a first attempt towards

Re: resume an interrupted enumerated list or reset the counter

2021-10-15 Thread Eric S Fraga
On Thursday, 14 Oct 2021 at 22:51, Uwe Brauer wrote: > Thanks, but what if the list itself is indented, like: Works fine for me. -- : Eric S Fraga via Emacs 28.0.60, Org release_9.5-107-g879942 : Latest paper written in org: https://arxiv.org/abs/2106.05096