From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Allred Subject: Bug: Incorrect folding of source blocks [8.2.7c (8.2.7c-51-g896fa6-elpa @ /Users/sean/Dropbox/.emacs.d/elpa/org-20140825/)] Date: Fri, 05 Sep 2014 15:55:05 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPzbG-0004ln-CL for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 15:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPzbB-0007Vo-MO for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 15:55:14 -0400 Received: from sub4.mail.dreamhost.com ([69.163.253.135]:45434 helo=homiemail-a110.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPzbB-0007VH-EQ for emacs-orgmode@gnu.org; Fri, 05 Sep 2014 15:55:09 -0400 Received: from homiemail-a110.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a110.g.dreamhost.com (Postfix) with ESMTP id DAD142007F128 for ; Fri, 5 Sep 2014 12:55:06 -0700 (PDT) Received: from SMBP.local.seanallred.com (50-205-85-178-static.hfc.comcastbusiness.net [50.205.85.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: tex@seanallred.com) by homiemail-a110.g.dreamhost.com (Postfix) with ESMTPSA id 956A62007F125 for ; Fri, 5 Sep 2014 12:55:06 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. ------------------------------------------------------------------------ Consider the following: #+begin_src snippet :tangle ".emacs.d/snippets/org-mode/emacs-lisp" # -*- mode: snippet; require-final-newline: nil -*- # name: emacs-lisp # key: el # binding: direct-keybinding # -- ,#+begin_src emacs-lisp $0 ,#+end_src test #+end_src Now, fold the section. You will see #+begin_src snippet :tangle ".emacs.d/snippets/org-mode/emacs-lisp"... test #+end_src My guess is the folding function is going up to the first end_src it sees and stopping there, not checking to see whether it is actually an active line. 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.2.7c (8.2.7c-51-g896fa6-elpa @ /Users/sean/Dropbox/.emacs.d/elpa/org-20140825/) current state: ============== (setq org-export-preprocess-final-hook '((lambda nil (replace-string " --\n" " -- \n"))) 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-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-html-format-drawer-function '(lambda (name contents) contents) org-log-done 'note org-latex-format-inlinetask-function 'ignore org-confirm-shell-link-function 'yes-or-no-p org-id-link-to-org-use-id t org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-latex-format-headline-function 'org-latex-format-headline-default-function org-default-notes-file "~/Dropbox/org/notes.org" org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) org-from-is-user-regexp "\\" org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) 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-ascii-format-drawer-function '(lambda (name contents width) contents) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-directory "~/Dropbox/org" 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-babel-tangle-lang-exts '(("perl" . "pl") ("ruby" . "rb") ("python" . "py") ("emacs-lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-html-format-headline-function 'ignore org-structure-template-alist '(("nt" "#+name: ?\n#+begin_src emacs-lisp :tangle \"\"\n\n#+end_src") ("n" "#+name: ?\n#+begin_src \n\n#+end_src") ("es" "#+begin_src emacs-lisp\n?\n#+end_src") ("esf" "#+begin_src emacs-lisp :tangle %file\n?\n#+end_src") ("s" "#+BEGIN_SRC ?\n\n#+END_SRC" "\n\n") ("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE" "\n?\n") ("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE" "\n?\n") ("v" "#+BEGIN_VERSE\n?\n#+END_VERSE" "\n?\n") ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM" "\n?\n") ("c" "#+BEGIN_CENTER\n?\n#+END_CENTER" "
\n?\n
") ("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX" "\n?\n") ("L" "#+LaTeX: " "?") ("h" "#+BEGIN_HTML\n?\n#+END_HTML" "\n?\n") ("H" "#+HTML: " "?") ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII" "") ("A" "#+ASCII: " "") ("i" "#+INDEX: ?" "#+INDEX: ?") ("I" "#+INCLUDE: %file ?" "")) org-babel-load-languages '((sh . t) (python . t) (R . t) (ruby . t) (perl . t)) org-html-format-inlinetask-function 'ignore org-agenda-files "/Users/sean/Dropbox/.emacs.d/org-agenda-files.list" org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-publish-project-alist '(("blog" :base-directory "~/github/octopress/source/org_posts/" :base-extension "org" :publishing-directory "~/github/octopress/source/_posts/" :sub-superscript "" :recursive t :publishing-function org-html-publish-to-html :headline-levels 4 :html-extension "markdown" :body-only t) ) )