Re: [O] One org file to multiple pages static website.

2017-10-24 Thread Pierre-Henry Frohring
Hi! I toyed with https://github.com/harc/ohm before I ended up with a couple of lines of Racket, Nginx and Pandoc. Ohm is worth looking at! Best, Cordialement, Pierre-Henry Fröhring 06 34 48 17 57 2017-10-24 18:42 GMT+02:00 Kaushal Modi : > Funny that this topic

Re: [O] Is there a org-babel-map-src-blocks but for tables?

2016-10-16 Thread Pierre-Henry Frohring
Nice thx! Probably good to put that in the doc (http://orgmode.org/org.html)! I would do it if I could. Regards Cordialement, Pierre-Henry Fröhring 06 34 48 17 57 Skype: pierre.henry.frohring 2016-10-16 22:55 GMT+02:00 Nicolas Goaziou <m...@nicolasgoaziou.fr>: > Hello, > &g

[O] Is there a org-babel-map-src-blocks but for tables?

2016-10-16 Thread Pierre-Henry Frohring
Hi list! Wondering if there was a function like `org-babel-map-src-blocks' but for tables. Use case: I have a file with multiple headings like: * Heading ** Result (some chart computed by processing data) ** Processing (code block for transforming data into chart) ** Data (org table

[O] How to export tables to files from elips?

2016-10-14 Thread Pierre-Henry Frohring
Hi list! Is there a way `f' such that `(f filename)' exports tables in the file `filename' to corresponding files as described by TABLE_EXPORT_FILE property? For context: https://github.com/phfrohring/org-to-blog/blob/c1312aeff1c097c3761d0b6bc84d3bb89edf2df4/org_to_blog.el#L87 Thx! ​

[O] Any help on that bug?

2016-10-13 Thread Pierre-Henry Frohring
Hi list! Made a few lines of elisp that take one org-file and turns it into a static website. https://github.com/phfrohring/org-to-blog Since it is useful to me, I tried to share it. Someone tried, but some bug occurred: https://github.com/phfrohring/org-to-blog/issues/1 I cannot

Re: [O] One org file to multiple pages static website.

2016-10-12 Thread Pierre-Henry Frohring
Unlike http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html https://github.com/phfrohring/org-to-blog has nothing to do with jekyll or any particular webserver. It just produces html files, sitemap, preserves links and assets in < 400 LOC.

Re: [O] One org file to multiple pages static website.

2016-10-12 Thread Pierre-Henry Frohring
churig.de/en/emacs-blog-from-org-to-hugo/ > > On Tue, Oct 11, 2016 at 7:04 PM Pierre-Henry Frohring < > frohring.pierrehe...@gmail.com> wrote: > >> Hi! >> >> Here is some code to go from one org-file to a multiple pages static >> website, >> one hea

[O] One org file to multiple pages static website.

2016-10-11 Thread Pierre-Henry Frohring
Hi! Here is some code to go from one org-file to a multiple pages static website, one heading -> one post. Since I did not find anything like it, did it myself, think maybe others may find this helpful. https://github.com/phfrohring/org-to-blog Cheers!

[O] [BUG] org-time-clock%

2013-09-11 Thread Pierre-Henry Frohring
Hi ! org-time-clock% gives me unexpected result. One could reproduce the bug using the code below or attached file. configuration : emacs-version : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org org-version : Org-mode version 8.1.1 *

[O] org-clock-time% does not parse 1d 12:50. This is a fix. (org-mode 8.1.1)

2013-09-09 Thread Pierre-Henry Frohring
Dear all, While I was experimenting with clock tables #+BEGIN: clocktable :maxlevel 2 :scope file :formula % I found a surprising result : if *total time* is formatted as 1d 12:50 then the percentages column gives wrong results. The reason is that org-clock-time% does not take 1d 12:50