emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kevin Safford <ktsafford@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [BUG] Warning (org-element-cache): org-element--cache:  (org-metaright) Cached element is incorrect in meetings.org. (Cache tic up  to date: "yes") Resetting. [9.5.4 (9.5.4-gaa789b @  /Users/kevin/lisp/elisp/emacs_configs/vanilla/.emacs.d/straight/build/org/)]
Date: Tue, 15 Nov 2022 15:38:43 -0600	[thread overview]
Message-ID: <D2A3804D-C21C-4462-A6A0-875E18781C63@gmail.com> (raw)



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.
------------------------------------------------------------------------



Emacs  : GNU Emacs 29.0.50 (build 1, x86_64-apple-darwin21.4.0, NS appkit-2113.40 Version 12.3 (Build 21E230))
of 2022-08-01
Package: Org mode version 9.5.4 (9.5.4-gaa789b @ /Users/kevin/lisp/elisp/emacs_configs/vanilla/.emacs.d/straight/build/org/)

current state:
==============
(setq
org-agenda-prefix-format '((agenda . " %?-12t % s %i ") (todo . " %i %-12:c")
                            (tags . " %i %-12:c") (search . " %i %-12:c"))
org-link-elisp-confirm-function 'yes-or-no-p
org-agenda-category-icon-alist '(("review"
                                   (#("" 0 1
                                      (face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       font-lock-face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       display (raise -0.22000000000000003)
                                       rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("important-dates"
                                   (#("" 0 1
                                      (face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       font-lock-face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       display (raise -0.22000000000000003)
                                       rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("one-on-one"
                                   (#("" 0 1
                                      (face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       font-lock-face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       display (raise -0.22000000000000003)
                                       rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("todo"
                                   (#("" 0 1
                                      (face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       font-lock-face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       display (raise -0.22000000000000003)
                                       rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("Deadline"
                                   (#("" 0 1
                                      (face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       font-lock-face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       display (raise -0.22000000000000003)
                                       rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  ("recurring"
                                   (#("" 0 1
                                      (face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       font-lock-face
                                       (:family "github-octicons" :height
                                        0.8800000000000001)
                                       display (raise -0.22000000000000003)
                                       rear-nonsticky t)
                                      )
                                    )
                                   nil nil :ascent center)
                                  )
org-hide-emphasis-markers t
org-bibtex-headline-format-function #[257 "\300%1\236A\207" [:title] 3 "\n\n(fn ENTRY)"]
org-roam-mode-hook '(org-superstar-mode)
org-agenda-files '("~/Documents/org/capture/captured.org"
                    "~/Documents/org/capture/meetings.org"
                    "~/Documents/org/capture/notes.org"
                    "~/Documents/org/capture/dri.org"
                    "~/Documents/org/capture/important-dates.org"
                    "~/Documents/org/capture/projects.org"
                    "~/Documents/org/capture/gcal-cognitops.org"
                    "~/Documents/org/capture/weekly-review.org")
org-journal-dir "/Users/kevin/Documents/org/journal/"
org-capture-templates '(("n" "Fleeting notes" entry
                          (file+olp+datetree
                           "/Users/kevin/Documents/org/capture/notes.org"
                           "Fleeting notes")
                          "* %^{Description}\n** %? \n" :prepend t :jump-to-captured
                          t :empty-lines 0)
                         ("m" "Meeting")
                         ("m." "General meeting" entry
                          (file+olp+datetree "~/Documents/org/capture/meetings.org")
                          "* %^{Description} %^g\n - %U\n** %? \n" :empty-lines 0)
                         ("mA" "One on ones") ("mR" "One on ones")
                         ("mM" "One on ones") ("mS" "One on ones")
                         ("mD" "One on ones") ("mC" "One on ones")
                         ("mE" "One on ones") ("mJ" "One on ones")
                         ("mP" "One on ones")
                         ("mAR" "Alex 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Alex 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mRE" "Ryan 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Ryan 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mMV" "Viotti 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Viotti 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mSS" "Sogol 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Sogol 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mDS" "Daniel 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Daniel 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mRM" "Reas 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Reas 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mCM" "Clint 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Clint 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mEH" "Erik 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Erik 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mJT" "Josh 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Josh 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mJM" "John McDermott 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "John McDermott 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mJR" "Jodi 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Jodi 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mPL" "Paul 1-on-1" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Paul 1-on-1")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("ma" "Weekly all-hands meeting" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Weekly all-hands meeting")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("ml" "Monthly leadership meeting" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Monthly leadership meeting")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mr" "Retro" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Retro")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("mp" "Product/Data Science Planning" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "Product/Data Science Planning")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("md" "DS team meeting" entry
                          (file+headline "~/Documents/org/capture/meetings.org"
                           "DS team meeting")
                          "* %u\n - %?" :prepend t :jump-to-captured t :empty-lines 0)
                         ("s" "schedule event" entry
                          (file+headline "~/Documents/org/capture/captured.org"
                           "Schedule")
                          "* %^{Description}\nSCHEDULED: %(call-interactively #'org-time-stamp)\n** Added - %U %?\n")
                         ("d" "deadline" entry
                          (file+headline "~/Documents/org/capture/captured.org"
                           "Tasks")
                          "* %^{Description}\nDEADLINE: %(call-interactively #'org-time-stamp)\n** Added - %U %?\n")
                         ("N" "next item" entry
                          (file+headline "~/Documents/org/capture/captured.org"
                           "Tasks")
                          "* NEXT %^{Description}\nDEADLINE: %t %?\n")
                         ("t" "todo" entry
                          (file+headline "~/Documents/org/capture/captured.org"
                           "Tasks")
                          "* TODO %^{Description} \n** Added - %U %?\n")
                         ("w" "Weekly review" entry
                          (file "~/Documents/org/capture/weekly-review.org")
                          (file
                           "~/lisp/elisp/emacs_configs/vanilla/weekly-review-capture-template.org")
                          :prepend t :jump-to-captured t)
                         ("p" "New or existing projects")
                         ("pn" "New project" entry
                          (file "~/Documents/org/capture/projects.org")
                          "* PROJECT %^{Project Name} [/]")
                         ("pe" "Add to existing project" entry
                          (file "~/Documents/org/capture/projects.org")
                          "** TODO %^{Description}")
                         ("b" "book" entry
                          (file+headline "~/Documents/org/capture/captured.org"
                           "Books")
                          "* %^{Description} \n")
                         ("e" "emacs" entry
                          (file+headline "~/Documents/org/capture/captured.org"
                           "Emacs")
                          "* %^{Description} \n")
                         ("D" "Date" entry
                          (file "~/Documents/org/capture/important-dates.org")
                          "* %^{Description}\n  SCHEDULED: %^t%?")
                         ("B" "BibTex")
                         ("Ba" "article" plain
                          (file "~/Documents/org/capture/citations.bib")
                          "@Article{%^{key},\ntitle = {%^{title}},\nauthor = {%^{author}},\nyear = {%^{year}},\nfile = {:/%^{file-path}},\nurl = {%^{url}}}")
                         ("Bb" "book" plain
                          (file "~/Documents/org/capture/citations.bib")
                          "@Book{%^{key},\ntitle = {%^{title}},\nauthor = {%^{author}},\nyear = {%^{year}},\nfile = {:/%^{file-path}},\nurl = {%^{url}}}")
                         ("Bm" "misc" plain
                          (file "~/Documents/org/capture/citations.bib")
                          "@Misc{%^{key},\ntitle = {%^{title}},\nauthor = {%^{author}},\nyear = {%^{year}},\nhowpublished = {%^{howpublished}},\nfile = {:/%^{file-path}},\nurl = {%^{url}},\nnote = {%^{note}}}")
                         )
org-persist-after-read-hook '(org-element--cache-persist-after-read)
org-roam-file-exclude-regexp '("~/Documents/org/data/")
org-export-before-parsing-hook '(org-attach-expand-links)
org-latex-compiler "xelatex"
org-cycle-tab-first-hook '(org-babel-hide-result-toggle-maybe
                            org-babel-header-arg-expand)
org-roam-find-file-hook '(org-roam-buffer--setup-redisplay-h
                           org-roam--register-completion-functions-h
                           org-roam--replace-roam-links-on-save-h
                           org-roam-db-autosync--setup-update-on-save-h)
org-archive-hook '(org-attach-archive-delete-maybe)
org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function
org-ascii-format-drawer-function #[771 "%1\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-persist-before-read-hook '(org-element--cache-persist-before-read)
org-agenda-sticky t
org-modules '(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus org-habit ol-info ol-irc
               ol-mhe ol-rmail ol-w3m)
org-habit-preceding-days 7
org-image-actual-width nil
org-mouse-1-follows-link t
org-mode-hook '(er/add-org-mode-expansions
                 #[0 "\300\301\302\303\304$\207"
                   [add-hook change-major-mode-hook org-fold-show-all append local] 5]
                 org-superstar-mode toc-org-mode
                 #[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
                 #[0 "\301\211%10\207"
                   [imenu-create-index-function org-imenu-get-tree] 2]
                 visual-fill-column-mode mixed-pitch-mode)
outline-minor-mode-hook '((lambda nil (make-local-variable 'smart-outline-cut)
                            (setq smart-outline-cut nil))
                           )
