emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Ensure org-table-header displays without cursor inside table


From: Ihor Radchenko
Subject: Re: [PATCH] Ensure org-table-header displays without cursor inside table
Date: Fri, 05 Apr 2024 18:39:59 +0000

Lei Zhe <lzhes43@gmail.com> writes:

> The patch ensures the header of an org-table displays without the cursor
> inside the table when org-table-header-line-mode is enabled.
>
> BTW, this is my first patch for org-mode, so please correct me if there
> are any issues with it.
> Also, I've done the paperwork before.

Thanks for the patch!
May you please explain in more details what problem you are trying to
solve?

>                   (beg (save-excursion
> +                        (goto-char ws)
>                          (goto-char (org-table-begin))
>                          (while (or (org-at-table-hline-p)
>                                     (looking-at-p 
> ".*|\\s-+<[rcl]?\\([0-9]+\\)?>"))

Moving point to WS and then immediately to the beginning of the table
makes no difference. So, your patch does nothing.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]