Re: `org-emphasize' missing in the manual

2024-04-23 Thread Arash Esbati
Ihor Radchenko writes: > Thanks! > Applied, onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=ff9d00c9c Thanks for considering this. Best, Arash

Re: `org-emphasize' missing in the manual

2024-04-22 Thread Arash Esbati
t, but I hope the attached change fits the bill. Please feel free to adjust when necessary. Best, Arash >From 91704900ff6b0a299b9cba71124b984366489dac Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Tue, 23 Apr 2024 07:36:18 +0200 Subject: [PATCH] doc/org-manual.org: Document `org-emphasize&#x

`org-emphasize' missing in the manual

2024-04-22 Thread Arash Esbati
Hi all, I wonder why the function `org-emphasize' is missing in the manual. I'm not an versed Org user, but it seems that this command is the entry point for users to mark up text. So I suggest to add it to 12.2 Emphasis and Monospace[1],[2] incl. the keybinding "C-c C-x C-f". Best, Arash

Re: [PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-26 Thread Arash Esbati
Ihor Radchenko writes: > Thanks! > Applied, onto bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=65ca7bc6a Thanks! > You are also now listed as a contributor. > https://git.sr.ht/~bzg/worg/commit/36cbf082 Thanks for adding me. You have me now under this section: *

Re: [PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-25 Thread Arash Esbati
Robert Pluim writes: >>>>>> On Tue, 24 Jan 2023 10:29:17 +0100, Arash Esbati said: > > I didnʼt miss it, it was next on my list, Sorry for my wrong assumption here. > Of course my fixes are incomplete, as Ihor has pointed out, so more > work is needed there. 😀

Re: [PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-25 Thread Arash Esbati
Ihor Radchenko writes: > Could you please write a full patch with commit message? See > https://orgmode.org/worg/org-contribute.html#first-patch Thanks for your response. I hope I've got it right. Best, Arash >From c550ed05d29cf163c286cffc328e5860423c7cde Mon Sep 17 00:00:00 20

[PATCH] Fix one remaining emacs-30 byte-compile warning

2023-01-24 Thread Arash Esbati
Hi all, Robert sent a patch[1] which pacifies emacs-30 compiler warning. He missed one which is fixed by the patch below. It is against org-mode master (6b15897a56). Footnotes: [1] https://lists.gnu.org/archive/html/emacs-orgmode/2023-01/msg00743.html Best, Arash --8<---cut here-