Bug: table header line mode misaligned in org-indent-mode

2021-04-17 Thread Oorja Sandhu
Hi, Here is a bug I've been trying to fix. Steps : 1. emacs -Q Latest Emacs cloned and built from master today. 2. Open the attached org file 3. M-x org-table-header-line-mode 4. M-x org-indent-mode 5. Resize emacs window very small such that horizontal as well as vertical scrolling is

Re: Concerns about community contributor support

2021-04-17 Thread Timothy
Hello Thomas, good to hear from you. Thomas S. Dye writes: > As a long-time follower of this list and a devoted, if often ignorant or > confused, user of Org mode, I'd like to give my perspective on your concerns, > which I find genuine and IMHO intended to further the Org mode project.

Re: Repository of Org files with important dates?

2021-04-17 Thread Marcin Borkowski
On 2021-04-18, at 01:42, David Masterson wrote: > Marcin Borkowski writes: > >> On 2021-04-16, at 17:55, Eric S Fraga wrote: >> >>> If you want solar based information (equinox, solstice, etc.), which is >>> not quite what you mentioned, I used this script to generate org file >>> headings:

Re: Repository of Org files with important dates?

2021-04-17 Thread Greg Minshall
David Masterson wrote: > Hmm. I don't see a date function in Elisp... (current-time-string), if that helps.

Re: Concerns about community contributor support

2021-04-17 Thread Tim Cross
"Thomas S. Dye" writes: > Aloha Timothy, > > working on Org mode (my interpretation), Nicolas Goaziou took over most of the > coding work. His brief was clearly to put the Org mode code into better > order, > which he did with astonishing efficiency and expertise (at least from my often >

Re: Repository of Org files with important dates?

2021-04-17 Thread David Masterson
Marcin Borkowski writes: > On 2021-04-16, at 17:55, Eric S Fraga wrote: > >> If you want solar based information (equinox, solstice, etc.), which is >> not quite what you mentioned, I used this script to generate org file >> headings: > > Can't Emacs itself generate those data? Hmm. I don't

Bug: [PATCH] org-manual.org: Fix typo about org-latex-images-centered [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/jorge/.config/emacs/elpa/org-plus-contrib-20210412/)]

2021-04-17 Thread Jorge P. de Morais Neto
>From 48a1a591c8303acbe587e1492c45fc8741c47f0c Mon Sep 17 00:00:00 2001 From: "Jorge P. de Morais Neto" Date: Sat, 17 Apr 2021 20:36:04 -0300 Subject: [PATCH] org-manual.org: Fix typo about org-latex-images-centered --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: Concerns about community contributor support

2021-04-17 Thread Thomas S. Dye
Aloha Timothy, As a long-time follower of this list and a devoted, if often ignorant or confused, user of Org mode, I'd like to give my perspective on your concerns, which I find genuine and IMHO intended to further the Org mode project. I was drawn to Org mode when Eric Schulte and Dan

Re: link syntax fixing bug?

2021-04-17 Thread Kyle Meyer
Samuel Wales writes: > in recent maint, i am trying the code included with the maint release > to update org link escaping syntax. > > the issue is that when i click on google, the space before "hi" does > not show up in the earch box. ergo, different results. > > *** should be orig >

Re: [PATCH] Remove diary-list-entries Emacs 21 compat code

2021-04-17 Thread Kyle Meyer
Stefan Kangas writes: > Please find attached a small cleanup patch to org-agenda.el. Thanks. Pushed (3a7e1c047).

Re: [PATCH] org-eldoc: Fix compatibility with eldoc 1.11 and Emacs 27

2021-04-17 Thread Kyle Meyer
Trevor Murphy writes: > * contrib/lisp/org-eldoc.el (org-eldoc-documentation-function): Check > before invoking elisp eldoc functions from Emacs 28. > > The previous check assumed that the presence of eldoc 1.11 bindings > implied elisp-mode bindings that come with Emacs>=28, but eldoc 1.11 >

Re: Bug: table header line mode causes next-line to reach beginning of line

2021-04-17 Thread Kyle Meyer
Oorja Sandhu writes: [...] > 3. M-x org-table-header-line-mode > > 4. Resize emacs window very small such that horizontal as well as > vertical scrolling is required to see it fully. > > Otherwise, add rows and columns in the org table in the file such that > it exceeds window size both

Re: wip-cite status question and feedback

2021-04-17 Thread M . ‘quintus’ Gülker
Hi, Am 12. April 2021 um 15:19 Uhr +0200 schrieb Nicolas Goaziou: > The syntax is complete in "wip-cite-new" branch. For the record, in its > full glory, it can look like this: > > [cite/style: global prefix; prefix -@key suffix ; ... ; global suffix] > > [...] > - "exporting" action is

[feature request] Make org-refile include the source and target when refiling

2021-04-17 Thread Rodrigo Morales
* Context The current behavior of refiling an entry using =org-refile= when =org-log-refile= is set to =t= and =org-log-into-drawer= is set to =t= is #+begin_src org ,* Refiled heading ,* Target #+end_src #+begin_src org ,* Target ,** Refiled heading :LOGBOOK: - Refiled on [2021-04-17 Sat

Bug: table header line mode causes next-line to reach beginning of line

2021-04-17 Thread Oorja Sandhu
Hi, This is about the new org-table-header-line-mode, which is very useful to me, thanks. Attached is the smallest file I could create to reproduce this issue. Steps : 1. emacs -Q Latest Emacs cloned and built from master today. 2. Open the attached file 3. M-x org-table-header-line-mode

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-17 Thread Maxim Nikulin
On 10/04/2021 07:01, Juan Manuel Macías wrote: Nicolas Goaziou writes: Could you apply the same fix to the `org-verbatim-re' match above, and provide an appropriate commit message? Done! I've attached the corrected patch. Sorry for the flaws in me previous patch: I'm a bit of a novice at

Re: Improving org-macro.el

2021-04-17 Thread Nicolas Goaziou
Hello, Stefan Monnier writes: > I just saw that it burps in Emacs-26 because of a bug when functions are > declared with 0 optional arguments like ( x). > > So I suggest the patch below, Applied. Thank you. Regards, -- Nicolas Goaziou