org-roam-ref-annotation-function 'org-roam-ref-read--annotation
org-roam-directory "/Users/kevin/Library/CloudStorage/GoogleDrive-ktsafford@gmail.com/Other computers/My MacBook Pro/org/roam/"
org-superstar-todo-bullet-alist '(("TODO" . 9744) ("DONE" . 10004)
                                   ("DEADLINE" . 9744))
outline-mode-hook '((lambda nil (make-local-variable 'smart-outline-cut)
                      (setq smart-outline-cut nil))
                     )
org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
org-roam-db-node-include-function #[0 "\300\207" [t] 1]
org-latex-format-headline-function 'org-latex-format-headline-default-function
org-confirm-shell-link-function 'yes-or-no-p
org-reveal-start-hook '(org-decrypt-entry)
org-export-with-section-numbers nil
org-agenda-breadcrumbs-separator " ❱ "
org-adapt-indentation 'headline-data
org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
outline-isearch-open-invisible-function 'outline-isearch-open-invisible
org-superstar-special-todo-items t
org-fold-catch-invisible-edits 'show-and-error
org-latex-classes '(("letter" "\\documentclass{letter}"
                      ("\\section{%s}" . "\\section*{%s}")
                      ("\\subsection{%s}" . "\\subsubsection*{%s}")
                      ("\\subsubsection{%}s" . "\\subsubsection*{%s}"))
                     ("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-journal-find-file 'find-file
org-odt-format-headline-function 'org-odt-format-headline-default-function
org-use-speed-commands t
org-agenda-mode-hook '(org-superstar-mode)
org-roam-capture-preface-hook '(org-roam-dailies--override-capture-time-h
                                 org-roam-capture--try-capture-to-ref-h)
