Re: [O] Formatting dates in org-html postamble

2016-11-19 Thread Pavel Panchekha
think the error is likely on line 1882 of ox-html.el, where the date format ought to be passed to org-export-get-date as the optional second argument. As a workaround, I am currently setting org-export-date-timestamp-format, but it seems like this ought to be HTML-specific. —Pavel Panchekha

[O] Formatting dates in org-html postamble

2016-11-19 Thread Pavel Panchekha
+DATE? —Pavel Panchekha

[O] Relative links and #+include:

2015-07-27 Thread Pavel Panchekha
zippers/kiselyov.org", the link is instead interpreted as a link to "/kiselyov.org", since the post is being #+include:'d into a file in "/". Is there any way to advise the #+include: process to resolve relative links correctly? Or a better way to include Org files in one another? —Pavel Panchekha

Re: [O] Tags question

2011-12-24 Thread Pavel Panchekha
Hmm, I can see how to view all TODOs associated with a tag... but how can I do this across all tags. In SQL terms, I need a RIGHT JOIN, not a SELECT ... WHERE. - Pavel Panchekha On Sat, Dec 24, 2011 at 11:20 AM, Nick Dokos wrote: > Bernt Hansen wrote: > > > Pavel Panch

[O] Tags question

2011-12-23 Thread Pavel Panchekha
a heirarchy and using the outlining tools, but I'm afraid using tags instead of heirarchy is becoming useful to me. Is there any agenda view or other feature that does this, and if not, how might I go about coding it myself? - Pavel Panchekha

Re: [O] HTML5 Backend

2011-11-24 Thread Pavel Panchekha
of contrib/org-element.el. See his > announcement to this list a few days ago. > > All the best, > Tom > > Pavel Panchekha writes: > > > I'd like to add a backend that renders org-mode to spiffy new HTML5. > > Presumably this would exist together with the exis

[O] HTML5 Backend

2011-11-24 Thread Pavel Panchekha
ting points, or should I just crack open the code? Anything particularly non-obvious to keep in mind while writing the HTML5 backend? - Pavel Panchekha

[O] Bug in HTML export

2011-09-25 Thread Pavel Panchekha
This is breaking the "XHTML 1.0 Strict" claim. - Pavel Panchekha

[O] Entities Parsing Code

2011-09-19 Thread Pavel Panchekha
ee (org-entity-get (match-string 1))) -- - Pavel Panchekha

Re: [O] Escaping in HTML Export

2011-09-17 Thread Pavel Panchekha
Sorry for the false alarm. I checked and realized that my server, where I was doing the export, was running Org-mode 7.5; I updated and the problem is now fixed. Thanks! -- - Pavel Panchekha

[O] Escaping in HTML Export

2011-09-16 Thread Pavel Panchekha
I'm seeing an example where Org-mode fails to escape < and > signs on HTML exporting. This is also breaking the claim of XHTML Strict. -- - Pavel Panchekha

[O] Prettier Org-mode Export

2011-08-11 Thread Pavel Panchekha
I put together a few styles that I use for publishing Org-mode files to HTML --- I use this mostly for literate programs, but I think it should be usefully in general. In any case, hope this is useful to someone. http://pavpanchekha.github.com/org-project/ -- Pavel Panchekha