Re: [O] "Smart" quotes

2012-05-25 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" writes: >> The regexp may be able to tell level 1 from level 2 quotes. > > Do you mean that the author would use the same characters for both > first and second level quotes, and the regexp would be smart enough to > distinguish which level each was at? I don't think t

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Bastien
Hi Matt, Matt Lundin writes: > Bastien writes: > >> Christophe Junke writes: >> >>> Let org-agenda-time-grid control if the grid is displayed >> >> Applied, thanks -- and special thanks for the ChangeLog and >> clear explanations. > > This is a problematic patch. On my machine, it causes dupl

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Matt Lundin
Bastien writes: > Christophe Junke writes: > >> Let org-agenda-time-grid control if the grid is displayed > > Applied, thanks -- and special thanks for the ChangeLog and > clear explanations. This is a problematic patch. On my machine, it causes duplicate entries to show up in the agenda. The

Re: [O] Org-mode repeating tasks issue

2012-05-25 Thread c b
Thanks for the responses. After fiddling around a bunch and not getting it to work, I just recreated my .emacs.d folder (and config) and it seems to work now. Must have been some corruption, but can't figure out what. Thanks a bunch for the responses c.b On Mon, May 21, 2012 at 6:06 AM, Bernt

Re: [O] Largest org file you have + performance

2012-05-25 Thread Bastien
Hi, SW writes: > Is this performance overhead just a result of poorly-scalable overlays, rather > than an inherent shortcoming of Emacs and/or org-mode? I would say this is a combination of the implementation overlays and the use of overlays in outline.el. Perhaps we should dive into outline.e

Re: [O] PATCH: follow timestamp link also in heading

2012-05-25 Thread Bastien
Samuel Wales writes: > Perhaps we should make RET do this also when RET follows links. Indeed, that's now the case. Thanks! -- Bastien

Re: [O] [PATCH] Add section describing prerequisites.

2012-05-25 Thread Bastien
Hi Greg, Greg Troxel writes: > Note that building org requires GNU make, and that 3.82 is known to > work. Thanks for this. I've been minimalist: http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1 I don't want to update the README file each time a new version of GNU Make is released a

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Bastien
Nick Dokos writes: > Then you have to live with the stars. I think it is awesome to live with the stars. :) -- Bastien

Re: [O] Escaping links while doing an org-publish to html

2012-05-25 Thread Bastien
Hi c (?), c b <24x7x...@gmail.com> writes: > Is there a way to do prevent org-mode from setting up A-links or > IMG-links? Not with the current HTML exporter (perhaps Nicolas as a solution for the next HTML exporter.) But you can use `org-export-html-final-hook' to postprocess the exported bu

Re: [O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Bastien
Hi Christophe, Christophe Junke writes: > Let org-agenda-time-grid control if the grid is displayed Applied, thanks -- and special thanks for the ChangeLog and clear explanations. All best, -- Bastien

Re: [O] [PATCH] Add section describing prerequisites.

2012-05-25 Thread Greg Troxel
Bastien writes: > http://orgmode.org/w/?p=org-mode.git;a=commit;h=0103d1 > > I don't want to update the README file each time a new version of > GNU Make is released and known to work. Understood - what I meant was to have the oldest version that was needed, but I suspect that while org need

Re: [O] Feature request: don't store bookmark for some capture templates

2012-05-25 Thread Bastien
Hi XeCycle, XeCycle writes: > I want to disable the behaviour for org-capture to store a > bookmark pointing to the last stored item, preferably for some > templates. You can now (setq org-capture-bookmark nil) to unconditionally prevent the creation of a bookmark. This is not dependant of t

Re: [O] [PATCH] Allow datetree to find years with trailing whitespace.

2012-05-25 Thread Bastien
Hi Matt, Matt Lundin writes: > * lisp/org-datetree.el: Fix regexp to allow datetree to find headings > with trailing whitespace. This fixes a bug in which an existing > datetree heading (e.g., "* 2012 ") would not be found by > org-datetree-find-year-create if it had trailing whitespace.

Re: [O] [PATCH] Add entities for /, +, _, =

2012-05-25 Thread Bastien
Hi Mark, "Mark E. Shoulson" writes: > On 05/25/2012 11:04 AM, Nicolas Goaziou wrote: >> Hello, >> You're right, there could be another entity for ^. asciicirc is good >> enough as a name. Would you want to make a patch for it? >> >> Also, you may want to consider signing FSF papers for more imp

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Bastien
Hi Mark, "Mark E. Shoulson" writes: > Furthermore, hidestars isn't good enough, because Enda wants the file > *really to be like that*, without the stars there at all, so that it still > looks good when being edited in vi or something. Thanks for taking the time to state Enda's position more cl

Re: [O] [New Contrib Feature] Automatic URL shortening via Bitly

2012-05-25 Thread Bastien
Hi Neil, Neil Smithline writes: > Just thought I'd let you know about two projects I've been working on that, > when combined, make Org even cooler than it already is. Thanks for this contribution! I've added a link to this page: http://orgmode.org/worg/org-contrib/ All best, -- Bastien

Re: [O] org-agenda-sticky

2012-05-25 Thread Bastien
Hi Rainer, Rainer Thiel writes: > I use org version 7.8.11 with GNU Emacs 24.1.50.1 under Windows XP. > > I can't seem to find a way to use the new org-agenda-sticky option. This option is not part of the officially released version of Org, yet. It is available through the master branch of th

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-05-25 Thread Bastien
Hi Brian, Brian Wood writes: > To clarify my question: Sorry no-one had to answer it with a constructive answer yet... > I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows > just today's time logged on the subtree. ... but that's because it is not easily feasible yet. I

Re: [O] Bug: org-preview-latex-fragment-region fails [7.8.03] [Xemacs 21.5.31 Mule]

2012-05-25 Thread Bastien
Hi Uwe, Uwe Brauer writes: > A while ago I could make org-preview-latex-fragment work for > Xemacs and I also sent a corresponding patch. I never > bothered to check the corresponding `region' function, but > when I did I received an error. I debugged the function and > when I reached(na

