Re: [O] [BUG] org-link-search fails if search string contains new lines

2017-03-28 Thread Skip Collins
On Mon, Mar 27, 2017 at 7:37 AM, Nicolas Goaziou wrote: > Fixed, hopefully. Ran 718 tests, 717 results as expected, 1 unexpected (2017-03-28 17:27:55-0400) 9 expected failures 1 unexpected results: FAILED test-org/fuzzy-links

[O] can I export all PROPERTIES to my ascii output?

2017-03-28 Thread Christopher W Ryan
I'd like to make all the PROPERTIES show up in ascii output when I export. How can I do that? #+OPTIONS: properties:t does not export properties. Neither does: #+OPTIONS: with-properties:t Thanks. --Chris Ryan

[O] Have SRC_BLOCK :padline accept numbers

2017-03-28 Thread Daniel P Gomez
A use case is tangling python source code snippets containing class definitions. ( http://emacs.stackexchange.com/questions/31738/org-mode-babel-ensure-two-empty-lines-between-tangled-code-blocks-for-python ) Per PEP8, the use of blank lines stipulates: "Surround top-level function and class defi

[O] More clocktable breakage

2017-03-28 Thread Achim Gratz
I've just noticed that in my the clocktables at work I can't adjust the start and end ranges anymore with up/down. Apparently the timestamps are not recognized anymore and the it falls through to some code that tries to adjust the :block argument (which is not present in that table since it's usi

Re: [O] Tangling with cross-references coming from included files

2017-03-28 Thread Sven Osterwalder
Hi Nick > On 28 Mar 2017, at 16:06, Nick Dokos wrote: > > The hook is called 'org-export-before-parsing-hook', but whether that solves > your problem or not, > I don't know. > > -- > Nick Thank you for your answer. Yes, that was a typo, I actually used that hook (as you wrote it). Furtherm

[O] Agenda notifications for timeless entries, and variable by priority

2017-03-28 Thread Adonay Felipe Nogueira
I'm currently using the following in my .emacs file to have notifications for Org agenda events: # Begin of file part (setq appt-delete-window-function (lambda () t)) (require 'notifications) (defun adfeno-appt-disp-window-function (min-remaining future-time diary-entry) (when (atom min-remaini

Re: [O] Tangling with cross-references coming from included files

2017-03-28 Thread Nick Dokos
"s...@1042.ch" writes: > ... > Instead there is org-before-parsing-hook [3], wich does essentially the same > (as far as I understood). > But instead using a string for copying the buffer for exporting, the exporter > uses a temporary buffer, > “buf-copy”. > > I tried to get the contents of tha

Re: [O] evil-mode and org

2017-03-28 Thread Peter Neilson
On Tue, 28 Mar 2017 08:57:40 -0400, Matt Price wrote: I've never used Vim but I see a lot of people online raving about evil mode and how much they love it. I'm considering giving it a whirl after the semester ends & I get some free time. I just wondered whether any heavy org users here on

[O] evil-mode and org

2017-03-28 Thread Matt Price
I've never used Vim but I see a lot of people online raving about evil mode and how much they love it. I'm considering giving it a whirl after the semester ends & I get some free time. I just wondered whether any heavy org users here on the list use evil, and if so, whether you see pain points with

[O] Tangling with cross-references coming from included files

2017-03-28 Thread s...@1042.ch
Hi I am trying to achieve the tangling of an org-file which is composed by multiple (included) org-files. I am using Emacs 25.1.1 and Org mode 9.0.5. Here an example of what I am trying to achieve. ——Example starts here—— File A.org [Text here …] #+BEGIN_SRC python :tangle s