Org mode version 9.1.6 (release_9.1.6-474-g58da7d @ /home/nick/elisp/org-mode/lisp/)
I updated to the above and got two test failures: ,---- | 2 unexpected results: | FAILED test-org-publish/base-extension | FAILED test-org-publish/get-project-from-filename `---- Details on the first one: ,---- | Test test-org-publish/base-extension condition: | (file-missing "Opening input file" "No such file or directory" "/home/nick/src/emacs/org/org-mode/testing/examples/pub/link") `---- Presumably, that's because that path name is a symlink that does not resolve on my system: ,---- | /home/nick/src/emacs/org/org-mode/testing/examples/pub: | total used in directory 20 available 8850228 | drwxrwxr-x. 3 nick nick 90 Feb 14 13:59 . | drwxrwxr-x. 7 nick nick 4096 Feb 14 13:59 .. | -rw-rw-r--. 1 nick nick 111 Oct 31 16:42 a.org | -rw-rw-r--. 1 nick nick 104 Nov 15 16:00 b.org | -rw-rw-r--. 1 nick nick 5 Oct 27 09:14 file.txt | lrwxrwxrwx. 1 nick nick 51 Feb 14 13:57 link -> /home/ngz/dev/org-mode/testing/examples/pub-symlink | -rw-rw-r--. 1 nick nick 12 Oct 27 09:14 noextension | drwxrwxr-x. 2 nick nick 19 Feb 14 13:59 sub `---- The second one fails because of this as well: it's looking for .../examples/pub/link/link.org. -- Nick