Re: [O] Opening an odt file - problem solved

2012-05-25 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > This fix is back-firing. I have pushed an updated fix. Fixed in Org 7.8.11 and Emacs 24.1 branches. > Note:: nxml-mode is not really needed for ODT export to go through > [1]. I will remove this dependency for the new exporter (org-e-odt.el) > but retai

Re: [O] Org-mode release 7.8.11

2012-05-25 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I think the version number ist still old? > > Org-mode version 7.8.10 (release_7.8.10-598-g747d71H) The tag was pushed on maint and since you are using the master version and org-version is inferred from the tag, you had this wrong org-version. Fixed, thank

Re: [O] "Smart" quotes

2012-05-25 Thread Mark E. Shoulson
On 05/25/2012 01:14 PM, Nicolas Goaziou wrote: Hello, "Mark E. Shoulson" writes: Hm. I like the idea, but it raises some questions for me. It would be particularly good if this could share code/custom variables with the pieces of the (new) exporter that make smart quotes on export. That way

Re: [O] italicise across lines

2012-05-25 Thread William Gardella
Enda writes: > Is there is a way to italicise across lines like > > /italicised > text/ > > rather than > > /italicised/ > /text/ Actually, Org will italicize items like your first example, but only for blocks of text of up to two lines in length. For a longer block you want italicized, you wou

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Mark E. Shoulson
Enda writes: Otherwise is like in vi, the additional stars (like **, opposed to *) are too noisy, and since I do not want to see them whether it is in org-mode or in vi, etc, so I wondered was there a way to have the file like * first level heading =C2=A0* second level heading =C2=A0=C2=A0 * th

[O] Escaping links while doing an org-publish to html

2012-05-25 Thread c b
Hi, I have been using org-mode for a year now and love it. I just started experimenting with org-publish and am trying to use org-mode with octopress as described here http://jaderholm.com/blog/blogging-with-org-mode-and-octopress When I export an org file using org-publish, I want to export/con

Re: [O] [PATCH] Add entities for /, +, _, =

2012-05-25 Thread Mark E. Shoulson
On 05/25/2012 11:04 AM, Nicolas Goaziou wrote: Hello, You're right, there could be another entity for ^. asciicirc is good enough as a name. Would you want to make a patch for it? Also, you may want to consider signing FSF papers for more important contributions. Yes, I'll do both those thing

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Yagnesh Raghava Yakkala
Hello Enda, Enda writes: > Otherwise is like in vi, the additional stars (like **, opposed to > *) are too noisy, and since I do not want to see them whether > it is in org-mode or in vi, etc, so I wondered was there a way to have > the file like > > * first level heading >  * second level head

Re: [O] makefile regression

2012-05-25 Thread Achim Gratz
Greg Troxel writes: > If GNU make is required it needs to be documented. I've added a comment into Makefile as a stopgap measure. > Separately from that, the makefiles look much more complicated than I > would have thought necessary, and if there aren't good reasons to > require more than POSIX m

Re: [O] Priorities do not work on lists

