Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)

2015-07-03 Thread Fabrice Niessen
Nicolas Goaziou writes: Fabrice Niessen writes: Though, there is one error with which I don't agree: 367 high Missing colon in header argument ) where line 367 is indicated by : Are you sure you are using the latest wip-lint? It should be fixed already (commit

Re: [O] Tangling takes long - profiling and calling R

2015-07-03 Thread Nicolas Goaziou
Aaron Ecay aarone...@gmail.com writes: Could you take a look at http://mid.gmane.org/87fvg07vzi.fsf@Rainer.invalid, specifically the paragraph beginning “That looks like a bug”? This should be fixed in 188bae903feb942355dae6878951e9f13211e1d0. Thank you for the notice. I don’t want to argue

Re: [O] Maybe 1st ox-texinfo manual in the wild

2015-07-03 Thread Kaushal
org manual in org-mode That's very cool! I wonder why the official Org Manual source is not in org-mode. -- Kaushal Modi On Jul 3, 2015 7:08 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: Rasmus ras...@gmx.us writes: Hi, The magit 2.1 manual was typeset using ox-texinfo, it seems.

Re: [O] Paste from clip/kill ring as cold block?

2015-07-03 Thread John Kitchin
This sounds like s tab type language enter C-y Or if you know the language use the right shortcut first. E.g. I use p for python and el for emacs lisp. You could use a function for that but there are only 5 key strokes plus the keys for the language above! The function name would probably be

Re: [O] ELisp expression in a var not executed anymore on tangle

2015-07-03 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: I noticed that the following code block: #+begin_src shell :tangle yes :var workingDir=(file-name-directory (or load-file-name (buffer-file-name))) :shebang #!/bin/sh cmd=$EMACS -q -l ${workingDir}init.el

Re: [O] Extract document structure from Org file

2015-07-03 Thread John Kitchin
That sounds really cool. I recently hacked a swish-e index of my org files (there might have been 3000+!) http://kitchingroup.cheme.cmu.edu/blog/2015/06/25/Integrating-swish-e-and-Emacs/. and I just updated it to index the html version of an org-file so that I take advantage of the structure in

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-03 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Pushed. Thank you. Regards,

Re: [O] Structuring and (cross)linking information in org-mode

2015-07-03 Thread John Kitchin
This all sounds doable, but it will take some work ;) I know how to make tasks with the org-todo-keywords. Now I want to mark chunks of information in that file in a similar way, but keep it outside of the task workflow. I’d like to have that information accessible and finable easily, and I

Re: [O] [patch, ox-latex] caption and :float nil

2015-07-03 Thread Rasmus
I updated the patches. Pushed. Thanks, Rasmus -- Hvor meget poesi tror De kommer ud af et glas isvand?

Re: [O] Structuring and (cross)linking information in org-mode

2015-07-03 Thread Pascal Fleury
I think properties can be used for this. I personally like the org-secretary module, described nicely here by the author: http://juanreyero.com/article/emacs/org-teams.html Also, personalized agendas http://orgmode.org/manual/Storing-searches.html#Storing-searches for your entire set of org-files

[O] help with MWE error: Variable binding depth exceeds max-specpdl-size

2015-07-03 Thread Myles English
Hello, Using the latest git HEAD (048f0), I am trying to make a MWE for another problem however, can someone please tell me what is missing from the init file because I get an error when I press TAB in the table. Starting emacs like this: $ emacs a.org -Q -l init.el with these files: a.org

Re: [O] help with MWE error: Variable binding depth exceeds max-specpdl-size

2015-07-03 Thread Nicolas Goaziou
Hello, Titus von der Malsburg malsb...@posteo.de writes: I often get this error message after updating Emacs or org mode and forgetting to restart Emacs. Indeed, it looks like Myles English is using an outdated org-element.el library: org-element-at-point() org-table-begin(any)

Re: [O] help with MWE error: Variable binding depth exceeds max-specpdl-size

