aboutsummaryrefslogtreecommitdiffstats
path: root/testing/examples/pub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Nicolas Goaziou2018-02-151-1/+1
|\
| * Fix failing testsNicolas Goaziou2018-02-151-1/+1
| | | | | | | | | | | | | | Use relative symlinks instead of absolute ones. Reported-by: Nick Dokos <ndokos@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2018-02/msg00241.html>
* | Merge branch 'maint'Nicolas Goaziou2018-02-131-0/+1
|\ \ | |/
| * ox-publish: Follow symlink directoriesNicolas Goaziou2018-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/org-compat.el (directory-files-recursively): Remove compatibility function, no longer needed. * lisp/ox-publish.el (org-publish--expand-file-name): (org-publish-org-to): (org-publish-collect-index): (org-publish--store-crossrefs): (org-publish-resolve-external-link): Preserve symlinks in file name. (org-publish-get-base-files): Follow symlink directories. (org-publish-get-project-from-filename): Preserve symlinks in file name. Do not use `file-in-directory-p', which ignores symlinks. Reported-by: Michel Damiens <michel.damiens@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2018-02/msg00186.html>
* | Fix failing testNicolas Goaziou2017-11-031-0/+3
| | | | | | | | | | | | * testing/lisp/test-ox-publish.el (test-org-publish/resolve-external-link): Rewrite test to prevent race condition which could affect results. * testing/examples/pub/b.org: Add missing keyword.
* | ox-html: Prevent spurious target below headlinesNicolas Goaziou2017-09-102-1/+9
|/ | | | | | | | | | | | | | | * lisp/ox-html.el (org-html-headline): (org-html-link): Do not insert an additional target. * lisp/ox-publish.el (org-publish-resolve-external-link): Add an optional argument. * lisp/ox.el (org-export-get-reference): Improve docstring. * testing/examples/pub/a.org: * testing/examples/pub/b.org: New files. * testing/lisp/test-ox-publish.el (test-org-publish/resolve-external-link): New test.
* ox-publish: Fix :base-extension (part 2)Nicolas Goaziou2016-12-292-0/+2
| | | | | | | | | * lisp/ox-publish.el (org-publish-get-base-files): Make sure to remove directories. * testing/examples/pub/file.txt: * testing/examples/pub/noextension: New files. * testing/lisp/test-ox-publish.el (test-org-publish/base-extension): New test.
* ox-publish: Add testsNicolas Goaziou2016-12-193-0/+9
* testing/examples/pub/a.org: * testing/examples/pub/b.org: * testing/examples/pub/sub/c.org: * testing/lisp/test-ox-publish.el: New files.