2012-05-25 Thread Enda
I am using Org-mode version 7.8.11 and priorities in items are colored just like I want, however nicholas.do...@hp.com says "That's an artifact of font-lock-mode." Best wishes, Enda From: Nicolas Goaziou To: Enda Cc: "emacs-orgmode@gnu.org" Sent: Friday

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Nick Dokos
Enda wrote: > I might want to edit the file where Emacs is not installed, so I do not want > to be exporting to ascii. > Then you have to live with the stars. Nick > Best wishes, > > Enda > > --

Re: [O] Priorities do not work on lists

2012-05-25 Thread Nick Dokos
Enda wrote: > Yet, they are colored as such if they are typed in manually. > That's an artifact of font-lock-mode. Nick > Best wishes, > > Enda > > > From

Re: [O] Priorities do not work on lists

2012-05-25 Thread Nicolas Goaziou
Hello, Enda writes: > Yet, they are colored as such if they are typed in manually. This shouldn't happen anymore with latest commit. Can you confirm it? Thanks for reporting this. Regards, -- Nicolas Goaziou

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Enda
I might want to edit the file where Emacs is not installed, so I do not want to be exporting to ascii. Best wishes, Enda From: Nick Dokos But the suggestion of exporting to ascii (and editing that in vi) has not been rejected (yet), so that may be a way f

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
Let org-agenda-time-grid control if the grid is displayed * lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if the latter is emtpy. In the case where rtnall is empty (no item for current day), we do not c

[O] [PATCH] Let org-agenda-time-grid control if the grid is displayed

2012-05-25 Thread Christophe Junke
Let org-agenda-time-grid control if the grid is displayed * lisp/org-agenda.el (org-agenda-list): ensures that the list returned by org-agenda-add-time-grid-maybe is appended to rtnall before checking if rtnall is emtpy. In the case where rtnall is empty (no item for current day), we do not call

Re: [O] Priorities do not work on lists

2012-05-25 Thread Enda
Yet, they are colored as such if they are typed in manually. Best wishes, Enda From: Nicolas Goaziou To: Enda Cc: "emacs-orgmode@gnu.org" Sent: Friday, May 25, 2012 7:15 PM Subject: Re: Priorities do not work on lists Hello, Enda writes: > priorities

Re: [O] Priorities do not work on lists