2015-07-03 Thread Titus von der Malsburg
I often get this error message after updating Emacs or org mode and forgetting to restart Emacs. Titus On 2015-07-03 Fri 10:12, Myles English wrote: Hello, Using the latest git HEAD (048f0), I am trying to make a MWE for another problem however, can someone please tell me what is missing

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Nicolas Goaziou
Richard Lawrence richard.lawre...@berkeley.edu writes: Rasmus ras...@gmx.us writes: I don't see it as reinventing the wheel. One example, does pandoc have something like the ox filters? It does; see e.g. http://pandoc.org/scripting.html Pandoc filters are actually more powerful than Org

[O] Structuring and (cross)linking information in org-mode

2015-07-03 Thread Daniel Hertrich
Hi all, I’m new to this mailing list and very eager to see what’s up in here. Is it still active? I hope so. Emacs is old, but it seems that still many people use it. So am I. After trying many different approaches to organizing information and tasks, I’m now looking into Emacs / org-mode,

[O] Extract document structure from Org file

2015-07-03 Thread Oleg Sivokon
Hello list! Suppose I wanted to extract the structure from an Org document, where, what's important for me would be to have it cathegorically divided into headers, paragraphs of text, technical information and inclusion of other documents (code snippets). How would I do it? The reason I'm

Re: [O] task b starts when task a is marked as DONE?

2015-07-03 Thread Sharon Kimble
Nick Dokos ndo...@gmail.com writes: Sharon Kimble boudic...@skimble.plus.com writes: How can I have a task start when a primary task ends. I mean like this - * TODO task a - fill the rubbish bag * TODO task b - put rubbish bag into the bin outside. So in this case task b starts when task

[O] Paste from clip/kill ring as cold block?

2015-07-03 Thread Xebar Saram
Hi list i use code block alot in my various org mode users. while the C-c C-v d is fast to use i find that alot of my use cases are focused on pasting stuff and then converting that into code blocks. i was wondering if anyone knew or uses his own mini script of a way to paste from the

Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)

2015-07-03 Thread Fabrice Niessen
Nicolas Goaziou writes: Fabrice Niessen writes: Same error with file https://github.com/fniessen/refcard-org-babel/blob/master/docs/eval.org. I cannot reproduce it. Could you pull again wip-lint and try one more time? Thank you. It works, indeed. Sorry. Though, there is one error with

Re: [O] [BUG] org-clock-display is partial (only some entries are counted)

2015-07-03 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou writes: Sebastien Vauban writes: Applied the patch: [...] Tested on one of my real files, with: [...] Got this: Debugger entered--Lisp error: (error Specified time is not representable) [...] BTW, `untilnow' is not proposed when TAB'ing on `C-u

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: And it is high quality exporter(s)? I don't know. However it doesn't matter much for formats we are not going to provide an export back-end anyway. Are there any exporters in particular that we need? rtf, rst, mediawiki might be useful. I think Bastien wanted to

Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)

2015-07-03 Thread Nicolas Goaziou
Fabrice Niessen fni-news-TA4HMoP+1wHrZ44/dzw...@public.gmane.org writes: Though, there is one error with which I don't agree: 367 high Missing colon in header argument ) where line 367 is indicated by : Are you sure you are using the latest wip-lint? It should be fixed already (commit

Re: [O] Maybe 1st ox-texinfo manual in the wild

2015-07-03 Thread Eric Abrahamsen
Rasmus ras...@gmx.us writes: Hi, The magit 2.1 manual was typeset using ox-texinfo, it seems. Neat. Very cool! And this is a perfect opportunity to repost the link to Tom's org-manual-in-org, which I mostly keep around because it's a great example of how to do texinfo in the Org source. Good

Re: [O] Extract document structure from Org file

2015-07-03 Thread Rasmus
Hi Oleg, Oleg Sivokon olegsivo...@gmail.com writes: Suppose I wanted to extract the structure from an Org document, where, what's important for me would be to have it cathegorically divided into headers, paragraphs of text, technical information and inclusion of other documents (code

[O] ELisp expression in a var not executed anymore on tangle

2015-07-03 Thread Sebastien Vauban
Hello, I noticed that the following code block: --8---cut here---start-8--- #+begin_src shell :tangle yes :var workingDir=(file-name-directory (or load-file-name (buffer-file-name))) :shebang #!/bin/sh cmd=$EMACS -q -l ${workingDir}init.el #+end_src