org-link-translation-function 'toc-org-unhrefify
org-agenda-before-write-hook '(org-agenda-add-entry-text)
org-capture-prepare-finalize-hook '(org-roam-capture--install-finalize-h)
org-roam-preview-function 'org-roam-preview-default-function
org-src-mode-hook '(org-src-babel-configure-edit-buffer
                     org-src-mode-configure-edit-buffer
                     doom-modeline-set-org-src-modeline)
org-roam-db-autosync-mode t
org-confirm-elisp-link-function 'yes-or-no-p
org-cycle-separator-lines 0
org-superstar-headline-bullets-list '("〉" "⭘" "❆" "◉" "○" "◆" "⟡" "▾" "⭘" "❆" "◉"
                                       "○" "◆" "⟡" "▾")
org-log-buffer-setup-hook '(org-roam-log--setup)
org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "SOMEDAY(s)" "BLOCKED(b)"
                      "PROJECT(p)" "|" "DONE(d)" "CANCELED(c)")
                     )
org-deadline-warning-days 7
org-clock-out-hook '(lambda-line-org-clock-out)
org-roam-capture-new-node-hook '(org-roam-capture--insert-captured-ref-h)
org-pretty-entities t
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-habit-today-glyph 111
org-habit-following-days 2
org-journal-mode-hook '(org-superstar-mode
                         (closure (t) nil
                          (add-hook org-journal-encrypt-on
                           'org-journal-encryption-hook nil t)
                          )
                         )
