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
>> 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:
https://github.com/Da
>> On Tue, Feb 02 2016 17:33, Nicolas Goaziou wrote:
> Hello,
> Vitalie Spinu 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!
> 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 there?
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:
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: 5964b71 Update copyright years for master-only f
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 ni
>>> 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
>>> Nicolas Goaziou on Sat, 01 Mar 2014 12:36:30 +0100 wrote:
> Hello,
> Vitalie Spinu 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
>> r
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
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). So
>> Eric Schulte
>> 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
> name, and not
>> Michael Brand
>> 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 only now that
>> Rainer M Krug
>> 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
> acc
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 (con
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
>> on Fri, 7 Jun 2013 11:57:20 + (UTC) wrote:
> http://comments.gmane.org/gmane.emacs.ess.ge
:00 2001
From: Vitalie Spinu
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.
---
Thanks for the tip. Do you have an elisp piece that handles the image
insertion into org buffers?
Thanks,
Vitalie
>> Klaus-Dieter Bauer
>> on Thu, 6 Jun 2013 19:16:26 +0200 wrote:
> Dear All,
> Please Help,
> I need to paste raw image from clipboard into emacs/orgmode, I
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
Date: Thu, 6 Jun 2013 12:04:02 +0
>> Darlan Cavalcante Moreira
>> 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 detect that
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 t
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.
-
"Eric Schulte" 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 exporter
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 |
|
24 matches
Mail list logo