removed taskjuggler
This commit is contained in:
parent
46f868a809
commit
2844630f8c
4
conf.org
4
conf.org
|
@ -1806,10 +1806,6 @@ nil to act as a filter (eg does not touch text properties)."
|
||||||
(org-agenda-before-sorting-filter-function
|
(org-agenda-before-sorting-filter-function
|
||||||
(lambda (l) (nd/org-agenda-filter-status '(:archivable) 'nd/get-project-status l t))))))))))
|
(lambda (l) (nd/org-agenda-filter-status '(:archivable) 'nd/get-project-status l t))))))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** taskjuggler
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(require 'ox-taskjuggler)
|
|
||||||
#+END_SRC
|
|
||||||
*** gantt charts
|
*** gantt charts
|
||||||
This is custom, non-MELPA package, so it must be loaded manually. See [[https://github.com/swillner/org-gantt/blob/master/org-gantt-manual.org][here]] for guide.
|
This is custom, non-MELPA package, so it must be loaded manually. See [[https://github.com/swillner/org-gantt/blob/master/org-gantt-manual.org][here]] for guide.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue