Browse Source

updates to publish information for org-babel-documentation

Eric Schulte 16 years ago
parent
commit
145b6a14a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      publish-babel.org

+ 1 - 1
publish-babel.org

@@ -17,7 +17,7 @@ publishing.  Publish a project with =C-c C-e X=.
          `("org-babel-documentation"
            :base-directory ,org-babel-dir
            :base-extension "org"
-           :exclude "org-babel.org"
+           :exclude ,(regexp-opt-group '("org-babel.org" "test-export.org" "test-tangle.org" "test-tangle-load.org"))
            :publishing-directory ,(expand-file-name "doc" org-babel-dir)
            :index-filename "org-babel-worg.org"
            :auto-postamble nil