Re: [O] HTML export doesn't work when #+TITLE: is added

2015-09-15 Thread Lee Hinman
Lee Hinman writes: > Hi Org-ML, > > I'm trying to resolve an issue similar to the one here: > http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01195.html > > Where I cannot export a file with a #+TITLE in it with the latest > org-mode release. To follow-u

Re: [O] HTML export doesn't work when #+TITLE: is added

2015-09-08 Thread Lee Hinman
Hi Org-ML, I'm trying to resolve an issue similar to the one here: http://lists.gnu.org/archive/html/emacs-orgmode/2015-08/msg01195.html Where I cannot export a file with a #+TITLE in it with the latest org-mode release. The solution that Kyle refers to[0] is to uninstall and then update again

Re: [O] Bug: ob-clojure tangling does not handle comments correctly [8.2.5h (8.2.5h-6-g8e1386-elpa @ /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/org/)]

2014-02-06 Thread Lee Hinman
On 2/6/14, 9:32 AM, Bastien wrote: > Can you try with latest ob-clojure.el from the master branch? > We fixed a few things recently, and the example works fine for > me. I tried it running from git (org-version returns "Org-mode version 8.2.3a (release_8.2.3a @ /Users/hinmanm/src/elisp/org-mode/li

[O] Bug: ob-clojure tangling does not handle comments correctly [8.2.5h (8.2.5h-6-g8e1386-elpa @ /usr/local/Cellar/emacs/HEAD/share/emacs/24.3.50/lisp/org/)]

2014-02-06 Thread Lee Hinman
When tangling a block like: #+BEGIN_SRC clojure :tangle foo.clj (println "foo") ;; My comment #+END_SRC The tangled code looks like: (let [org-mode-print-catcher (java.io.StringWriter.)] (clojure.pprint/with-pprint-dispatch clojure.pprint/code-dispatch (clojure.pprint/pprint (do (println "foo")

[O] Bug: indenting in sh-mode org-babel source block causes 100% CPU [8.2.3c (8.2.3c-elpa @ /Users/hinmanm/.emacs.d/elpa/org-20131115/)]

2013-11-22 Thread Lee Hinman
freezes, using 100% CPU until I quit. For reference, this works completely fine in a regular sh-mode buffer, it only freezes if editing an org-babel block. I've used the profiler to narrow this down to something in the smie indention code, but my elisp-fu is too weak to narrow any further. ;;

Re: [O] org-sparse-tree on region or subtree?

2011-03-13 Thread Lee Hinman
Bernt & Suvayu, Thanks. Narrowing to subtree and then running org-sparse-tree worked great. -- Lee On Fri, Mar 11, 2011 at 7:18 PM, Bernt Hansen wrote: > Lee Hinman writes: > >> Is it possible to run org-sparse-tree on a specific region or subtree of >> an org file? &g

[O] org-sparse-tree on region or subtree?

2011-03-11 Thread Lee Hinman
Alice) on the 2011-02 February subtree would give me that. But I *think* org-sparse-tree uses org-occur which always starts at point-min, but I could easily be mis-reading the code. Does anyone have any ideas? -- Lee Hinman hin...@gmail.com

[Orgmode] setting org-export-latex-image-default-option on a per file basis?

2010-02-09 Thread Lee Hinman
set to nil so it isn't configurable via that method. Does anyone have a suggestion of how I could tweak this variable on a per file basis? Thanks for any suggestions. -- Lee Hinman hin...@gmail.com ___ Emacs-orgmode mailing list Please use `Rep

Re: [Orgmode] possible bug in org-goto-local-search-headings

2009-11-12 Thread Lee Hinman
heading to start my new journal entry in. -- Lee Carsten Dominik writes: > Hi Lee, > > I do not understand. > > Why would you call this function? It is being called by the > internals of isearch, and when that happens, isearch.el is obviously > loaded. > > What am I

[Orgmode] possible bug in org-goto-local-search-headings

2009-11-12 Thread Lee Hinman
(search-backward string bound noerror)) (when (let ((context (mapcar 'car (save-match-data (org-context) (and (member :headline context) -- Lee Hinman ___ Emacs-orgmode mailing list Remember: use `Reply All'