On Monday, 8 Feb 2016 at 06:50, Stefan Huchler wrote:
> when I open agenda-view (list all todo entries) "t" I see all todo items
> and in the first column the filename.
>
> I would rather see the project the task belongs to,
> sorry if I am ask thats maybe very simpel and I just dont find the righ
On Sunday, 7 Feb 2016 at 16:45, H. Dieter Wilhelm wrote:
works as well. I'm not sure how you define variables in calc however...
>>>
>
>>> You could write something like src_calc[:var x=3.41]{2*x} :-)
>>
>> Yes but can you save a variable for use in a later expression?
>
> Well, at the momen
At the current git master, the org source:
#+BEGIN_TEXINFO
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with n
Nicolas Goaziou writes:
> Could you send the backtrace (possibly with Org uncompiled)? I might
> help understanding the issue.
this is weird. I'm using a clean Emacs, on which I execute:
(require 'package)
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)
;; M
The syntax change was announced in Dec last year:
https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00525.html
It is now
#+BEGIN_EXPORT backend
#+END_EXPORT
On Monday, February 8, 2016, Oleh Krehel wrote:
>
> At the current git master, the org source:
>
> #+BEGIN_TEXINFO
> @q
Kaushal Modi writes:
> The syntax change was announced in Dec last year:
> https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00525.html
>
> It is now
>
> #+BEGIN_EXPORT backend
> #+END_EXPORT
Thanks, Kaushal. I wasn't aware of the change.
I assume that #+TEXINFO: and #+HTML: one-line
Nicolas Goaziou writes:
> You could try adding (require 'ox-beamer) above.
That did it. For some reason, it wasn't needed before.
Julien.
Hi Eric
On Thu, Sep 25, 2014 at 6:09 PM, Michael Brand
wrote:
> On Tue, Aug 5, 2014 at 4:53 AM, Eric Abrahamsen
> wrote:
>> 2. The text for %ITEM has the face org-whitespace applied to the leading
>> stars, which doesn't exist anymore. I assume the intended effect was
>> that the stars take u
org-babel-execute-src-block has a big unwind-protect that basically eats
all errors inside it. I don't think it used to do that. It makes it hard to
debug my sql code since I can't figure out where the actual problem is.
In my case, I'm probably returning no result from some query, and ob-sql is
m
童俊翔 writes:
> I want to use capture, the following is my configuration in .emacs
>
>
> ;;(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
> (global-set-key "\C-cl" 'org-store-link)
> (global-set-key "\C-cc" 'org-capture)
> (global-set-key "\C-ca" 'org-agenda)
> (global-set-key "\C-cb" 'or
Hi Andreas,
Thanks for your report.
Andreas Röhler writes:
> saying: The file is assumed to be tab-separated
>
> While internally org-table-convert-region is used receiving optional
> argument SEPARATOR:
>
> \(4) Use the comma as a field separator
> \(16) Use a TAB as field separator
>
I use org-capture for *everything*. My primary Org files are all
exclusively appended to by org-capture, and the agenda is my primary
method of accessing their contents. Obviously these are separate from
my per-project Org files, but they allow me to capture the dynamic
events thrown at me each day
Michael Brand writes:
> Hi Eric
>
> On Thu, Sep 25, 2014 at 6:09 PM, Michael Brand
> wrote:
>
>> On Tue, Aug 5, 2014 at 4:53 AM, Eric Abrahamsen
>> wrote:
>
>>> 2. The text for %ITEM has the face org-whitespace applied to the leading
>>> stars, which doesn't exist anymore. I assume the intende
why does org-protocol randomly fail with "no server buffers remain to edit"?
i have tried a bookmark, which is clunky, and org-capture extension.
i get this frequently.
iceweasel 38.6.0 debian jessie, emacs 24, org maint.
On Sun, 07 Feb 2016 12:48:20 -0800,
Achim Gratz wrote:
>
> Erik Hetzner writes:
> > Thank you for all your feedback on this code! I’m really happy with how it
> > turned out, and glad it is in master now.
>
> Please fix the tests to not fail (preferrably not run) if git-annex is
> not installed.
* testing/lisp/test-org-attach-annex.el: Move all org-attach tests that
use git-annex to this file, which can test for the presence of
git-annex. Prevents tests failing on systems where git-annex is not
installed.
---
testing/lisp/test-org-attach-annex.el | 96 +++
On 08.02.2016 21:51, Rasmus wrote:
Hi Andreas,
Thanks for your report.
Andreas Röhler writes:
saying: The file is assumed to be tab-separated
While internally org-table-convert-region is used receiving optional
argument SEPARATOR:
\(4) Use the comma as a field separator
\(16) Us
17 matches
Mail list logo