[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 asking

[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, be

[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 clipboard/ki

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 er

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 propo

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Nicolas Goaziou
Rasmus 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 write "ox-me

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

2015-07-03 Thread Nicolas Goaziou
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 406cfbf2a148c4ea98278603ed5b096bbcdd5

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

2015-07-03 Thread Eric Abrahamsen
Rasmus 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 indexing i

Re: [O] Extract document structure from Org file

2015-07-03 Thread Rasmus
Hi Oleg, Oleg Sivokon 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 snippets). How would I d

[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 --8<--

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 for your entire set of org-files

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

2015-07-03 Thread John Kitchin
This sounds like wrote: 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

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] [patch, ox-latex] caption and :float nil

2015-07-03 Thread Nicolas Goaziou
Rasmus writes: > Pushed. Thank you. Regards,

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 4

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

2015-07-03 Thread Nicolas Goaziou
Aaron Ecay writes: > Could you take a look at > , 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 the semantics

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" wrote: > Rasmus writes: > > > Hi, > > > > The magit 2.1 manual was typeset using ox-texinfo, it seems. Neat. > > Very cool! And

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, an

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

2015-07-03 Thread Nicolas Goaziou
Hello, Sebastien Vauban 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" > #+end_src > > does now return this: > > #!

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 th

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Richard Lawrence
Rasmus 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 filters in most cases, because they are AST transformations. Pattern m

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Nicolas Goaziou
Richard Lawrence writes: > Rasmus 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 filters in most > cases, because

Re: [O] problem with ox-pandoc export

2015-07-03 Thread Rasmus
Nicolas Goaziou writes: > Richard Lawrence writes: > >> Rasmus 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

[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 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 missi

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

2015-07-03 Thread Nicolas Goaziou
Hello, Titus von der Malsburg 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) >> org-at-table\