Re: [O] odt export of subtree: set/suppress the date in the export

2014-11-08 Thread CM
I cannot reproduce either problem, though I seem to remember some difficulty with changing date fields in the past. What Org version are you using? You can turn the use of date fields in LibreOffice on or off with org-odt-use-date-fields. With date fields set to t: - Setting :EXPORT_DATE: in the

[O] 'remembering' not quite working right.

2014-11-08 Thread Sharon Kimble
I am able to 'remember' text with highlighting the text required, and copying it to the clipboard, and then "C-c r" remembers it, and shows in its popup buffer that I need to "C-c C-c" to copy/move it to my remember storage file. Except, the last bit doesn't work for me, instead it calls the "Tag"

Re: [O] Org and ledger

2014-11-08 Thread Daniel Clemente
> Well, ledger and hledger are different tools that use the same (very > similar) data files. The invocation of each is different. org supports > ledger out of the box but not hledger. > I prefer beancount (very similar to ledger but stricter): beancount supports org out of the box! My beanc

Re: [O] How to differentiate between lists in HTML export

2014-11-08 Thread Marcin Borkowski
On 2014-11-05, at 08:43, Nicolas Goaziou wrote: > Hello, > > Marcin Borkowski writes: > >> as I've said some time ago, I'm working on a custom exporter. What I'd >> like to achieve is differentiating between lists – essentially, I'd like >> a list to translate to something like this: >> >> >>

Re: [O] issues with non-bracketed links in org 8.3

2014-11-08 Thread Christopher Dannheim
org-element-context yields: (paragraph (:begin 6145 :end 6166 :contents-begin 6145 :contents-end 6165 :post-blank 1 :post-affiliated 6145 ...)) After relaoding org: (link (:type "textcite" :path "Hobart2003" :raw-link "textcite:Hobart2003" :application nil :search-option nil :begin 6145 ...)) and

Re: [O] Inline code :results replace not working

2014-11-08 Thread Nicolas Goaziou
Hello, mcg writes: > I use inline code for simple calculations to insert numeric results into > text apart from "normal" code blocks for more complex calculations and > graphics (all in R). > > > The :results replace option is not working for inline code, even if I > explicitly set it in the cod

Re: [O] better interaction with gnuplot-mode

2014-11-08 Thread Nicolas Goaziou
Mario Frasca writes: > but we are circumventing it here, so let's see if I manage to respect > the orgmode rules... Almost. TINYCHANGE should appear at the end of the commit message. Also, sentences need to be separated by two spaces. Anyway, I pushed your patches. Thanks for your work. Regard

Re: [O] Extremely slow org-table operations

2014-11-08 Thread Nicolas Goaziou
York Zhao writes: > Needlessly to say that `org-mode' is fantastic, but with this issue, I have to > say that `org-mode' is unhealthy. Therefore, I really hope this issue gets > addressed. Please let me know what I can do to help. With your initial file, benchmarking a C-c C-c on the last table,

Re: [O] issues with non-bracketed links in org 8.3

2014-11-08 Thread Nicolas Goaziou
Christopher Dannheim writes: > the variable org-link does contain 'textcite' (as well as all other bibtex > and biblatex link types defined by org-ref/reftex). > > org-link-types is a variable defined in `org.el'. > Its value is > ("http" ... "citep*" "citealt" "citealt*" "citealp" "citealp*" "ci

Re: [O] org links and outshine

2014-11-08 Thread Alan Schmitt
On 2014-11-07 11:16, Thorsten Jolitz writes: >> I'll seize this opportunity to ask about this: I have my emacs init file >> in outshine syntax, and inside it there are several links (to info >> pages, to gnus messages, and so on). They look great and can be acted >> upon in org mode, but not so g

Re: [O] odt export of subtree: set/suppress the date in the export

2014-11-08 Thread Steinar Bang
> Christian Moe : > Does setting the subtree's :EXPORT_DATE: property to the date of the > meeting do what you're looking for? Nope. Still outputs the date of the export. And since writing the posting I've discovered another annoying property of the date: it will switch to the current date

[O] fontification of comment blocks (or any other kind of block)

2014-11-08 Thread Mark Edgington
It seems that there is nothing in place to allow the text inside blocks like: #+BEGIN_COMMENT ... #+END_COMMENT from having its face customized. It is possible to do this with quote and verse blocks, only not comment blocks. Would it be sensible to have a "default" block face which applies to *

Re: [O] Org and ledger

2014-11-08 Thread Eric S Fraga
On Friday, 7 Nov 2014 at 19:53, Sharon Kimble wrote: [...] > having a play with it over the weekend. And I reckon that I will be > keeping my own instruction docs which might be able to be used to setup > another tutorial later on, but lets try walking before running > though! :) > > Sharon. Sh

Re: [O] Extremely slow org-table operations

2014-11-08 Thread York Zhao
>> > I learned that the hard way when I had one table - four columns, three >> > simple >> > addition formulas with about 1,000 entries. It seemed an eternity before >> > the >> > addition was completed. >> >> I guess the "entries" here mean the table rows right? Please confirm. >> > You are correc

Re: [O] better interaction with gnuplot-mode

2014-11-08 Thread Mario Frasca
On 11/04/2014 10:33 AM, Nicolas Goaziou wrote: > Mario Frasca writes: > >> being the comment in the subject field of an email, it can't be a >> multiline comment, can it? > > First line is a summary and cannot exceed 72 (or is it 68? I cannot > remember) characters. You need to start with a capi

Re: [O] [RFC] Change property drawer syntax

2014-11-08 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > One question, now that this syntax is stabilized, can the following > long-standing bug be fixed: sometimes the SCHEDULED line (or DEADLINE, > or ...) is moved synchronously with the heading when promoting/demoting, > sometimes not. > > I found in which cases

Re: [O] wrong-type-argument listp when filtering agenda on `work' tag

2014-11-08 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> In the agenda view, when filtering for the tasks marked `work' (through >> `/ w') [1], I get the following error: >> >> Debugger entered--Lisp error: (wrong-type-argument listp >> #("{\\<\\(?:work\\)\\>}" 0 16 (grouptag t))) > > This