Hello, when I export the attached (ECM'd) file t3.org to LaTeX (C-c C-e l l) I get the error ``Symbol's value as variable is void: orgtbl-exp-regexp'' I first bisected and then backtraced. Commit identified by bisect is: > git bisect bad aa9c4bfb6fe1f5db240b4f9b2d781abd1138e018 is the first bad commit commit aa9c4bfb6fe1f5db240b4f9b2d781abd1138e018 Author: Nicolas Goaziou Date: Sun Jun 28 11:37:13 2015 +0200 org-element: Remove dependency on `org-at-table-p' * lisp/org-element.el (org-element-table-parser): Do not call `org-at-table.el-p'. (org-element--current-element): Do not call `org-at-table-p'. :040000 040000 282b28839f8d093d9db4d8510a9dfeac06b1a434 918ab11c6942a24243dd203cb66b800528b3302d M lisp I attached a Backtrace (gzipped) and the minimal .emacs I used (`emacs -Q -l ~/.femacs). "Current state" is below. At first glance I didn't see anything pointing to this error in the commit and the function calls Thanks a lot for any help. Best regards Robert Emacs : GNU Emacs 24.5.1 (x86_64-suse-linux-gnu, GTK+ Version 3.10.2) of 2015-04-30 on build83 Package: Org-mode version 8.3beta (release_8.3beta-1253-gaa9c4b @ /home/theorie/kleinrob/.emacs.d/org-mode/lisp/) current state: ============== (setq org-tab-first-hook '(org-hide-block-toggle-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-shell-link-function 'yes-or-no-p org-after-todo-state-change-hook '(org-clock-out-if-current) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-archive-hook '(org-attach-archive-delete-maybe) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) )