Re: [O] [PATCH] Fix several byte-compile warnings in org-contrib files

2013-04-03 Thread Bastien
Hi Aaron, Aaron Ecay aarone...@gmail.com writes: * contrib/lisp/org-bibtex-extras.el: convert to using cl-lib functions (obe-bibtex-file), (obe-html-link-base): add a 'group argument to defcustoms (obe-citations): replace non-existent org-babel-clean-text-properties with

Re: [O] [PATCH] Fix several byte-compile warnings in org-contrib files

2013-04-01 Thread Nicolas Goaziou
Hello, Thanks for your patch. Here are a few comments. Aaron Ecay aarone...@gmail.com writes: +(require 'cl-lib) This is not an option since Org has to support Emacsen older than 24.3. - (add (remove-if (lambda (author) (string-match others author)) -

[O] [PATCH] Fix several byte-compile warnings in org-contrib files

2013-03-31 Thread Aaron Ecay
* contrib/lisp/org-bibtex-extras.el: convert to using cl-lib functions (obe-bibtex-file), (obe-html-link-base): add a 'group argument to defcustoms (obe-citations): replace non-existent org-babel-clean-text-properties with org-no-properties * contrib/lisp/org-git-link.el: add an