legalnonsense / elgantt

A Gantt Chart (Calendar) for Org Mode
GNU General Public License v3.0
392 stars 16 forks source link

How can I make my table align properly? #31

Open daraul opened 2 months ago

daraul commented 2 months ago

Starting the test file gives me this screen, which seems to not align correctly:

Screenshot 2024-04-19 at 9 30 07 PM

I've tried changing the buffer's font, but that doesn't seem to do anything.

I haven't done anything to configure the package, except to set the start date, so I could use the test file.

PaddyPatPat commented 3 weeks ago

I tried loading emacs using emacs -Q and then evaluating a buffer containing the following:

(add-to-list 'load-path (concat user-emacs-directory "straight/repos/peg/")) (add-to-list 'load-path (concat user-emacs-directory "straight/repos/compat/")) (add-to-list 'load-path (concat user-emacs-directory "straight/repos/org-ql/")) (add-to-list 'load-path (concat user-emacs-directory "straight/repos/s.el/")) (add-to-list 'load-path (concat user-emacs-directory "straight/repos/ts.el/")) (add-to-list 'load-path (concat user-emacs-directory "straight/repos/dash.el/")) (add-to-list 'load-path (concat user-emacs-directory "straight/repos/elgantt/")) ;; Or wherever it is located (require 'elgantt) (setq elgantt-agenda-files (concat user-emacs-directory "straight/repos/elgantt/test.org"))

Still see the same result as the screenshot above. Same thing as well if I git clone elgantt into .emacs.d/lisp and work from there.

macOS Sonoma running GNU Emacs 29.3 (build 1, aarch64-apple-darwin23.4.0, NS appkit-2487.50 Version 14.4.1 (Build 23E224)) of 2024-04-13