emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] "File mode specification error: (user-error Empty table - created de


From: William Denton
Subject: [O] "File mode specification error: (user-error Empty table - created default table)"
Date: Thu, 21 Mar 2019 22:33:35 -0400 (EDT)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)

I've updated Org from source a couple of times in the last couple of days and this started happening: when I restart Emacs, I get an error saying "File mode specification error: (user-error Empty table - created default table)" and this happens: an empty table is added! Here's an example:

#----- begin

#+NAME: count
#+BEGIN_SRC sql :engine mysql :dbuser user :database db_name :exports results
SELECT count(*) AS foo FROM bar
#+END_SRC

|   |   |   |   |   |
|---+---+---+---+---|
|   |   |   |   |   |
#+RESULTS: count
| foo   |
|-------|
|  2782 |

#----- end

Anyone else seeing this?

Bill
--
William Denton :: Toronto, Canada   ---   Listening to Art: 
https://listeningtoart.org/
https://www.miskatonic.org/         ---   GHG.EARTH: https://ghg.earth/
Caveat lector.                      ---   STAPLR: http://staplr.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]