[O] Avoid protecting { brackets on export?

2016-08-16 Thread Vitalie Spinu
Hi, I need a long underscore line which I can do in latex with \uline{\phantom{Company Name Here}} The problem is that org exports this as \uline\{\phantom{Company Name Here}\} The outer escape of { bracket seems arbitrary to me. How can I avoid this? Thanks, Vitalie

Re: [O] Refile is not using IDO

2016-02-17 Thread Vitalie Spinu
>> On Tue, Feb 02 2016 22:36, Nicolas Goaziou wrote: > Helm, indeed. >> Something is resetting in refile. I will investigate. I have finally checked this up. It's ido-ubiquitous override. Once that's removed, org refile started working again. I opened an issue there:

[O] Refile is not using IDO

2016-02-02 Thread Vitalie Spinu
Hi, I cannot get IDO working with refile anymore. The following change seem to be relevant: @@ -12008,12 +11980,11 @@ this is used for the GOTO interface." (unless org-refile-target-table (user-error "No refile targets")) (let* ((cbuf (current-buffer)) - (partial-completion-mode

[O] Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)]

2016-02-02 Thread Vitalie Spinu
I have a template like this in my `org-capture-templates`: ("a" "Agenda" entry (file+headline (concat org-directory "_TODO.org") "AGENDA") "** TODO %?\n %^t \n %i\n" ;; :clock-in t :prepend t :clock-resume t) Which produces entries like:

Re: [O] Refile is not using IDO

2016-02-02 Thread Vitalie Spinu
Sorry, forgot to mention the commit of the change: fdbf44156060297a0536b79a198fba13619b1d9b Author: Nicolas Goaziou AuthorDate: Tue Dec 22 14:49:23 2015 +0100 Commit: Nicolas Goaziou CommitDate: Sun Jan 10 21:16:29 2016 +0100 Parent:

Re: [O] Refile is not using IDO

2016-02-02 Thread Vitalie Spinu
> The idea behind this patch is that IDO completion should be handled by > IDO, not Org. IOW, Org uses `completing-read' and IDO does its magic, > e.g., by setting `completing-read-function'. That makes sense, but why is org-completion-use-ido and all the references pointing to it is still

Re: [O] Bug: global todo list is not populated with TODOs with timestamp [8.3.3 (release_8.3.3-509-gc17fcc)]

2016-02-02 Thread Vitalie Spinu
>> On Tue, Feb 02 2016 17:33, Nicolas Goaziou wrote: > Hello, > Vitalie Spinu <spinu...@gmail.com> writes: >> In my understanding this is a bug. Global todo list must display all >> entries. Or >> not? > See `org-agenda-todo-ignore-with-date'. That was it. Thanks!

Re: [O] org-export: how to copy the parsed tree?

2014-03-01 Thread Vitalie Spinu
Nicolas Goaziou on Sat, 01 Mar 2014 12:36:30 +0100 wrote: Hello, Vitalie Spinu spinu...@gmail.com writes: Is there an easy way to copy org sub-tree in :filter-parse-tree? The structure of the parsed tree is somewhat complicated with recursive references to parents in multiple

Re: [O] org-export: how to copy the parsed tree?

2014-03-01 Thread Vitalie Spinu
Nicolas Goaziou on Sat, 01 Mar 2014 22:02:55 +0100 wrote: [...] In this case, I think I would build the tree, since data is duplicated (e.g. * H1), not moved. Is there an idiomatic way to do this? Like constructors of org elements? Or, one just starts with an empty '(headline) list and

[O] org-export: how to copy the parsed tree?

2014-02-28 Thread Vitalie Spinu
Hi, Is there an easy way to copy org sub-tree in :filter-parse-tree? The structure of the parsed tree is somewhat complicated with recursive references to parents in multiple places. So, copy-tree infloops. Thanks, Vitalie

Re: [O] [ESS] Keyboard shortcut - is there a principle behind them?

2013-12-06 Thread Vitalie Spinu
Try https://github.com/emacs-helm/helm-descbinds . It will make your life with million emacs keys much easier. I can comment on ESS. Most of the shortcuts are actually mnemonic and hierarchical (C-c C-d for doc-map, C-c C-e for extra-map, C-c C-t for dev-map which includes mostly [t]racebug).

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-08 Thread Vitalie Spinu
Eric Schulte schulte.e...@gmail.com on Sat, 08 Jun 2013 12:05:32 -0600 wrote: [...] May be then: org-babel-current-src-block-location? How about the shorter `org-babel-current-src-block'? It is somewhat more ambiguous, but the only reasonable options would be location or

Re: [O] Help, I need to paste raw image from clipboard into emacs/orgmode

