Re: [O] Wrapping sections in html not possible

2014-11-30 Thread Henry Hirsch
Hello Richard, Puneeth Chaganti created https://github.com/GlPortal/glportal_website/blob/master/plugins/orgmode/init.el (L 111-128). Which works good but sadly it is not possible to use macros inside of the org source blocks. We are currently looking for a solution. Regards Henry

[O] Wrapping sections in html not possible

2014-11-28 Thread Henry Hirsch
Hello, When the following code snippet is exported to html the jumbotron section is not wrapped in the jumbotron class but the jumbotron div is in another section and the closing div is in the content of my jumbotron. * Another Section #+BEGIN_HTML #+END_HTML * content of my jumbotron This tex

Re: [O] Include does not work when doing org-export-as-org

2011-10-12 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 12:51:24PM -0400, Nick Dokos wrote: > The following should do basically what you want, Yes, that realy hit the spot. Sorry for being so destructive earlier. For a moment I thought you are telling me off. Carsten: I think by default it should not expand macros, process babe

Re: [O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 11:37:54AM -0400, Nick Dokos wrote: > What is *your* use case? That is not at all clear, so far at least. > > Nick I want to apply the don't repeat yourself (dry) principle to my org files. For the documentation of software quality I have huge org documents with a lot of t

Re: [O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 10:57:58AM -0400, Nick Dokos wrote: > o org is very much a scratch-your-itch project - so you can > certainly go ahead and implement what you want. I get it. If I want something fixed I gotta do it myself. Have a nice day, and thank you for sobering me up.

Re: [O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 10:27:56AM -0400, Nick Dokos wrote: > In particular, I assume it does not process includes, because they need > to be preserved in examples. > > Nick So do you think it is reasonable that org-export-as-org is the only mode of export which is exhibiting a different behav

Re: [O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 10:09:49AM -0400, Nick Dokos wrote: > Henry Hirsch wrote: > > > Hello everyone, > > > > I am trying to export an org-file with includes. > > When I export as PDF all includes work but when > > I export as org-file the includes are

Re: [O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 03:53:00PM +0200, Henry Hirsch wrote: I forgot something: > Content of a_source.org after export: is actually: #+INCLUDE "b.org" Where I expected it to be "Hello World". Thanks, Henry

Re: [O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
On Tue, Oct 11, 2011 at 09:41:43AM -0400, Nick Dokos wrote: > Sorry to be a grouch, but can you *please* provide an example? Content of a.org: #+INCLUDE: "b.org" Content of b.org: Hello World Content of a_source.org after export: Thanks, Henry

[O] Include does not work when doing org-export-as-org

2011-10-11 Thread Henry Hirsch
Hello everyone, I am trying to export an org-file with includes. When I export as PDF all includes work but when I export as org-file the includes are getting ignored. I am on org-mode 7.6. Hope somebody knows how to fix this. Sincerly yours, Henry