cadadr / elisp

Göktuğ's Emacs Lisp programs
79 stars 21 forks source link

org-date face needs to be in fixed font #37

Closed heikkil closed 5 years ago

heikkil commented 5 years ago

The face org-date is often in tables and messes up table alignments.

P.S. I'd love to see org-variable-pitch as an independent package in MELPA

cadadr commented 5 years ago

Hi, thanks a lot for your patch! I can merge it if you could modify the commit message as below:

org-variable-pitch.el: add ‘org-date’ to fixed faces list

The face org-date is often in tables and messes up table alignments.

I think you need to ‘git commit --amend’ and ‘git push --force’

P.S. I'd love to see org-variable-pitch as an independent package in MELPA

It actually is on Melpa (1), only not on the stable channel (melpa-stable). Getting my packages on the stable channel too is on my TODO list actually, I’ll try to sort that out in the future.

(1) https://melpa.org/#/org-variable-pitch

heikkil commented 5 years ago

Done.

Thanks for the melpa link!

cadadr commented 5 years ago

Thanks! I've merged the patch.