* ox-hugo.el:
- Print the number of subtree being exported when doing C-c C-e H A.
- Print the tag that caused a subtree/file to not be exported.
- Misc message and code formatting improvements.
* .travis.yml: Disable the Entering directory/Leaving directory noise
from make.
* Makefile: Add a blank line before each new instance of emacs in
batch mode.
- make doc EMACS=${EMACS}# Just ensure that "make doc" doesn't fail for any reason.. this is *not* used to do Org->Markdown doc conversion using Travis.
- make test EMACS=${EMACS}
- make vcheck EMACS=${EMACS}
- make --no-print-directory doc EMACS=${EMACS}# Just ensure that "make doc" doesn't fail for any reason.. this is *not* used to do Org->Markdown doc conversion using Travis.
- make --no-print-directory test EMACS=${EMACS}
- make --no-print-directory vcheck EMACS=${EMACS}
notifications:
email:
# Default is change, but that includes a new branch's 1st success.