emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] Let org-agenda align multibyte tags properly


From: Nicolas Goaziou
Subject: Re: [O] [PATCH] Let org-agenda align multibyte tags properly
Date: Thu, 28 Feb 2019 15:29:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

tumashu <address@hidden> writes:

> org agenda can not align tags which include multibyte char, please see 
> before.png
>
> This patch fix the problem, please see after.png

I replaced (buffer-substring (match-beginning 1) (match-end 1)) with
(match-string 1) and applied your patch.

Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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