2012-05-25 Thread Nicolas Goaziou
Hello, Enda writes: > priorities do not work on lists > - item 1 > - item 2 > > and does not work (yet if you manually insert them by > typing [#B] they are coloured properly). There is no such thing as priorities in lists. Regards, -- Nicolas Goaziou

[O] [PATCH] Allow datetree to find years with trailing whitespace.

2012-05-25 Thread Matt Lundin
* lisp/org-datetree.el: Fix regexp to allow datetree to find headings with trailing whitespace. This fixes a bug in which an existing datetree heading (e.g., "* 2012 ") would not be found by org-datetree-find-year-create if it had trailing whitespace. This can cause problems, for instance

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Nick Dokos
Yagnesh Raghava Yakkala wrote: > > Hello Enda, > > Enda writes: > > > Otherwise is like in vi, the additional stars (like **, opposed to > > *) are too noisy, and since I do not want to see them whether > > it is in org-mode or in vi, etc, so I wondered was there a way to have > > the file li

Re: [O] #+STARTUP: showstars (#+STARTUP: showlaststar)

2012-05-25 Thread Enda
I just saw that #+STARTUP: showstars is the opposite of #+STARTUP: hidestars, #+STARTUP: showlaststar would have been a more appropriate subject header. org-indent-mode can be activated using #+STARTUP: indent according to http://orgmode.org/manual/Clean-view.html, however in the same page I see

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Nick Dokos
Enda wrote: > #+STARTUP: content > hides the items (- item) like so: > > * shown > ** shown... > > opposed to > > * shown > ** shown... > - shown... > Yup - missed that detail: sorry. No way to do what you want. Nick

Re: [O] italicise across lines (stop comments and weblinks from being coloured and names of directories from being italised, /etc/)

2012-05-25 Thread Jambunathan K
Don't read my reply literally. I am urging you to do some navel gazing. That's what the `meta' in in my reply implied.. > Disabling font-lock would not work because then the headings (* > Headings) would not be in color. > > Best wishes, > > Enda > > > From: Jambunathan K > To: Enda > Cc: "

Re: [O] "Smart" quotes

2012-05-25 Thread Jambunathan K
> I could be interesting, but keep in mind that no matter how "smart" your > quotes are, they will fail in some situations. So, it will have to be > optional for export, independently on their in-buffer status. > > The OPTIONS keyword may be used, with q:t and q:nil items. I don't see an entry fo

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Enda
#+STARTUP: content hides the items (- item) like so: * shown ** shown... opposed to * shown ** shown... - shown... Best wishes, Enda From: Nick Dokos To: Enda Cc: "emacs-orgmode@gnu.org" Sent: Friday, May 25, 2012 6:23 PM Subject: Re: [O] #+STARTU

Re: [O] italicise across lines (stop comments and weblinks from being coloured and names of directories from being italised, /etc/)

2012-05-25 Thread Enda
Disabling font-lock would not work because then the headings (* Headings) would not be in color. Best wishes, Enda From: Jambunathan K To: Enda Cc: "emacs-orgmode@gnu.org" Sent: Friday, May 25, 2012 6:32 PM Subject: Re: [O] italicise across lines [Not

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Enda
Otherwise is like in vi, the additional stars (like **, opposed to *) are too noisy, and since I do not want to see them whether it is in org-mode or in vi, etc, so I wondered was there a way to have the file like * first level heading  * second level heading    * third level heading highlight

Re: [O] italicise across lines

2012-05-25 Thread Jambunathan K
[Not a reply to this thread, but kind of meta] What exactly are you trying to do? Please share the underlying motivation behind the series of questions you have been posting lately. Will disabling font-lock for Orgmode files accomplish what you want? If you are new to Orgmode, look at the manu

Re: [O] #+STARTUP: showstars

2012-05-25 Thread Nick Dokos
Enda wrote: > With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but > not otherwise, can there be an option where a line beginning with a > space and a star is like two stars with the hidestars option and a > line beginning with two spaces and a star is like three stars (it > co

Re: [O] links in comments and footnotes

2012-05-25 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > On 5/23/12, Nicolas Goaziou wrote: >> That's normal. If it's commented, the link shouldn't be recognized >> anymore (but I suppose it sill is) > > For some people (not necessarily you) it would be nice to know that > there is a link there. We probably are misunder

Re: [O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Nick Dokos
Enda wrote: > Can there be #+STARTUP option that hides everything not a list heading > or a heading on startup like: > > * shown > ** shown > not shown > - shown > not shown > #+STARTUP: content See (info "(org) In-buffer settings") for a complete list. Nick

Re: [O] "Smart" quotes

2012-05-25 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" writes: > Hm. I like the idea, but it raises some questions for me. It would > be particularly good if this could share code/custom variables with > the pieces of the (new) exporter that make smart quotes on export. > That way we could be sure that what it looks like

Re: [O] [babel, patch] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-25 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov > Sent: Friday, May 25, 2012 11:31 AM > To: emacs-orgmode@gnu.org > Subject: Re: [O] [babel] ob-octave does not catch EOE from matlabShell on

[O] italicise across lines

2012-05-25 Thread Enda
Is there is a way to italicise across lines like /italicised text/ rather than /italicised/ /text/ For long pieces of text, italicising the ends of each line is inefficient (maybe there could be a #+BEGIN_ITALICS, #+END_ITALICS, I know of #+BEGIN_VERSE, just without the indentation without affe

[O] #+STARTUP: showstars

2012-05-25 Thread Enda
With #+STARTUP: hidestars, the output looks nice in Emacs org-mode but not otherwise, can there be an option where a line beginning with a space and a star is like two stars with the hidestars option and a line beginning with two spaces and a star is like three stars (it could be called #+STARTUP:

[O] #+STARTUP option that hides everything not a list heading

2012-05-25 Thread Enda
Can there be #+STARTUP option that hides everything not a list heading or a heading on startup like: * shown ** shown not shown - shown not shown Best wishes, Enda

[O] Priorities do not work on lists

2012-05-25 Thread Enda
priorities do not work on lists - item 1 - item 2 and does not work (yet if you manually insert them by typing [#B] they are coloured properly). Best wishes, Enda

Re: [O] stop comments and weblinks from being coloured and names of directories from being italised, /etc/

2012-05-25 Thread Enda
Original Question: Can there be an #+OPTION to stop comments and weblinks from being coloured and names of directories from being italised, /etc/ In an org file that I use the hold code snippets, org-mode colors these which I do not want, is there a way to create an +OPTION: option that stops th

[O] org-mobile-push revert buffer error

2012-05-25 Thread bastre
Hi All, I'm try to set up MobileOrg on my iPhone. When I called org-mobile-push, I received a Cannot revert nonexistent buffer error. *Messages* BEGIN-- loaded /Users/barak/.emacs.d/starter-kit-eshell.el Loading /Users/barak/.emacs.d/barak.el (source)...done loaded /Users/barak/.emacs.d

Re: [O] [babel] ob-octave does not catch EOE from matlabShell on MS Windows

2012-05-25 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov > Sent: Thursday, May 24, 2012 4:31 PM > To: emacs-orgmode@gnu.org > Subject: Re: [O] [babel] ob-octave does not catch EOE from matlabShell o

Re: [O] Agenda view column mode: How to a column showing just today's time?

2012-05-25 Thread Brian Wood
To clarify my question: I'd like to replace CLOCKSUM with a column like CLOCK_TODAY which shows just today's time logged on the subtree. -- Brian Wood Applications Programmer UC Berkeley IST Application Services

[O] Bug: org-preview-latex-fragment-region fails [7.8.03] [Xemacs 21.5.31 Mule]

2012-05-25 Thread Uwe Brauer
Hello A while ago I could make org-preview-latex-fragment work for Xemacs and I also sent a corresponding patch. I never bothered to check the corresponding `region' function, but when I did I received an error. I debugged the function and when I reached (narrow-to-region beg end) I obtained an

Re: [O] [PATCH] Add entities for /, +, _, =

2012-05-25 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" writes: > I hadn't counted \circ because it expands under Unicode to ˆ (U+02C6) > and not to the true ascii circumflex ^ (U+005E); the point of these > entities is to represent ascii characters that otherwise would confuse > things. Maybe \circ should expand to ^; mayb

Re: [O] [PATCH] Fix for displaying entities ending in a number

2012-05-25 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" writes: > I was trying to copy the format seen in other patches on the list; > I guess I missed some details. I've set the subject of this thread as > I've seen done with other patches, and I attach only a single patch, > as requested by the website, and created the ch

[O] org-agenda-sticky

2012-05-25 Thread Rainer Thiel
I use org version 7.8.11 with GNU Emacs 24.1.50.1 under Windows XP. I can't seem to find a way to use the new org-agenda-sticky option. It seems the variable doesn't exist even after (require 'org-install) nor after an agenda has been displayed with (org-agenda-list 14) Does anyone have an ide

Re: [O] Opening an odt file - problem solved

2012-05-25 Thread Jambunathan K
Bastien writes: > Jambunathan K writes: > >>> Can you fix it? >> >> OK. Fixed in both maint and master. The exported ODT file will not >> have multiple XML declrations. > > Great, thanks a lot! This fix is back-firing. I have pushed an updated fix. I ignored the following warning Warnin

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-25 Thread John Hendy
On Fri, May 25, 2012 at 2:49 AM, wrote: >> I can't seem to get this to compile. I assumed I was to C-c C-c on the >> elisp source block, which appears to have run, though this is in >> *Messages* buffer: >> >> -- >> executing Emacs-Lisp code block... >> >> (table (quote (("" "type" "label

[O] Feature request: don't store bookmark for some capture templates

2012-05-25 Thread XeCycle
Hello, I want to disable the behaviour for org-capture to store a bookmark pointing to the last stored item, preferably for some templates. No documentation for this, so I looked into the source --- seems we're storing the bookmark unconditionaly. Do tell me if I should upgrade my org mode. org

Re: [O] Support for a and p suffix for morning/afternoon scheduling

2012-05-25 Thread Peter Neilson
On Fri, 25 May 2012 01:45:14 -0400, Tom wrote: I use the scheduling prompt very often and I usually give times in 8pm/9am/etc. format, because they are conveniently short to type. Today it occured to me the m is unnecessary, because a and p already gives the necessary info. Could we also supp

Re: [O] Org-mode release 7.8.11

2012-05-25 Thread Rainer Stengele
Am 25.05.2012 09:51, schrieb Bastien: > Hi all, > > I've released Org 7.8.11. > > This is a minor release which mainly fixes an important bug > about matching TODO when building the agenda. > > http://orgmode.org/org-7.8.11.zip > http://orgmode.org/org-7.8.11.tar.gz > http://orgmode.org

[O] Org-mode release 7.8.11

2012-05-25 Thread Bastien
Hi all, I've released Org 7.8.11. This is a minor release which mainly fixes an important bug about matching TODO when building the agenda. http://orgmode.org/org-7.8.11.zip http://orgmode.org/org-7.8.11.tar.gz http://orgmode.org/org-mode-download.html Enjoy, -- Bastien

Re: [O] Code for feature for showing progress in lisp code for creation of Gantt charts

2012-05-25 Thread julia . jacobson
> I can't seem to get this to compile. I assumed I was to C-c C-c on the > elisp source block, which appears to have run, though this is in > *Messages* buffer: > > -- > executing Emacs-Lisp code block... > > (table (quote (("" "type" "label" "activity" "depends" "start" > "duration" "end