[O] HTML :exports both problem

2018-11-18 Thread Lawrence Bottorff
Try this at home: #+begin_src lisp :results output :exports both (dotimes (i 4) (format t "~3d " i)) #+end_src #+RESULTS: : 0 1 2 3 #+name: #+begin_src lisp :exports both (defun multabl () (dotimes (x 20) (dotimes (y 20) (format t "~3d " (* (1+ x) (1+ y

Re: [O] Getting feedback from a website created with OrgMode ??

2018-11-18 Thread David Masterson
John Hendy writes: > On Sun, Nov 18, 2018 at 4:54 PM David Masterson > wrote: >> >> I'd like some ideas on how to create a website with OrgMode. OrgMode is >> very good at creating static web-pages of any sort of structure. What I >> think I'd like to do is create a more dynamic web-page. My

Re: [O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2018-11-18 Thread Nicolas Goaziou
Hello, John Lee writes: > Here's a couple of patches that add new org-habit variables. I hope > the variable documentation describes them sufficiently: if not I need > to change the docs so if you review these patches please read the > patch before the rest of this email so that you're not "che

Re: [O] Getting feedback from a website created with OrgMode ??

2018-11-18 Thread John Hendy
On Sun, Nov 18, 2018 at 4:54 PM David Masterson wrote: > > I'd like some ideas on how to create a website with OrgMode. OrgMode is > very good at creating static web-pages of any sort of structure. What I > think I'd like to do is create a more dynamic web-page. My particular > use-case is the

[O] Getting feedback from a website created with OrgMode ??

2018-11-18 Thread David Masterson
I'd like some ideas on how to create a website with OrgMode. OrgMode is very good at creating static web-pages of any sort of structure. What I think I'd like to do is create a more dynamic web-page. My particular use-case is the following: 1. I'd like to create a website of information for my

Re: [O] Local COLUMNS and columnview block

2018-11-18 Thread Lele Gaifax
Nicolas Goaziou writes: > Lele Gaifax writes: > >> As said, a the local COLUMNS setting is honored by the transient columns >> view, >> but it is ignored by org-clock-report and org-dbclock-update. >> >> Am I doing something wrong or isn't it possible? > > COLUMNS property, or keyword, are not

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2018-11-18 Thread Gustav Wikström
Hi, > -Original Message- > From: Ihor Radchenko > Sent: den 18 november 2018 01:42 > To: Gustav Wikström ; Marco Wahl > > Cc: emacs-orgmode > Subject: RE: [O] FW: [RFC] Link-type for attachments, more attach options > > Hi Gustav, > > > I like the idea of a function that would symboli