Re: [O] adapted org-flag-drawer to hide newlines of consecutive drawers to save lines

2013-11-13 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Beside, `org-flag-drawer' is currently under revision since Michael report on slowliness (and recent discussion with Tod and Aaron.) I rewrote `org-flag-drawer' a few days ago. It shouldn't be slow if cache is activated. Regards, -- Nicolas Goaziou

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-13 Thread Sebastien Vauban
Hello Aaron and Bastien, Aaron Ecay wrote: The property drawer after the code block is a red herring: the following file (with no real property drawer at all) misbehaves on property setting and getting functions, with the fake properties in the code block behaving as though they pertained to

Re: [O] [PATCH] [Babel] Add line number to Processing code block... message

2013-11-13 Thread Sebastien Vauban
Hello Eric, Eric Schulte wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Here is a small patch to improve the messages displayed by Org Babel when processing code blocks: now, you get the line number added to the output, so that you can easily find afterward which block had problems,

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-13 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Hi Aaron and Tod, Aaron Ecay aarone...@gmail.com writes: This seems like an excellent use case for the parser: basically a bunch of uses of org-*-regexp and org-re-property need to be augmented with a check like: (not (memq (org-element-type

Re: [O] adapted org-flag-drawer to hide newlines of consecutive drawers to save lines

2013-11-13 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Beside, `org-flag-drawer' is currently under revision since Michael report on slowliness (and recent discussion with Tod and Aaron.) I rewrote `org-flag-drawer' a few days ago. It shouldn't be slow if

Re: [O] Bug: property drawers within code blocks interfere [8.2.2 (8.2.2-elpa @ /home/tod/.emacs.d/.cask/24.3.50.1/elpa/org-20131108/)]

2013-11-13 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: I'm slowly working on introducing these functions in basic parts of Org (e.g. fontification, indentation). Then I will target other functions not using them yet. There's a lot to do. Help is welcome. IMO, at the bare minimum, new or rewritten

Re: [O] [PATCH] org-collector: enable specifying a default table-value as a parameter

2013-11-13 Thread Bastien
Hi Mark, the patch is unreadable -- can you resend it as an attachment? Thanks! -- Bastien

Re: [O] org-insert-heading

2013-11-13 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: With the following Org mode file, there is a dead space where org-insert-heading doesn't do anything. In the following example, if the point is on either of the empty lines marked [dead space] no heading is created. Is this behavior

Re: [O] C-c ' and mail sources

2013-11-13 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca writes: Not a big problem, and I expect that someone on this list will reply that this is an Org limitation (a way to say that the bug is innocuous enough to not deserve a correction). I rather use the word limitation for a bug which has

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-13 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: This patch fixes the error, but it looks strange (indentation is still unchanged for clarity). Not sure if this an Ert or Emacs error, though. I suggest you handle this the way you prefer: either by committing this in Org before asking

[O] Open linked file outside Emacs

2013-11-13 Thread Christof Spitz
Hello, how does org-mode 'decide' whether a linked filed (C-c C-l) should be opened (C-c C-o) inside an Emacs buffer or opened by an external program? I am using Emacs 24.3 for Windows and org-mode 8.2 PDF files are opened in Acrobat, but JPGs are opened in a buffer (but are not properly

[O] refernce to call results

2013-11-13 Thread Andreas Leha
Hi all, how do I reference the results of a #+call line? Here are my unsuccessful attempts: --8---cut here---start-8--- * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir : /home/andreas/tmp/junk/2013/11 #+name:

Re: [O] Open linked file outside Emacs

2013-11-13 Thread Giovanni Ridolfi
Hi, Christof, Il Mercoledì 13 Novembre 2013 11:19, Christof Spitz christof.sp...@gmail.com ha scritto:   how does org-mode 'decide' whether a linked filed (C-c C-l) should be opened (C-c C-o) inside an Emacs buffer or opened by an external program? I am using Emacs 24.3 for Windows and

Re: [O] refernce to call results

2013-11-13 Thread Sebastien Vauban
Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir : /home/andreas/tmp/junk/2013/11 #+name: curdircall #+call: curdir() #+results:

Re: [O] refernce to call results

2013-11-13 Thread Sebastien Vauban
Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir : /home/andreas/tmp/junk/2013/11 [...] #+begin_src sh :var test=curdircall() echo

Re: [O] adapted org-flag-drawer to hide newlines of consecutive drawers to save lines

2013-11-13 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Is the cache activated by default? Yes, it is. There's an emergency variable, `org-element-use-cache' to disable it, but it should be used for debugging purpose only. From the user point of view, if the cache appears to be corrupted due to a bug, it may be simpler

Re: [O] refernce to call results

2013-11-13 Thread Andreas Leha
Sebastien Vauban sva-n...@mygooglest.com writes: Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir : /home/andreas/tmp/junk/2013/11

Re: [O] adapted org-flag-drawer to hide newlines of consecutive drawers to save lines

2013-11-13 Thread Bastien
Thanks for the details. I think I've seen the cache corrupted several times, I didn't know it was this. Any direction on how to debug such problems? The symptoms were that moving around with M-down and friends was completely erratic. -- Bastien

Re: [O] refernce to call results

2013-11-13 Thread Andreas Leha
Sebastien Vauban sva-n...@mygooglest.com writes: Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir : /home/andreas/tmp/junk/2013/11 [...]

Re: [O] Open linked file outside Emacs

2013-11-13 Thread Christof Spitz
Worked! Great, thanks Christof 2013/11/13 Giovanni Ridolfi giovanni.rido...@yahoo.it: Hi, Christof, Il Mercoledì 13 Novembre 2013 11:19, Christof Spitz christof.sp...@gmail.com ha scritto: how does org-mode 'decide' whether a linked filed (C-c C-l) should be opened (C-c C-o) inside an

[O] [PATCH] org-collector: enable specifying a default table-value as a parameter

2013-11-13 Thread Mark Edgington
Hi Bastien, Sorry about the formatting -- that's annoying. I've attached the patch. Here's its description: Currently there isn't an easy way to have default cell values which differ from one propview block to another. This patch enables one to specify what a cell's default value for a

Re: [O] org-tree-to-indirect-buffer: multiple buffers; buffer name containing ID

2013-11-13 Thread Bastien
Bastien b...@gnu.org writes: The attached patch does name indirect buffers after the current tree heading -- thanks for this idea. Would anyone else find this useful? I've now applied this patch, thanks Karl! -- Bastien

Re: [O] Using Multiple TODO Keywords

2013-11-13 Thread Bastien
Bastien b...@gnu.org writes: You can apply the patch you'll find here: http://article.gmane.org/gmane.emacs.orgmode/78700 Then use C-- 1 C-c C-t to switch to a DONE state even for repeating events. I'll surely apply the patch on master soon, I'm still waiting for some feedback. It's now

Re: [O] [PATCH] org-collector: enable specifying a default table-value as a parameter

2013-11-13 Thread Bastien
Hi Mark, Mark Edgington edgi...@gmail.com writes: Currently there isn't an easy way to have default cell values which differ from one propview block to another. This patch enables one to specify what a cell's default value for a block should be. For example, with this patch applied, you

Re: [O] org-insert-heading

2013-11-13 Thread Thomas S. Dye
Hi Bastien, Bastien b...@gnu.org writes: Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: With the following Org mode file, there is a dead space where org-insert-heading doesn't do anything. In the following example, if the point is on either of the empty lines marked [dead space] no

[O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Karl Voit
Hi! I am heavily using time-stamps. With (setq org-agenda-skip-additional-timestamps-same-entry nil) I see multiple time-stamps of the same heading on my agenda which I do like very much for obvious reasons. However, with a heading such as following I do have a problem: : ** 2013-12-19

[O] org-reveal reaveal.js toc:nil option

2013-11-13 Thread Andreas
Hello list, I'm making a presentation in reveal.js with the help of org-mode and org-reveal and was hoping I could get some help. I'm trying to remove the table of contents from my slides but the toc option does not seem to have any effect. A bare bone presentation on github can be seen in this

Re: [O] refernce to call results

2013-11-13 Thread Sebastien Vauban
Hi Andreas, Andreas Leha wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir #+begin_src sh echo $PWD #+end_src #+results: curdir :

Re: [O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Bastien
Hi Karl, Karl Voit devn...@karl-voit.at writes: : ** 2013-12-19 Thu 19:00-23:59 X-Mas-Party : : - Email-invitation received: 2013-11-13 Wed You need to use inactive timestamps in such cases. From memory, we wanted to preserve the possibility to have multiple active timestamps in a subtree.

[O] [feature request] refernce to call results

2013-11-13 Thread Andreas Leha
Hi Sebastien, Sebastien Vauban sva-n...@mygooglest.com writes: Hi Andreas, Andreas Leha wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Andreas Leha wrote: how do I reference the results of a #+call line? Here are my unsuccessful attempts: * Test call results #+name: curdir

Re: [O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Hi Bastien! Karl Voit devn...@karl-voit.at writes: : ** 2013-12-19 Thu 19:00-23:59 X-Mas-Party : : - Email-invitation received: 2013-11-13 Wed You need to use inactive timestamps in such cases. This is my work-around so far :-) From memory, we

Re: [O] org-tree-to-indirect-buffer: multiple buffers; buffer name containing ID

2013-11-13 Thread Karl Voit
* Bastien b...@gnu.org wrote: Bastien b...@gnu.org writes: The attached patch does name indirect buffers after the current tree heading -- thanks for this idea. Would anyone else find this useful? I've now applied this patch, thanks Karl! Thank *you* for implementing this! It helps

Re: [O] org-insert-heading

2013-11-13 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: I looked more closely and found that the behavior I described happens when the folded material ends in a list. If I end the list by adding some regular text, then I get the expected behavior. Confirmed -- I quickly looked, it seems that

Re: [O] org-reveal reaveal.js toc:nil option

2013-11-13 Thread Nick Dokos
Andreas tjandr...@gmail.com writes: Hello list, I'm making a presentation in reveal.js with the help of org-mode and org-reveal and was hoping I could get some help. I'm trying to remove the table of contents from my slides but the toc option does not seem to have any effect. A bare

Re: [O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Bastien
Hi Karl, Karl Voit devn...@karl-voit.at writes: I am sorry - I do not see the contradiction here. Sorry, I read too fast. Why not handle each time-stamp in a consistent manner: show each -MM-DD ddd as whole-day items on the agenda and -MM-DD ddd HH:MM as items with an associated

Re: [O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: I am sorry - I do not see the contradiction here. Sorry, I read too fast. :-) Why not handle each time-stamp in a consistent manner: show each -MM-DD ddd as whole-day items on the agenda and -MM-DD

Re: [O] Help on spreadsheet/calc references and improvements

2013-11-13 Thread Michael Brand
Hi Carsten On Wed, Oct 30, 2013 at 6:59 PM, Michael Brand michael.ch.br...@gmail.com wrote: On Fri, Oct 25, 2013 at 3:31 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 24.10.2013, at 22:47, Michael Brand michael.ch.br...@gmail.com wrote: On Thu, Oct 24, 2013 at 8:18 AM, Carsten

Re: [O] Help on spreadsheet/calc references and improvements

2013-11-13 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: The last paragraph has not been answered yet. Can I ask Jason Dunsmore directly to give me write access to Org? Please send me your public key and I'll give you write access. Thanks! -- Bastien

Re: [O] C-c ' and mail sources

2013-11-13 Thread Aaron Ecay
Hello François, 2013ko azaroak 13an, François Pinard-ek idatzi zuen: [...] I do not know what would be the reasonable way to correct it: preventing the shifting, or changing how highlighting interpret beginning of lines, in case of Org? I have the following in my emacs init file to prevent

Re: [O] A weird warning and a test (eager macro expansion) error

2013-11-13 Thread Achim Gratz
Bastien writes: I suggest you handle this the way you prefer: either by committing this in Org before asking emacs-devel@, or by asking first then see of this needs to be fixed upstream? I won't have time to digg this issue further, sorry. I'll just keep the patch locally for the moment, at

Re: [O] [BUG][PATCH] Marker points into wrong buffer

2013-11-13 Thread Achim Gratz
Bastien writes: Feel free to install it, thanks! Applied to master. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptations for KORG EX-800 and Poly-800MkII V0.9: http://Synth.Stromeko.net/Downloads.html#KorgSDada

Re: [O] Lisp code blocks fail

2013-11-13 Thread Eric Schulte
Hi Tom, Could you provide a minimal example? I'm unable to debug from the stack trace alone. Thanks, t...@tsdye.com (Thomas S. Dye) writes: Aloha all, With a recent pull, Lisp code blocks that I'm fairly certain were working previously started to fail. There is a backtrace below. The Lisp

Re: [O] Babel: the disappearing hline

2013-11-13 Thread Eric Schulte
Jarmo Hurri jarmo.hu...@syk.fi writes: Rick Frankel r...@rickster.com writes: Greetings again. Again, the solution is to globally set the :hline property to =yes= instead of the default =no=, and you will get the results you want. The issue I am trying to raise here is the consistency of

Re: [O] [feature request] refernce to call results

2013-11-13 Thread Eric Schulte
I agree completely. So my question boils down to this feature request: Now, that #+call lines can be named, would it be possible to reference the results the same way as for code blocks? I just pushed up a commit which should make this possible. E.g., * call by name #+name: echo-input

Re: [O] Babel: the disappearing hline

2013-11-13 Thread Rick Frankel
On 2013-11-13 09:17, Eric Schulte wrote: Perhaps we should change `org-babel-default-inline-header-args' to include `(:hlines yes)'. If there is no push back on that change I'd be happy to make it. I agree. It would probably make the behavior less confusing. rick

[O] [BUG] call results not creating #results

2013-11-13 Thread Rick Frankel
Eric- Since you're looking at call lines :)... there is a (fairly new i think) bug: When searching forward for results, following call lines are not being respected as stop points. For instance, given: #+BEGIN_SRC org ,* Call block test ,#+name: call-me ,#+BEGIN_SRC emacs-lisp :var v=one v

Re: [O] [bug] org-refile makes ido think that some candidates are directories

2013-11-13 Thread Samuel Wales
i have not been able to track this down further. has anybody taken a look at it? On 8/27/13, Samuel Wales samolog...@gmail.com wrote: org-refile makes ido think that every entry that is in the current buffer is a directory, while every entry that is in another buffer is a file. === You

[O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2013-11-13 Thread Samuel Wales
* computer ** emacs *** myorg I use ido. === i refile to myorg with the string myorg as an ido selector i save all files i refile to emacs i take a look before pressing ret ido shows me the wrong olpath it shows me myorg with the filename in parentheses after i wanted emacs the next

Re: [O] Help on spreadsheet/calc references and improvements

2013-11-13 Thread Michael Brand
Hi Bastien On Wed, Nov 13, 2013 at 6:34 PM, Bastien b...@gnu.org wrote: Please send me your public key and I'll give you write access. It works, thank you. I have pushed my patch myself now. When and how often is http://orgmode.org/manual/References.html updated? Michael

[O] Bug: HTML export problem [8.2.3b]

2013-11-13 Thread Nishiyama Nobuyuki
Dear org-mode team. Hi org-mode is gread major mode in my emacs life. But, If this org-file is export to HTML, an indent will collapse. I wish keep indents... Best regards. test.org * Sample A #+BEGIN_SRC C++ #include Eigen/Core // Good layout. // The indent is maintained. int main()

Re: [O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Samuel Wales
nil might be a safer default? On 11/13/13, Karl Voit devn...@karl-voit.at wrote: (setq org-agenda-search-headline-for-time nil) should do. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. Denmark: free

Re: [O] [feature request] refernce to call results

2013-11-13 Thread Andreas Leha
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: I agree completely. So my question boils down to this feature request: Now, that #+call lines can be named, would it be possible to reference the results the same way as for code blocks? I just pushed up a commit which should make

[O] org-contacts, multi-line properties, postal addresses

2013-11-13 Thread Norman Walsh
Hello world, I'm just taking another look at org-contacts. I wonder what the best practice is for dealing with multi-line properties like postal addresses. I can just make them part of the entry, of course, not in a property, but that seems oddly different from the other properites. Have I

[O] bug#15887: Possibly incorrect custom :types

2013-11-13 Thread Glenn Morris
Package: org-mode cus-test.el suggests the following variables may have incorrect custom :types. (There may be some false positives.) This refers to Org mode in current Emacs trunk. Eg, org-texinfo-filename does not have nil as an option. org-agenda-deadline-leaders

[O] OpenDocument export

2013-11-13 Thread Andreas Leha
Hi all, since my update just a few minutes ago, I have problems exporting one of my documents to odt. The new behaviour is, that I get asked , | Buffer foo.org22 modified; kill anyway? (yes or no) ` Regardless of my answer after that, a new (empty) buffer is opened, which has the name

[O] Smart quotes not working with some languages?

2013-11-13 Thread Daniil Frumin
Hi! I am using the latest org from git and I can't get org to export (I need LaTeX export particularly) files with smart quotes. The following example silently fails to produce smart quotes: #+OPTIONS: ':t #+LANGUAGE: ru This is a 'test' file. * Headline with 'quotes' ** Subheading with quotes.

Re: [O] OpenDocument export

2013-11-13 Thread Andreas Leha
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, since my update just a few minutes ago, I have problems exporting one of my documents to odt. The new behaviour is, that I get asked , | Buffer foo.org22 modified; kill anyway? (yes or no) ` Regardless of my answer

Re: [O] Lisp code blocks fail

2013-11-13 Thread Thomas S. Dye
Hi Eric, #+begin_src lisp (+ 1 1) #+end_src Debugger entered--Lisp error: (wrong-type-argument listp 2) byte-code(\211A@)\207 [result x] 2) org-babel-execute:lisp((+ 1 1) ((:comments . ) (:shebang . ) (:cache . no) (:padline . ) (:noweb . yes) (:tangle . no) (:exports . code) (:results .

Re: [O] org-reveal reaveal.js toc:nil option

2013-11-13 Thread Andreas
I did some brute force bug tracking and manage to track down the problem. I made two different files: test1.org: #+TITLE: Test 1 #+OPTIONS: toc:nil #+INFOJS_OPT: * Header 1 * Header 2 ** Subheader 2.1 test2.org: #+TITLE: Test 1 #+OPTIONS: toc:nil * Header 1 * Header 2 ** Subheader 2.1

Re: [O] Smart quotes not working with some languages?

2013-11-13 Thread Rasmus
Hi Daniil, Daniil Frumin difru...@gmail.com writes: Hi! I am using the latest org from git and I can't get org to export (I need LaTeX export particularly) files with smart quotes. You need to add it to the variable org-export-smart-quotes-alist defined in ox.el. Put your cursor on the

Re: [O] Help on spreadsheet/calc references and improvements

2013-11-13 Thread Bastien
Hi Michael, Michael Brand michael.ch.br...@gmail.com writes: On Wed, Nov 13, 2013 at 6:34 PM, Bastien b...@gnu.org wrote: Please send me your public key and I'll give you write access. It works, thank you. I have pushed my patch myself now. Thanks. When and how often is

Re: [O] Date-stamps w/o time are shown with time on agenda

2013-11-13 Thread Bastien
Samuel Wales samolog...@gmail.com writes: nil might be a safer default? This small feature would not be easily discovered if this option is turned to nil, so I'd say `t' makes sense here. But I don't feel strongly about this. -- Bastien

Re: [O] Bug: HTML export problem [8.2.3b]

2013-11-13 Thread Nick Dokos
Nishiyama Nobuyuki nishiy...@target-ent.com writes: Dear org-mode team. Hi org-mode is gread major mode in my emacs life. But, If this org-file is export to HTML, an indent will collapse. I wish keep indents... I cannot reproduce it: the two code blocks render identically in my test.

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2013-11-13 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: I use ido. I don't use ido so it's hard for me to mentally picture the problem correctly. Anyway, the error message was wrong in many circumstances, e.g. when the user tries to refile and only mention the headline/, not the target file.

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2013-11-13 Thread Samuel Wales
Thank you. Please note that the fact that it errors instead of refiling is a bug, even if the error message is more accurate. On 11/13/13, Bastien b...@gnu.org wrote: Hi Samuel, Samuel Wales samolog...@gmail.com writes: I use ido. I don't use ido so it's hard for me to mentally picture

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2013-11-13 Thread Bastien
Samuel Wales samolog...@gmail.com writes: Please note that the fact that it errors instead of refiling is a bug, even if the error message is more accurate. In the cases I have in mind (which are probably not the same than yours), the target file is unspecified and refiling cannot happen

Re: [O] bug: Please save the buffer to a file before refiling when the buffer is already saved

2013-11-13 Thread Samuel Wales
I suspect it is the arguments used for ido. I previously reported that Org incorrectly treats the current file differently from other files. This causes ido to think that some olpaths are files and others are directories. This might be related. On 11/13/13, Bastien b...@gnu.org wrote: In the

[O] bug: wrong type argument exporting

2013-11-13 Thread Samuel Wales
This also actually corrupts the buffer by inserting footnotes at the end. Sometimes it leaves it in a narrowed state. Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) goto-char(nil) (progn (goto-char link-end) (skip-chars-forward )) (setq post-blank (progn

[O] ellipses upon isearch

2013-11-13 Thread Samuel Wales
I am still getting ellipses upon isearch, despite setting all relevant variables to show the entire hierarchy, siblings, etc. Can isearch reveal canonically? Thanks.

Re: [O] Lisp code blocks fail

2013-11-13 Thread Eric Schulte
Hi Tom, That example works for me. Perhaps you could edebug (C-u C-M-x) the `org-babel-execute:lisp' function and then run that code block again to see at which statement the error is thrown. I'm not sure what the problem could be. Best, t...@tsdye.com (Thomas S. Dye) writes: Hi Eric,

Re: [O] [BUG] call results not creating #results

2013-11-13 Thread Eric Schulte
Fixed, thanks for reporting. Rick Frankel r...@rickster.com writes: Eric- Since you're looking at call lines :)... there is a (fairly new i think) bug: When searching forward for results, following call lines are not being respected as stop points. For instance, given: #+BEGIN_SRC org

Re: [O] Babel: the disappearing hline

2013-11-13 Thread Eric Schulte
Rick Frankel r...@rickster.com writes: On 2013-11-13 09:17, Eric Schulte wrote: Perhaps we should change `org-babel-default-inline-header-args' to include `(:hlines yes)'. If there is no push back on that change I'd be happy to make it. I agree. It would probably make the behavior less