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
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
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
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
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
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
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