emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] error when trying to create a simple table [9.7.12 (9.7.12-28c83e @ c:/Users/ddrake/AppData/Roaming/.emacs.d/elpa/org-9.7.12/)]
@ 2024-10-23 18:36 Dan Drake
  0 siblings, 0 replies; only message in thread
From: Dan Drake @ 2024-10-23 18:36 UTC (permalink / raw)
  To: emacs-orgmode

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.
------------------------------------------------------------------------

Hello - I was just trying to make a table, and somehow got the error
below.

I started with the first row, but org somehow wasn't automatically
making a table when I tried to make the second row. My first row was
something like:

| foo | positive | negative |

and when I moved to the next line, and had:

| foo | positive | negative |
|

and hit TAB, nothing happened...until I tried a bit harder, and got the
error below.

Emacs  : GNU Emacs 29.1 (build 2, x86_64-w64-mingw32)
 of 2023-08-02
Package: Org mode version 9.7.12 (9.7.12-28c83e @
c:/Users/ddrake/AppData/Roaming/.emacs.d/elpa/org-9.7.12/)

current state:
==============
(setq
 org-link-elisp-confirm-function 'y-or-n-p
 org-link-keep-stored-after-insertion t
 org-bibtex-headline-format-function 'org-bibtex-headline-format-default
 org-insert-heading-hook '(dd/org-insert-heading-hook)
 org-log-done 'time
 org-attach-id-to-path-function-list '(org-attach-id-ts-folder-format
org-attach-id-uuid-folder-format)
 org-log-into-drawer t
 org-startup-folded t
 org-persist-after-read-hook '(org-element--cache-persist-after-read)
 org-super-links-search-function 'org-super-links-get-location

 org-clock-continuously t
 org-export-before-parsing-hook '(org-attach-expand-links)
 org-clone-delete-id t
 org-cycle-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-default-notes-file "~/org/notes.org"
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-clock-in-hook '(pulse-current-org-heading)
 org-speed-commands '(("Outline Navigation") ("n" org-speed-move-safe
 'org-next-visible-heading)
                      ("p" org-speed-move-safe
 'org-previous-visible-heading)
                      ("f" org-speed-move-safe
 'org-forward-heading-same-level)
                      ("b" org-speed-move-safe
 'org-backward-heading-same-level) ("F" . org-next-block)
                      ("B" . org-previous-block) ("u"
 org-speed-move-safe 'outline-up-heading) ("j" . org-goto)
                      ("g" org-refile '(4)) ("Outline Visibility")
 ("c" . org-cycle) ("C" . org-shifttab)
                      (" " . org-display-outline-path) ("s" .
 org-toggle-narrow-to-subtree)
                      ("k" . org-cut-subtree) ("=" . org-columns)
 ("Outline Structure Editing")
                      ("U" . org-metaup) ("D" . org-metadown) ("r" .
 org-metaright) ("l" . org-metaleft)
                      ("R" . org-shiftmetaright) ("L" .
 org-shiftmetaleft)
                      ("i" progn (forward-char 1) (call-interactively
 'org-insert-heading-respect-content))
                      ("^" . org-sort) ("w" . org-refile) ("a" .
 org-archive-subtree-default-with-confirmation)
                      ("@" . org-mark-subtree) ("#" .
 org-toggle-comment) ("Clock Commands") ("I" . org-clock-in)
                      ("O" . org-clock-out) ("Meta Data Editing") ("t"
 . org-todo) ("," org-priority)
                      ("0" org-priority 32) ("1" org-priority 1) ("2"
 org-priority 2) ("3" org-priority 3)
                      (":" . org-set-tags-command) ("e" .
 org-set-effort) ("E" . org-inc-effort)
                      ("W" lambda (m) (interactive "sMinutes before
 warning: ")
                       (org-entry-put (point) "APPT_WARNTIME" m))
                      ("Agenda Views etc") ("v" . org-agenda) ("/" .
 org-sparse-tree) ("Misc")
                      ("o" . org-open-at-point) ("?" .
 org-speed-command-help)
                      ("<" org-agenda-set-restriction-lock 'subtree)
 (">" org-agenda-remove-restriction-lock)
                      ("d" . dd-submit-entry-to-delorean) ("d" .
dd-submit-entry-to-delorean))
 org-file-apps '(("\\.pptx\\'" . default) ("\\.xlsx\\'" . default)
 ("\\.docx\\'" . default) (auto-mode . emacs)
                 (directory . emacs) ("\\.mm\\'" . default)
("\\.x?html?\\'" . default) ("\\.pdf\\'" . default))
 org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
 org-edit-src-content-indentation 0
 org-ascii-format-drawer-function #[771 " \207" [] 4 "\n\n(fn NAME
CONTENTS WIDTH)"]
 org-cycle-hook '(org-cycle-hide-archived-subtrees
 org-cycle-show-empty-lines
                  org-cycle-optimize-window-after-visibility-change
org-cycle-display-inline-images)
 org-clocktable-defaults '(nil nil :maxlevel 5 :lang "en" :scope file
 :block nil :wstart 1 :mstart 1 :tstart nil
                           :tend nil :step nil :stepskip0 nil
 :fileskip0 nil :tags nil :match nil :emphasize nil
                           :link nil :narrow 40! :indent t :hidefiles
 nil :formula nil :timestamp nil :level nil
                           :tcolumns nil :formatter nil)

 org-duration-format 'h:mm
 org-persist-before-read-hook '(org-element--cache-persist-before-read)
 org-font-lock-set-keywords-hook '(org-drill-add-cloze-fontification)
 org-modules '(ol-docview ol-eww org-habit ol-info ol-w3m)
 org-yank-image-file-name-function 'org-yank-image-autogen-filename
 org-mode-hook '(#[0 "\301\211 \207" [imenu-create-index-function
 org-imenu-get-tree] 2] dd-org-mode-hook
                 org-clock-load
                 #[0 "\300\301\302\303\304$\207" [add-hook
 change-major-mode-hook org-fold-show-all append local]
                   5]
                 #[0 "\300\301\302\303\304$\207"
                   [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-ctrl-k-protect-subtree t
 outline-minor-mode-hook '(mediawiki-outline-magic-keys)
 org-goto-max-level 3
 org-priority-lowest 8
 org-attach-commands '(((97 1) org-attach-attach
                        "Select a file and attach it to the task,
 using `org-attach-method'.")
                       ((99 3) org-attach-attach-cp "Attach a file
 using copy method.")
                       ((109 13) org-attach-attach-mv "Attach a file
 using move method.")
                       ((108 12) org-attach-attach-ln "Attach a file
 using link method.")
                       ((121 25) org-attach-attach-lns "Attach a file
 using symbolic-link method.")
                       ((117 21) org-attach-url "Attach a file from
 URL (downloading it).")
                       ((98) org-attach-buffer "Select a buffer and
 attach its contents to the task.")
                       ((110 14) org-attach-new "Create a new
 attachment, as an Emacs buffer.")
                       ((122 26) org-attach-sync
                        "Synchronize the current node with its
 attachment\n directory, in case you added attachments yourself.\n")
                       ((111 15) org-attach-open "Open current node's
 attachments.")
                       ((79) org-attach-open-in-emacs "Like \"o\", but
 force opening in Emacs.")
                       ((102 6) org-attach-reveal "Open current node's
 attachment directory.  Create if missing.")
                       ((70) org-attach-reveal-in-emacs "Like \"f\",
 but force using Dired in Emacs.\n")
                       ((100 4) org-attach-delete-one
                        "Delete one attachment, you will be prompted
 for a file name.")
                       ((68) org-attach-delete-all
                        "Delete all of a node's attachments.  A safer
 way is\n to open the directory in dired and delete from there.\n")
                       ((115 19) org-attach-set-directory
                        "Set a specific attachment directory for this
 entry. Sets DIR property.")
                       ((83 19) org-attach-unset-directory
                        "Unset the attachment directory for this
 entry.  Removes DIR property.")
                       ((113) (lambda nil (interactive) (message
 "Abort")) "Abort.")
                       ((118 22) org-attach-clipboard-data "Attach
clipboard data (text as .txt, image as .png)"))
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-priority-faces '((49 :foreground "red") (50 :foreground "orange")
(51 :foreground "yellow"))
 org-priority-highest 1
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-confirm-shell-link-function 'y-or-n-p
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 outline-isearch-open-invisible-function 'outline-isearch-open-invisible
 org-protocol-default-template-key "p"
 org-agenda-sorting-strategy '((agenda habit-up time-up deadline-down)
 (todo priority-down category-keep)
                               (tags priority-down category-keep)
(search category-keep))
 org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}"
 ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
 ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("article" "\\documentclass[11pt]{article}"
 ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
 ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
                      ("\\paragraph{%s}" . "\\paragraph*{%s}")
 ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
                     ("report" "\\documentclass[11pt]{report}"
 ("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}")
 ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
 ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     ("book" "\\documentclass[11pt]{book}"
 ("\\part{%s}" . "\\part*{%s}")
                      ("\\chapter{%s}" . "\\chapter*{%s}")
 ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsection*{%s}")
 ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
                     )
 org-sort-function 'string-collate-lessp
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-use-speed-commands '(lambda nil (and (looking-at
org-outline-regexp) (looking-back "^**")))
 org-agenda-mode-hook '(dd/org-finalize-agenda-hook)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
 org-confirm-elisp-link-function 'y-or-n-p
 org-clock-out-remove-zero-time-clocks t
 org-clock-report-include-clocking-task t
 org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d)"
 "CANCELED(c@)")
                     (sequence "QUESTION" "ANSWERED") (sequence
"FIXME" "FIXED"))
 org-id-link-to-org-use-id t
 org--warnings '("org-element--cache: Org parser error in
notes.org::2024-09 Supercommunicators by Charles Duhigg::387382.
Resetting.\n The error was: (error \"Invalid search bound (wrong side
of point)\")\n Backtrace:\n\"  backtrace-to-string(nil)\n
org-element-at-point()\n  org-at-table-p()\n  org-shifttab(nil)\n
funcall-interactively(org-shifttab nil)\n
command-execute(org-shifttab)\n\"\n Please report this to Org mode
mailing list (M-x org-submit-bug-report).")
 org-clock-out-hook '(pulse-current-org-heading)
 org-speed-command-hook '(org-speed-command-activate
org-babel-speed-command-activate)
 org-html-format-inlinetask-function
'org-html-format-inlinetask-default-function
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-priority-default 1
 org-clock-ask-before-exiting nil
 org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate
 org-fold-core-isearch-open-function 'org-fold--isearch-reveal
 org-clock-persist t
 org-latex-format-inlinetask-function
'org-latex-format-inlinetask-default-function
 org-persist-before-write-hook '(org-element--cache-persist-before-write)
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe
org-babel-header-arg-expand)
 org-link-shell-confirm-function 'y-or-n-p
 org-babel-pre-tangle-hook '(save-buffer)
 org-clock-display-default-range 'today
 org-agenda-loop-over-headlines-in-active-region nil
 org-occur-hook '(org-first-headline-recenter)
 org-capture-after-finalize-hook '(dd/org-capture-after-finalize-hook)
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-sticky-header-full-path 'full
 org-html-format-headline-function 'org-html-format-headline-default-function
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-agenda-include-diary t
 org-coderef-label-format "(%s)"
 org-clock-persist-query-resume nil
 org-return-follows-link t
 org-outline-path-complete-in-steps nil
 org-special-ctrl-a/e 'reversed
 org-id-method 'ts
 org-clock-history-length 20
 org-refile-target-verify-function 'ignore-logged-entries-for-refile
 org-footnote-section nil
 org-clock-sound t
 org-list-allow-alphabetical t
 org-clock-goto-hook '(pulsar-pulse-line)

 )


-- 
Ceci n'est pas une .signature.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-23 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 18:36 [BUG] error when trying to create a simple table [9.7.12 (9.7.12-28c83e @ c:/Users/ddrake/AppData/Roaming/.emacs.d/elpa/org-9.7.12/)] Dan Drake

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).