2013-06-07 Thread Vitalie Spinu
Thanks for the tip. Do you have an elisp piece that handles the image insertion into org buffers? Thanks, Vitalie Klaus-Dieter Bauer bauer.klaus.die...@gmail.com on Thu, 6 Jun 2013 19:16:26 +0200 wrote: Dear All, Please Help, I need to paste raw image from clipboard

[O] [PATCH] Don't ask File changed on disk in org-babel-post-tangle-hook

2013-06-07 Thread Vitalie Spinu
2001 From: Vitalie Spinu spinu...@gmail.com Date: Fri, 7 Jun 2013 12:43:55 +0200 Subject: [PATCH] avoid file warnings in org-babel-post-tangle-hook * lisp/ob-tangle.el (org-babel-find-file-noselect-refresh): call find-file-noselect with 'nowarn argument to surpress yes-or-no-p reversion message

Re: [O] eval-line-and-step broken in org mode buffer

2013-06-07 Thread Vitalie Spinu
I cannot reproduce it with org 8 and ESS 13.05. So probably it fixed ñ itself or it is some local configuration of yours. In that case would be nice to know the cause. Vitalie SabreWolfy sabrewo...@gmail.com on Fri, 7 Jun 2013 11:57:20 + (UTC) wrote:

Re: [O] Wrong comment character when adding file local variables?

2013-06-07 Thread Vitalie Spinu
All your examples are placed in fundamental mode. The comments are treated by org and thus are correct, local variables are inserted according to the major mode. I don't how this could be easily fixed on org side, but you can solve it straightforwardly with: (add-to-list 'auto-mode-alist

Re: [O] Wrong comment character when adding file local variables?

2013-06-07 Thread Vitalie Spinu
Rainer M Krug r.m.k...@gmail.com on Fri, 7 Jun 2013 17:40:53 +0200 wrote: On Friday, June 7, 2013, Vitalie Spinu wrote: All your examples are placed in fundamental mode. The comments are treated by org and thus are correct, local variables are inserted according

Re: [O] link abbreviation with multiple params, e. g. for geo locations

2013-06-07 Thread Vitalie Spinu
Michael Brand michael.ch.br...@gmail.com on Fri, 7 Jun 2013 21:16:00 +0200 wrote: [...] Perhaps the variable name should be updated, but this extension is simply a generalization to include inline code blocks as well. I don't find it misleading. [...] If yes then I understand

[O] [PATCH] Make src block location available to execution backends

2013-06-06 Thread Vitalie Spinu
Hi again, I wrapped it in a patch. All tests are fine. Will be very happy if someone could have a glance. I have my FSF papers signed. Thanks, Vitalie From 90dc398856c121c0a1cac36d6726e49d9fa31570 Mon Sep 17 00:00:00 2001 From: Vitalie Spinu spinu...@gmail.com Date: Thu, 6 Jun 2013 12

[O] ob: Make src block location available to execution backend

2013-06-05 Thread Vitalie Spinu
Hi, ESS has a visual debugger that depends on the availability of source references. It would be very nice if the debugger could step directly through org buffers. ESS was detecting org-src-edit buffers and redirecting references to original org file for already quite a while. That because of

Re: [O] Automatically adding local variables to tangled file

2013-06-05 Thread Vitalie Spinu
Darlan Cavalcante Moreira darc...@gmail.com on Wed, 05 Jun 2013 11:32:22 -0300 wrote: It's a good idea to have useful information in the tangled file that can help these functions. But since org-mode can already tangle with comments containing useful information, isn't this enough to

[O] Bug: ob.R sets ess-ask-for-ess-directory to a wrong value [7.8.03 (release_7.9.1.301.g1fea5)]

2012-09-22 Thread Vitalie Spinu
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.

Re: [O] [Bug][BABEL][R] Headers of the tables are not recognized during the export.

2011-04-05 Thread Vitalie Spinu
Eric Schulte schulte.e...@gmail.com writes: Thanks for catching this, I've just pushed up a fix for this issue. The column headers were being lost during the export processing. Also if I use :cache yes header. The html export recomputes the block. Wouldn't it be reasonable to have the

[O] [Bug][BABEL][R] Headers of the tables are not recognized during the export.

2011-04-04 Thread Vitalie Spinu
Hello everyone! Have a file like this: #+OPTIONS:H:3 num:nil toc:2 \n:nil @:t ::t |:t ^:{} -:t f:t *:t TeX:t LaTeX:t skip:t d:(HIDE) tags:not-in-toc #+BABEL: :exports both :session *R* :cache no #+TBLNAME: Chuah07 | condition | Mean.offer |