emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-element-paragraph-separate void; yields odd behavior on org-todo
@ 2013-07-24  3:54 Boyan Penkov
  0 siblings, 0 replies; only message in thread
From: Boyan Penkov @ 2013-07-24  3:54 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

To: emacs-orgmode@gnu.org
Subject: Bug: org-element-paragraph-separate void; yields odd behavior on org-todo [8.0.6 (8.0.6-5-gb4a8ec-elpaplus @ /Users/boyanpenkov/.emacs.d/elpa/org-plus-contrib-20130722/)]
From: Boyan Penkov <boyan.penkov@gmail.com>
--text follows this line--

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

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

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

When I load an org buffer (myTodos.org, say), I get the follwoing
message: "Desktop: Can't load buffer myTodos.org: Symbol's value as
variable is void: org-element-paragraph-separate"

I have :LOGGING: lognoterepeat (under :PROPERTIES:)  enabled on some trees in myTodos.org;
when I mark tasks DONE in those trees, and write in the note, the note
appears correctly placed in the buffer: like so

TODO Meditate in morning.							     :deep:
   SCHEDULED: <2013-07-23 Tue ++1d/2d>  
   - State "DONE"       from "WAITING"    [2013-07-22 Mon 12:11] \\ 
     minutes: 25; went well.

However, saving the file and reopening it (or looking at it with another
program while the buffer is open, like using gitx) yields that the
formatting is like so:

TODO Meditate in morning.							     :deep:
   SCHEDULED: <2013-07-23 Tue ++1d/2d>     - State "DONE"       from
   "WAITING"    [2013-07-22 Mon 12:11] \\    minutes: 25; went well

Above, all the string is on one line, with no appropriate linebreaks.

I suspect this is due to the message I see when I load the file, but
would be willing to test this.  Also, I'd like to conclusivly test that
I don't have a mixed org-mode install; M-x org-verion yields the string
below, but if there's a deeper way to check this, I'm all ears.

Thanks!

Emacs  : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
 of 2013-03-13 on bob.porkrind.org
Package: Org-mode version 8.0.6 (8.0.6-5-gb4a8ec-elpaplus @ /Users/boyanpenkov/.emacs.d/elpa/org-plus-contrib-20130722/)

current state:
==============
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe
		      org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-habit-preceding-days 28
 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-agenda-start-on-weekday nil
 org-confirm-shell-link-function 'yes-or-no-p
 org-agenda-prefix-format '((agenda . " %i %?-12t% s") (timeline . "  % s") (todo . " %i ") (tags . " %i ")
			    (search . " %i "))
 org-agenda-skip-scheduled-if-done t
 org-default-notes-file "~/Vazhno/Logs/ToDo/myTodos.org"
 org-habit-following-days 3
 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-tags-column 85
 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-refile-targets '((nil :maxlevel . 2) (org-agenda-files :maxlevel . 2))
 org-agenda-sorting-strategy '(time-up deadline-down habit-up scheduled-up category-keep)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-refile-use-outline-path t
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks
		  org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 org-agenda-tags-column 83
 org-todo-keywords '((sequence "TODO" "WAITING" "|" "DONE" "ABORTED"))
 org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-habit org-irc org-mew org-mhe
	       org-rmail org-vm org-wl org-w3m)
 org-agenda-ndays 5
 org-deadline-warning-days 0
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-habit-graph-column 82
 org-agenda-files '("~/Vazhno/Logs/ToDo/myTodos.org")
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-agenda-skip-scheduled-if-deadline-is-shown 'not-today
 )

--
Boyan Penkov
www.boyanpenkov.com

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

only message in thread, other threads:[~2013-07-24  3:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-24  3:54 Bug: org-element-paragraph-separate void; yields odd behavior on org-todo Boyan Penkov

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