org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
org-export-backends '(odt md html beamer latex ascii)
org-fold-core-isearch-open-function 'org-fold-core--isearch-reveal
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 'yes-or-no-p
org-babel-pre-tangle-hook '(save-buffer)
org-agenda-loop-over-headlines-in-active-region nil
org-cite-global-bibliography '("~/Documents/org/capture/citations.bib")
org-capture-mode-hook '(lambda-line-org-capture-turn-off-header-line)
org-fold-reveal-start-hook '(org-decrypt-entry)
org-occur-hook '(org-first-headline-recenter)
org-roam-log-setup-hook '(org-roam--register-completion-functions-h)
org-metadown-hook '(org-babel-pop-to-session-maybe)
org-roam-node-annotation-function 'org-roam-node-read--annotation
org-link-parameters '(("roam" :follow org-roam-link-follow-link)
                       ("attachment" :follow org-attach-follow :complete
                        org-attach-complete-link)
                       ("id" :follow org-roam-id-open)
                       ("w3m" :store org-w3m-store-link)
                       ("rmail" :follow org-rmail-open :store org-rmail-store-link)
                       ("mhe" :follow org-mhe-open :store org-mhe-store-link)
                       ("irc" :follow org-irc-visit :store org-irc-store-link :export
                        org-irc-export)
                       ("info" :follow org-info-open :export org-info-export :store
                        org-info-store-link)
                       ("gnus" :follow org-gnus-open :store org-gnus-store-link)
                       ("eww" :follow org-eww-open :store org-eww-store-link)
                       ("docview" :follow org-docview-open :export org-docview-export
                        :store org-docview-store-link)
                       ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link)
                       ("bbdb" :follow org-bbdb-open :export org-bbdb-export
                        :complete org-bbdb-complete-link :store org-bbdb-store-link)
                       ("treemacs" :store treemacs-store-org-link) ("file+sys")
                       ("file+emacs") ("shell" :follow org-link--open-shell)
                       ("news" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["news" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("mailto" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["mailto" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("https" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["https" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("http" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["http" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("ftp" :follow
                        #[514 "\301\300\302%4Q%2\"\207" ["ftp" browse-url ":"] 6
                          "\n\n(fn URL ARG)"]
                        )
                       ("help" :follow org-link--open-help :store
                        org-link--store-help)
                       ("file" :complete org-link-complete-file)
                       ("elisp" :follow org-link--open-elisp))
org-roam-ui-browser-function 'browse-url
org-html-format-headline-function 'org-html-format-headline-default-function
org-habit-show-all-today t
org-metaup-hook '(org-babel-load-in-session-maybe)
org-startup-with-inline-images t
org-blank-before-new-entry '((heading) (plain-list-item))
org-habit-completed-glyph 88
org-return-follows-link t
org-special-ctrl-a/e t
org-agenda-show-future-repeats 'next
org-superstar-item-bullet-alist '((42 . 8226) (45 . 8211))
org-agenda-block-separator 8226
org-roam-indirect-buffer-hook '(org-roam--register-completion-functions-h)
org-agenda-timegrid-use-ampm t
)


             reply	other threads:[~2022-11-16  9:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-15 21:38 Kevin Safford [this message]
2022-11-16  9:20 ` [BUG] Warning (org-element-cache): org-element--cache: (org-metaright) Cached element is incorrect in meetings.org. (Cache tic up to date: "yes") Resetting. [9.5.4 (9.5.4-gaa789b @ /Users/kevin/lisp/elisp/emacs_configs/vanilla/.emacs.d/straight/build/org/)] Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D2A3804D-C21C-4462-A6A0-875E18781C63@gmail.com \
    --to=ktsafford@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).