also related can one define specific header names to exclude in export (not using tags but just a header name)
so ie, i would instead of tagging all headers named "Homework" one by one, i would just add a line in the export options saying exclude any header named "Homework"

thx!

Z

On Sun, Sep 11, 2016 at 9:32 AM, Xebar Saram <zeltakc@gmail.com> wrote:
thx Nicolas, appriciate the answer.

i dont think its working for me but i may be missing the correct syntax

this is how it currently looks

     ("r.base.full"
              :base-directory "/home/zeltak/org/files/Uni/Courses/R/"
              :base-extension "org"
              :publishing-directory "/home/zeltak/org/attach/bgu/courses/R/full.html/"
              :publishing-function z/org-reveal-publish-to-html
              :recursive t
              :exclude-tags note noexport
              :reveal-single-file t)

is the line

:reveal-single-file t 

correct syntax?

thx alot!

Z


On Sun, Sep 11, 2016 at 12:25 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Hello,

Xebar Saram <zeltakc@gmail.com> writes:

> im wondering if anyone knows if its possible (and if so whats the syntax)
> to point to a specific setupfile or add specific or export options in
> the org-publish-project-alist
>
> for example i want to publish to 2 different folders once time with the
> option #+OPTIONS: reveal_single_file:t and one time without. i cant seem to
> find how to do that

Try :reveal-single-file publishing option. It is the property associated
to the OPTIONS item, according to "ox-reveal.el".

Regards,

--
Nicolas Goaziou