emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* outorg issue
@ 2015-08-12 21:51 Andreas Leha
  2015-08-13 14:30 ` John Kitchin
  2015-08-18 16:28 ` Bastien
  0 siblings, 2 replies; 13+ messages in thread
From: Andreas Leha @ 2015-08-12 21:51 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

For quite some time now, I have to disable outshine/outorg [1] as it
does give me "Before first heading" (complete backtrace [2]) whenever I
open an org file followed by more issues actually using org mode.

I can even reproduce this with emacs -Q and a minimal configuration [3].

My system is:
: GNU Emacs 25.0.50.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build 13F1077))
:  of 2015-06-17
: Org-mode version 8.3beta (release_8.3beta-1264-g365c19)


Can anyone reproduce this and/or has a fix?  Or am I missing anything
obvious?

Thanks in advance!


Regards,
Andreas




[1] https://github.com/tj64/outshine
    https://github.com/tj64/outorg


[2] complete backtrace when opening a random org file

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (error "Before first heading")
  signal(error ("Before first heading"))
  error("Before first heading")
  outline-back-to-heading()
  outline-flag-subtree(t)
  hide-subtree()
  (save-excursion (goto-char (point-min)) (hide-subtree) (show-children keep-levels) (condition-case err (while (outline-get-next-sibling) (hide-subtree) (show-children keep-levels)) (error nil)))
  hide-sublevels(1)
  org-overview()
  org-set-startup-visibility()
  org-mode()
  set-auto-mode-0(org-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer cellomics.org> "~/hipsci/cellomics/cellomics.org" nil nil "~/hipsci/cellomics/cellomics.org" (25636441 16777218))
  find-file-noselect("~/hipsci/cellomics/cellomics.org" nil nil t)
  find-file("~/hipsci/cellomics/cellomics.org" t)
  funcall-interactively(find-file "~/hipsci/cellomics/cellomics.org" t)
  call-interactively(find-file nil nil)
  command-execute(find-file)
--8<---------------cut here---------------end--------------->8---



[3] minimal startup file

--8<---------------cut here---------------start------------->8---
;; outorg/outshine pre-requisite
(defvar outline-minor-mode-prefix "\M-#")

(add-to-list 'load-path (expand-file-name "~/local/emacs/org-mode-install/lisp"))
(add-to-list 'auto-mode-alist '("\\.\\(org\\  |org_archive\\|txt\\)$" . org-mode))

;; outorg/outshine
(add-to-list 'load-path "~/local/emacs/org-mode-in-comments/outorg/")
(add-to-list 'load-path "~/local/emacs/org-mode-in-comments/outshine")
(require 'outshine)
(add-hook 'outline-minor-mode-hook 'outshine-hook-function)
(setq outshine-use-speed-commands t)
--8<---------------cut here---------------end--------------->8---

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

end of thread, other threads:[~2015-09-08 20:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-12 21:51 outorg issue Andreas Leha
2015-08-13 14:30 ` John Kitchin
2015-08-13 14:37   ` Andreas Leha
2015-08-18 16:28 ` Bastien
2015-08-18 19:53   ` Andreas Leha
2015-08-18 20:11     ` Kaushal
2015-08-18 22:26       ` Bastien
2015-08-19  7:53       ` Andreas Leha
2015-08-18 20:35     ` Pip Cet
2015-08-19  8:10       ` Andreas Leha
2015-08-19 14:23         ` Pip Cet
2015-08-19 19:08           ` Kaushal
2015-09-08 20:09             ` Thorsten Jolitz

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