elgantt
elgantt copied to clipboard
A Gantt Chart (Calendar) for Org Mode
Recommended this project on Reddit to build a direly needed timeline, and not having any luck right now. I am using the test file, `test.org`, and my configuration is posted...
Is it possible to not show the [DONE] task in gantt chart? I have found the variable [Elgantt Exclusions] might be useful. Is it possible to have an example of...
Is it possible to limit the view, as possible in `org-agenda`, to - specific subtrees, - tags, - or task states (e.g. filter out `DONE`)? Maybe via `org-ql`? Btw., thanks...
First of all, I really want to say I LOVE this package. I'm very thankful for all the hard work, and appreciate all of the information on making your own...
When there are Chinese characters in the head line, the table cannot be aligned 
Hi! I have tried the test file and there's only a blank buffer (more precisely 2 blank rows of 20 columns width. First one same colour as theme background, second...
I can use column to see headings levels 1 through 2 by going into column view `C-c C-x C-c` and typing `C-u 2 S-TAB`. Using a modified version of your...
Hi, Whatever I do, I cannot load `elegantt` with the usual way : ``` (require 'elegantt) ``` It seems linked to issue #12 but I do not understand what is...
I got the code to work, but I had to replace function `first` with `car` in various places since I kept getting errors about `first` being void. Alas, I could...
I have not been able to get `(setq elgantt-header-type 'hashtag)` to yield the expected results. In particular, certain headlines end up under the wrong hashtag. I have attached a slightly...