Ken Mankoff

Results 92 comments of Ken Mankoff

We are hoping to run multiple PISM simultaneously in the near future. Is this still not possible? It seems an easy workaround would be to put each PISM in its...

I do not have a specific setup in mind, but think we may try to run multiple PISMs soon. I think we're moving away from calling PISM as a library...

The IOOS compliance checker is, I think, fairly lightweight: https://github.com/ioos/compliance-checker It also (optionally) checks for ACDD compliance.

@novoid single column view can be achieved with Org agenda views. Is the 2nd column important? If not, consider a custom agenda and not using calfw for this.

@novoid Yes, I agree, Org doesn't do dual column. I would like that too, and hope this feature does get implemented. As for @skyer9, I'm not sure what the word...

@kiwanami please don't feel bad or apologize. This is Open source software based on your donated time. It is great as-is, and will get better. If people need things now,...

Here is how I can reproduce the bug. 1) My `test.el` init file. ``` elisp (add-to-list 'load-path "~/local/src/org-mode/lisp") (add-to-list 'load-path "~/local/src/org-mode/contrib" t) (require 'org) (setq org-agenda-files '("test.org")) (add-to-list 'load-path "~/.emacs.d/elpa/calfw-20150831.1847")...

Fixed in elpa version 20170320.506

Weird. It does for me. Here is my `DEBUG.el` ``` (require 'org) (setq org-agenda-files '("test.org")) (add-to-list 'load-path "~/.emacs.d/elpa/calfw-20170320.506") (require 'calfw) (require 'calfw-org) (cfw:open-org-calendar) ``` Here is `test.org` ``` * TODO...

This is getting complicated. I first noticed it worked in my default config, which *is* Org 9.0.5. The MWE example above uses the Emacs version, which is older (not sure...