all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#39893: 27.0.90; cannot turn on orgtbl
@ 2020-03-04  8:11 Tak Kunihiro
  2020-03-04 15:23 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Tak Kunihiro @ 2020-03-04  8:11 UTC (permalink / raw)
  To: 39893; +Cc: 国広卓也

I cannot call turn-on-orgtbl without (require 'org).
It is autoload function.  I guess this is bug.

$ emacs --version
GNU Emacs 27.0.90 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G3020)) of 2020-03-04
$ emacs -Q
(turn-on-orgtbl) ;=> progn: Symbol’s function definition is void: turn-on-orgtbl
(require 'org-table) 
(turn-on-orgtbl) ;=> orgtbl-mode: Symbol’s function definition is void: org-load-modules-maybe
(require 'org)
(turn-on-orgtbl) ;=> t





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-14  3:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-04  8:11 bug#39893: 27.0.90; cannot turn on orgtbl Tak Kunihiro
2020-03-04 15:23 ` Eli Zaretskii
2020-03-04 16:04   ` Noam Postavsky
2020-03-04 23:17     ` Tak Kunihiro
2020-03-14  1:08       ` Tak Kunihiro
2020-03-14  3:20         ` Noam Postavsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.