Rick Frankel rickster.com> writes:
> As Rasmus mentioned in a previous email, there is no way currently to add html
> attributes to lists w/ ATTR_HTML.
>
> A filter, a mentioned above, is your simplest approach. The best (IMHO) would
> be to create a derived exporter (ox-bootstrap?) based on ox-
Bill White wolfram.com> writes:
>
> On Fri Jan 02 2015 at 09:47, R C yahoo.com> wrote:
>
> > I would like to have org mode export a project using html5 elements
> > and bootstrap framework adapting the worg tutorial:
> > org-publish-html-tutorial.html
> >
> > I set it up as:
> > - minimal org
On Fri Jan 02 2015 at 09:47, R C wrote:
> I would like to have org mode export a project using html5 elements
> and bootstrap framework adapting the worg tutorial:
> org-publish-html-tutorial.html
>
> I set it up as:
> - minimal org file to be published: "~/web/p2/org/tst.org"
I think this isn'
On Sun, Jan 04, 2015 at 02:32:03AM +0100, Rasmus wrote:
> Hi,
>
> RC writes:
>
> > If the default heading and content classes used by ox-html could be
> > changed or aliased it should work well with org-mode html
>
> Maybe you can set up filters then to replace e.g. section into the desired
> n
Hi,
RC writes:
> If the default heading and content classes used by ox-html could be
> changed or aliased it should work well with org-mode html
Maybe you can set up filters then to replace e.g. section into the desired
naming-scheme. AFAIR class-names are hard-coded in ox-html.
—Rasmus
--
Rasmus gmx.us> writes:
>
> Hi,
> At the moment you can't add extra classes to lists (patch welcomed).
> However, you can add CUSTOM_HEADERs to your sections and do stuff like
> this:
>
>#text-my-sec li {display: inline;}
>#text-my-sec li:after {content: ", ";}
>#text-my-sec li:last-
Hi,
RC writes:
> I can use #+ATTR_HTML to include bootstrap specific classes for tables,
> etc but I have been unable to find a way to add a desired class to the
> for the TOC, or change the default outline-N and outline-text-N
> classes for headings and contents, respectively. It may be pos
Rick Frankel rickster.com> writes:
> On Fri, Jan 02, 2015 at 03:47:36PM +, R C wrote:
> > with lines of the form:
> > #+STYLE:
media="screen">
> I don't believe `STYLE' is used by the HTML exporter. See: `HTML_HEAD'
> (`org-html-head') and `HTML_HEAD_EXTRA' (`org-html-head-extra'.)
I did
On Fri, Jan 02, 2015 at 03:47:36PM +, R C wrote:
> I would like to have org mode export a project using html5 elements and
> bootstrap framework adapting the worg tutorial:
> org-publish-html-tutorial.html
>
> - template with links to bootstrap css and js files, and a local.js file
> with my
I would like to have org mode export a project using html5 elements and
bootstrap framework adapting the worg tutorial: org-publish-html-tutorial.html
I set it up as:
- minimal org file to be published: "~/web/p2/org/tst.org"
#+SETUPFILE: ~/web/org-templates/level-0.org
#+TITLE: Testing
* heading
10 matches
Mail list logo