emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Aaron Bieber <aaron@bolddaemon.com>
To: emacs-orgmode@gnu.org
Subject: Help with org related crash on OpenBSD
Date: Fri, 13 Oct 2017 10:51:18 -0600	[thread overview]
Message-ID: <20171013165118.dkr3lvgcc5yiwsbo@slip.bold.daemon> (raw)

Hola,

I am trying to track down an issue where emacs hangs on OpenBSD when
using org-capture. I happens with org 9.1.2 and 8.2.10 in emacs
25.3.1.

It seems that 3 out of 4 times, emacs completely hangs when adding a
Todo. I have tried setting (toggle-debug-on-quit) and
(toggle-debug-on-error), but once the hang happens emacs becomes
completely unresponsive. The one time that it doesn't hang, it takes
around 3 or 4 seconds to actually open up the gtd.org file.

I can't reproduce on non-OpenBSD systems

The config is fairly simple:

(require 'org)

(setq org-directory "~/new_org")
(setq org-agenda-files (file-expand-wildcards "~/new_org/*.org"))
(setq org-journal-dir "~/new_org/journal/")
(setq org-mobile-directory "~/new_org/MobileOrg")
(setq org-log-done 'time)

(setq org-capture-templates
      `(("t" "Todo"
         entry (file+headline "~/new_org/gtd.org" "TODOs")
         "* TODO %?\n  :PROPERTIES:\n  :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)\n  :END:\n")
        ("j" "Journal"
         entry (file+olp+datetree "~/new_org/journal-%Y-%m.org")
         "* %?\nEntered on %U\n  %i\n  %a")))

(global-set-key "\C-cc" 'org-capture)
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)

Any suggestions would be greatly appreciated!

Cheers,
Aaron

--
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE

             reply	other threads:[~2017-10-13 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13 16:51 Aaron Bieber [this message]
2017-10-17 23:54 ` Help with org related crash on OpenBSD Adrian Bradd
2017-10-18  0:32   ` Nick Dokos

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=20171013165118.dkr3lvgcc5yiwsbo@slip.bold.daemon \
    --to=aaron@bolddaemon.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).