progfolio / doct

DOCT: Declarative Org Capture Templates for Emacs
GNU General Public License v3.0
380 stars 8 forks source link

flatten-list #2

Closed ndw closed 4 years ago

ndw commented 4 years ago

I'm not sure when it got introduced, but the latest HEAD includes a call to flatten-list which is not defined in Emacs 26.

progfolio commented 4 years ago

Thanks again! Will have a patch up momentarily.

progfolio commented 4 years ago

@ndw: This should take care of it, but I only have Emacs 28.0.50 available on this machine. Let me know if this works for you: https://github.com/progfolio/doct/commit/cdb11fc49f5d00dfff9b258d3122e1bb6b1fbd92

Thanks again

ndw commented 4 years ago

Yep, that seems to work.

progfolio commented 4 years ago

Appreciate it!