Alex Fenton
Alex Fenton
Referencing discussion in https://github.com/inukshuk/anystyle/pull/105 Since these kind of documents do appear in some scientific fields, it would be nice to do something with them. They are mentioned in CSL and...
For a good while, I've been experiencing an intermittent error when calling `parser.train`. The error is thrown up from the Wapiti level and look like this: ``` /wapiti-ruby/lib/wapiti/options.rb:154:in `validate!': unknown...
This provides some more information on the AnyStyle bug reported in: https://github.com/inukshuk/anystyle/issues/102 The crashes with `"unknown model type "crf-XXXXXX"` seem to arise from some kind of memory management problem. More...
When creating a temporary intermediate org file, ox-pandoc should respect the user's [temporary-directory setting](http://www.gnu.org/software/emacs/manual/html_node/elisp/Unique-File-Names.html#index-temporary_002dfile_002ddirectory-1) rather than saving in the same directory. https://github.com/emacsorphanage/ox-pandoc/issues/6#issuecomment-983001139
The upcoming 9.5 version of Org will support a native citation syntax. Make sure this is supported. Don't think it's worth trying to support older org-ref citations, as org-ref's citation...
Pandoc supports passing a YAML file containing metadata with the `--metadata-file `option on the command line. **ox-pandoc** does not know about this option and fails with "Improper Option Name! metadata-file"