[O] Bug: emphasis crosses quotation marks [9.0.9 (release_9.0.9 @ /usr/new/share/emacs/26.0.50/lisp/org/)]

2017-07-30 Thread Mike Kupfer
In Emacs master ("GNU Emacs 26.0.50 (build 3, x86_64-pc-linux-gnu, X toolkit, Xaw scroll bars) of 2017-07-30", git changeset c8f44e4b; Org mode 9.0.9), I get strikeout text from "+" to "+" in "+" word "+" (I also see the strikeout with "emacs -Q".) In Emacs 25.2 (Org mode 8.2.10), that line

Re: [O] Bug: emphasis crosses quotation marks [9.0.9 (release_9.0.9 @ /usr/new/share/emacs/26.0.50/lisp/org/)]

2017-08-01 Thread Mike Kupfer
Nicolas Goaziou wrote: > Mike Kupfer writes: > > I would not expect emphasis to cross quotation marks. > > This was done because it allows to write, e.g., ~C-x "~. See > <http://permalink.gmane.org/gmane.emacs.orgmode/102191>. [...] > I cannot see a generic so

Org mode code evaluation (was: bug#68687: [PATCH] Use text/org media type)

2024-01-31 Thread Mike Kupfer
Ihor Radchenko wrote: > Max is referring to various security issues with evaluating code inside > Org mode buffers. They are known, but not relevant to Org text being > displayed in email MUA - Org never evaluates any code automatically > without user explicitly asking for it. And in MUA, Org mode

org-adapt-indentation not honored prior to Org 9.4?

2021-03-24 Thread Mike Kupfer
Over the weekend I upgraded my Emacs from 27.1 (Org 9.3) to 27.2-rc2 (Org 9.4). I noticed that Org mode behaves differently, even with "emacs -Q". In 27.1, if I visit foo.org and type "* header RET", point is put in the first column. In 27.2, point is put in column 3. AFAIK, I'm not using elect

[BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-03-25 Thread Mike Kupfer
>From "emacs -Q": Save the attached file, make it ready-only, visit the file, move point to the start of the line with the first checkbox, type C-C C-c. I get a message "Cannot update this checkbox". That's fine, the file and buffer are read-only. -*-org-*- - [ ] box1 - [ ] box2 - [ ] box3 -

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-04-10 Thread Mike Kupfer
Ihor Radchenko wrote: > I can reproduce. However, I cannot reproduce on the latest bugfix and on > the latest main. Try to upgrade Org mode and let me know if you keep > seeing the problem. I tried 9.7.27 (latest available from GNU ELPA) and main (downloaded today). The good news is that I can n

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-04-13 Thread Mike Kupfer
Ihor Radchenko wrote: > May you try the attached patch? Will do, though it might be a few days before I can get to it. Thanks! mike

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-04-23 Thread Mike Kupfer
Ihor Radchenko wrote: > Mike Kupfer writes: > I still have a hard time reproducing, but I think that you gave me > enough clues to understand what might be the culprit. > May you try the attached patch? Apologies for the delay. Yes, with your patch I can no longer reproduce

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-04-12 Thread Mike Kupfer
Ihor Radchenko wrote: > I am unable to reproduce without emacs -Q and with Org main branch on my > side. Here is what I did: > 1. Saved your example file to /tmp/test.org > 2. Ran chmod -w /tmp/test.org && /home/yantar92/Git/emacs/src/emacs > --init-directory=/tmp -L /home/yantar92/Git/org-mode/

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-03-29 Thread Mike Kupfer
Ihor Radchenko wrote: > However, I cannot reproduce on the latest bugfix and on the latest > main. Try to upgrade Org mode and let me know if you keep seeing the > problem. Thanks, Ihor. I will do that and reply, but it may be a couple weeks before I get to it. cheers, mike