On Wed, 28 Dec 2016, Kodi Arfer wrote:
If I run Emacs with
[snip]
cons: Wrong type argument: listp, "x
1"
If I remove ":colnames yes", the error doesn't happen and the
file is produced as expected.
Fixed on master.
Chuck
Hello,
Alexey Lebedeff writes:
> This fixes bug where you sometimes can't immediately see tags that were
> just set. And to reveal them you need to go through global visibility
> cycle.
Thank you for the patch, and the test.
> +(defun org-insert-visible-text (&rest args)
> + "Inserts argument
Hello,
Andreas Mueller writes:
> I think I may have found a bug in the clocktable report: When using
> :formula %, it seems days are ignored in time percentage calculation.
>
> I have attached a simple test.org which demonstrates this.
>
> Emacs version: 24.5.1
> Org version: Org mode version 9.
Hi all,
Still struggling with this, does anyone have any ideas?
Thanks!
--
Zack Piper System administrator
https://apertron.net
Babel Gnuplot is quite slow on large tables.
Example: 45 seconds for a 1500 rows table.
Why? Because orgtbl-to-generic is too slow (or too generic). Its
behavior seems to be quadratic O(size^2). Should we bypass it? Should
we try to optimize it?
Here is a fix to speed up the rendering to a mere f
On Fri, Dec 23, 2016 at 3:13 PM, Daniele Pizzolli wrote:
>
> David Talmage writes:
>
> > I'd like to insert the git hash of HEAD in the org-mode documents that I
> > export. Is there an easy way? I'm exporting to LaTeX.
>
> ...
#+NAME: hash-from-lisp
> #+BEGIN_SRC emacs-lisp
> (shell-command
If I run Emacs with
emacs -Q --eval '(progn (add-to-list (quote load-path)
"/home/hippo/.emacs.d/elpa/org-20161224") (add-to-list (quote load-path)
"/home/hippo/.emacs.d/elpa/ess-20161223.108/lisp") (require (quote
ess-site)))'
, open an Org file containing
#+BEGIN_SRC R :session :f
On Wed, 28 Dec 2016, Andrea wrote:
Hello,
thanks for org mode, it is great!
I am having a problem with the latest version of org: I really would
like to be able to export buffers in a different directory, and so far I
used the :EXPORT_FILE_NAME: property for this use case.
However, after upgr
Le 28/12/2016 16:42, Karl Voit a écrit :
> Hi!
>
> I wonder how others are handling synchronization ignore patterns
> between different hosts.
>
> ...
>
> Currently, I am evaluating Syncthing[0] which looks very good so
> far. It is a game-changer to be because similar to Dropbox[1], it
> synchroni
Hi Skip,
* Skip Collins wrote:
> On Wed, Dec 28, 2016 at 10:42 AM, Karl Voit wrote:
>> I wonder how others are handling synchronization ignore patterns
>> between different hosts.
>
> Perhaps you should consider git annex. It is extremely flexible about
> choosing which file to sync.
I know gi
On Wed, Dec 28, 2016 at 10:42 AM, Karl Voit wrote:
> I wonder how others are handling synchronization ignore patterns
> between different hosts.
Perhaps you should consider git annex. It is extremely flexible about
choosing which file to sync. It works cross-platform and is highly
configurable. I
Hello
I think I may have found a bug in the clocktable report: When using
:formula %, it seems days are ignored in time percentage calculation.
I have attached a simple test.org which demonstrates this.
Emacs version: 24.5.1
Org version: Org mode version 9.0.2 (9.0.2-10-g820d1e-elpa @
~/.emacs.
Hi!
I wonder how others are handling synchronization ignore patterns
between different hosts.
In particular, I do have "issues" with temporary files of Emacs +
Org-mode like «.#myfile.org» or «#myfile.org#».
The first one is a symlink which does not bother me as long as I
keep quitting my Emacs
Hello,
thanks for org mode, it is great!
I am having a problem with the latest version of org: I really would
like to be able to export buffers in a different directory, and so far I
used the :EXPORT_FILE_NAME: property for this use case.
However, after upgrading to the latest release it seems t
On 12/27/16 19:11, Charles C. Berry wrote:
> On Tue, 27 Dec 2016, daimrod wrote:
>
>> Hi,
>>
>> I've found what I think is a bug in orgmode parsing.
>> When the following file is parsed :
>>
>> * Test
>> #+BEGIN_SRC emacs-lisp :exports results :results raw drawer
>> (format "- Test2")
>> #+END_S
On 12/27/16 19:09, Nicolas Goaziou wrote:
> Hello,
>
> daimrod writes:
>
>> #+RESULTS:
>> :RESULTS:
>> * Test2
>> :END:
>>
> [...]
>
>> (paragraph
>> (:begin 98 :end 119 :contents-begin 109 :contents-end 119 :post-blank 0
>> :post-affiliated 109 :results
>> (\"\")
>> :paren
Org-mode allows marking a set of tags as mutually exclusive. It also allows
the inheritance of tags.
(from now on I am talking only about these mutually exclusive tags)
When a tag is set in a parent, but also in a child, what I expect to happen
is that the child is not included in searches/select
17 matches
Mail list logo