[O] buffer-invisibility-spec isn't a list

2016-04-15 Thread Oleg Sivokon
In the function `org-move-to-column' when you call (remove '(org-filtered) buffer-invisibility-spec) it is quite possible that `buffer-invisibility-spec' is just `t'. This will error, because `remove' expects second argument to be a list. This happens when opening Babel code blocks in a special

[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

[O] Time-zone in dates

2015-06-26 Thread Oleg Sivokon
Hello, list. I was looking for a way to add time-zone to the date recrod, something like: 2015-07-05 Sun 20:00 GMT+0. I was told that it's very likely that the functionality isn't there, so I wonder if it's really so, and if indeed so, then what would it take to add it? I've asked the same

Re: [O] Bug: org-babel-ref-parse needs to set current buffer to the buffer of the marker [8.2.2 (release_8.2.2-188-gc57372 @ /home/wvxvw/Projects/org-mode/lisp/)]

2015-05-08 Thread Oleg Sivokon
Nicolas Goaziou m...@nicolasgoaziou.fr writes: This won't work as `org-babel-read' is not called within the scope of `with-current-buffer'. I think it should be something like this: (with-current-buffer (if (markerp org-babel-current-src-block-location) (marker-buffer

Re: [O] Bug: org-babel-ref-parse needs to set current buffer to the buffer of the marker [8.2.2 (release_8.2.2-188-gc57372 @ /home/wvxvw/Projects/org-mode/lisp/)]

2015-05-08 Thread Oleg Sivokon
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Nicolas. Do you mean `defstruct'? If so, it has been in cl.el for ages. I doubt this is related to the incompatibility you are experiencing. Yes, that's `defstruct'. Its ABI changed between 24.5 and 25.0, The older one had this in the end:

Re: [O] Bug: org-babel-ref-parse needs to set current buffer to the buffer of the marker [8.2.2 (release_8.2.2-188-gc57372 @ /home/wvxvw/Projects/org-mode/lisp/)]

2015-05-07 Thread Oleg Sivokon
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Using `with-current-buffer' is more appropriate since the change is temporary. Could you provide a patch using git format-patch, with a proper commit message? Hello Nicolas, Please let me know if I didn't export the patch properly (patch

[O] Bug: TBLFM regexp doesn't account for possible white space after the pipe [8.2.2 (release_8.2.2-188-gc57372 @ /home/wvxvw/Projects/org-mode/lisp/)]

2015-05-07 Thread Oleg Sivokon
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug: org-babel-ref-parse needs to set current buffer to the buffer of the marker [8.2.2 (release_8.2.2-188-gc57372 @ /home/wvxvw/Projects/org-mode/lisp/)]

2015-05-06 Thread Oleg Sivokon
-state-change-hook '(org-clock-out-if-current) org-from-is-user-regexp \\Oleg Sivokon\\ org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook