From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: [a outline regexp problem] (was: [SOLVED]) Date: Sat, 10 Mar 2018 09:37:04 +0100 Message-ID: <87bmfwfhsf.fsf@mat.ucm.es> References: <87inafvrwi.fsf@gmail.com> <878tb9bcde.fsf@gmail.com> <87r2oxpl6y.fsf@mat.ucm.es> <87po4hrrj9.fsf@gmail.com> <87lgf581vu.fsf@mat.ucm.es> <87a7vlro6f.fsf@gmail.com> <87zi3kqkbp.fsf@mat.ucm.es> <87bmfzok25.fsf@gmail.com> <87a7vjuf19.fsf@mat.ucm.es> <87a7vibj2b.fsf@gmail.com> <87h8poncle.fsf_-_@mat.ucm.es> <87lgf0x3c9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eua0D-0001Ia-Mx for emacs-orgmode@gnu.org; Sat, 10 Mar 2018 03:37:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eua08-0003oT-TE for emacs-orgmode@gnu.org; Sat, 10 Mar 2018 03:37:17 -0500 Received: from [195.159.176.226] (port=55714 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eua08-0003nj-LS for emacs-orgmode@gnu.org; Sat, 10 Mar 2018 03:37:12 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1euZy3-00011F-NX for emacs-orgmode@gnu.org; Sat, 10 Mar 2018 09:35:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org > Uwe Brauer writes: > Ok, good ... ;-) However I run into a problem with my daily workflow. I am using very often bookmark.el by Karl Fogel. Especially I have the following setting (defun my-set-outline-bookmark () (interactive) (message "Now the outline-regexp is set to \" [A-Z]*:1.1\" ")) (add-hook 'bookmark-bmenu-mode-hook 'hide-body) (add-hook 'bookmark-bmenu-mode-hook 'turn-on-outline-minor-mode) (add-hook 'bookmark-bmenu-mode-hook 'my-set-outline-bookmark) However with the outorg setting and the outline mode, I obtain now an Cannot calculate outcommented outline-regexp without ’comment-start’ character defined! The culprit is (add-hook 'outline-minor-mode-hook 'outshine-hook-function) I will write Adam Porter. Uwe Brauer