Re: [O] Get a list of tasks completed today

2014-02-17 Thread Loris Bennett
Sebastien Vauban sva-n...@mygooglest.com writes: Sebastien Vauban wrote: To get a list of tasks which I've completed today, I guess we must have: (setq org-log-done t) ; default I mean: I guess it's more dangerous to try and play with the state changes information stored in the LOGBOOK

Re: [O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-17 Thread Nicolas Richard
Marc Ihm m...@ihm.name writes: (global-set-key (kbd f12) (lambda () (interactive) (execute-kbd-macro (kbd C-c a v (global-set-key (kbd f12) (kbd C-c a v)) might be a little easier to read and type. Explanation is : global-set-key can take any command as argument, and the definition of

[O] orc-contacts contacting ww.gravatar.com! -- How to switch off?

2014-02-17 Thread AW
Hi, I'm exploring the org-contacts. When I do M-x org-contacts, Emacs tries to contact www.gravatar.com:80 How can I switch that off? Besides that, what I really miss is a comprehensive manual on org-contact. OK, I can search for a name as described above, I can add a new contact with M-x

Re: [O] orc-contacts contacting ww.gravatar.com! -- How to switch off?

2014-02-17 Thread Daimrod
AW alexander.will...@t-online.de writes: Hi, I'm exploring the org-contacts. When I do M-x org-contacts, Emacs tries to contact www.gravatar.com:80 How can I switch that off? You can set `org-contacts-icon-use-gravatar' to nil. Besides that, what I really miss is a comprehensive manual

Re: [O] orc-contacts contacting ww.gravatar.com! -- How to switch off?

2014-02-17 Thread AW
Am Montag, 17. Februar 2014, 13:02:46 schrieb Daimrod: AW alexander.will...@t-online.de writes: Hi, I'm exploring the org-contacts. When I do M-x org-contacts, Emacs tries to contact www.gravatar.com:80 How can I switch that off? You can set `org-contacts-icon-use-gravatar' to

[O] Screencast of lispy.el with org-mode code base

2014-02-17 Thread Oleh
Hi all, I'm developing an Emacs minor mode called lispy (available at https://github.com/abo-abo/lispy and as lispy in MELPA). It combines vi-style Paredit and IDE-like features for Elisp, Clojure, Scheme and Common Lisp (leveraging CEDET, CIDER, Geiser, and SLIME respectively). To show-off the

Re: [O] Get a list of tasks completed today

2014-02-17 Thread Trevor Murphy
Loris Bennett loris.benn...@fu-berlin.de writes: #+begin_src emacs-lisp (add-to-list 'org-agenda-custom-commands '(. Completed today ((todo ((org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp

Re: [O] Get a list of tasks completed today

2014-02-17 Thread Sebastien Vauban
Loris Bennett wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Sebastien Vauban wrote: To get a list of tasks which I've completed today, I guess we must have: (setq org-log-done t) ; default I mean: I guess it's more dangerous to try and play with the state changes information

Re: [O] Get a list of tasks completed today

2014-02-17 Thread Trevor Murphy
Boo, reflowed text or some nonsense. Let's see if this works better: (add-to-list 'org-agenda-custom-commands '(. Closed this week. tags CLOSED\-1w\ ((org-agenda-sorting-strategy '(priority-down) -- Trevor Murphy GnuPG Key: 0x83881C0A

Re: [O] Get a list of tasks completed today

2014-02-17 Thread Nick Dokos
Trevor Murphy trevor.m.mur...@gmail.com writes: ... One thing I'd like to do is run a function over every item that was closed this past week. For sake of example, let's say I've added a property :mood: 5 to several closed items and I'd like to delete it (but only from the closed items; I'm

[O] Suggestion/bug: Parse inlinetask END with level sensitivity

2014-02-17 Thread Anders Johansson
Hi. I recently started using inlinetasks to be able to tag and comment long texts (a kind of simple qualitative data analysis). I thought that I would be able to use both tasks with and without an END line interchangeably: *** inlinetask without end some text ***

[O] ox-bibtex: How to use Bib file in a different directory?

2014-02-17 Thread Richard Stanton
I've just discovered ox-bibtex, which is great for generating bibliographies in both PDF and HTML documents. I have it working fine when the Bib file is in the current directory, but how do I get it to use a Bib file in a different directory (for HTML output - PDF is fine)? Thanks a lot. Richard

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-17 Thread Viktor Rosenfeld
Hi everybody, sorry for replying so late to this discussion. I stopped following the list a while ago. Rasmus was so kind and tracked me down. Am 18.01.14 19:10, schrieb Carsten Dominik: On 18 Jan 2014, at 00:08, Nicolas Goaziou n.goaz...@gmail.com wrote: There is one thing to consider,

[O] [BUG] Problem with org-mobile.el

2014-02-17 Thread Dror Atariah
as reported above. My setting is: Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org Package: Org-mode version 8.2.4 (8.2.4-3-g7fe99a-elpa @ /Users/drorata/.emacs.d/elpa/org-plus-contrib-20140217/) Line #463 in org-mobile.el is: ((eq (car

[O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
Hello. I recently upgraded to org 8 from the builtin org (7.x) of Emacs 24.3 and lost the ability to customize the \hypersetup block via the custom var org-export-latex-hyperref-options-format. Platform is OSX, Emacs installed via homebrew and org-mode updated via package.el. Org 7.x defines the

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-17 Thread Thomas S. Dye
Aloha Viktor, Viktor Rosenfeld listuse...@gmail.com writes: Also, my view of the document, as I understand it, is that it's very one-sided and unfair to the developer, specifically the future works and indemnification clauses. For the record, I will not sign a document containing the

Re: [O] Suggestion/bug: Parse inlinetask END with level sensitivity

2014-02-17 Thread Nicolas Goaziou
Hello, Anders Johansson mejlaande...@gmail.com writes: I thought that I would be able to use both tasks with and without an END line interchangeably: *** inlinetask without end some text *** inlinetask with end text inside inlinetask

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Nicolas Goaziou
Hello, Joe Hirn joseph.h...@gmail.com writes: Hello. I recently upgraded to org 8 from the builtin org (7.x) of Emacs 24.3 and lost the ability to customize the \hypersetup block via the custom var org-export-latex-hyperref-options-format. Platform is OSX, Emacs installed via homebrew and

Re: [O] [RFC] Move ox-koma-letter into core?

2014-02-17 Thread Rasmus
Viktor Rosenfeld listuse...@gmail.com writes: sorry for replying so late to this discussion. I stopped following the list a while ago. Rasmus was so kind and tracked me down. Am 18.01.14 19:10, schrieb Carsten Dominik: On 18 Jan 2014, at 00:08, Nicolas Goaziou n.goaz...@gmail.com wrote:

Re: [O] ox-bibtex: How to use Bib file in a different directory?

2014-02-17 Thread Melleus
Might the symbolic link would do the trick?

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
Hm. That's disappointing. I really prefer the original behavior. I don't want to copy #+latex_header to get this default behavior into each of my org-mode files. I guess I'll just have to maintain this by redefining the entire org-latex-template function to look at my variable instead of the hard

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Nicolas Goaziou
Joe Hirn joseph.h...@gmail.com writes: Hm. That's disappointing. I really prefer the original behavior. I don't want to copy #+latex_header to get this default behavior into each of my org-mode files. I suggested other ways to handle it. Anyway your patch has two drawbacks: 1. It is

Re: [O] Suggestion/bug: Parse inlinetask END with level sensitivity

2014-02-17 Thread Anders Johansson
Great! Taking a look at your solution I realize where the bug lay as well. Level is unimportant, it just scanned too long previously (it should only look if the next headline contains END, not look for the next headline with END). Regards, Anders Johansson Den mån 17 feb 2014 23:05:02 skrev

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Rasmus
Joe Hirn joseph.h...@gmail.com writes: Hm. That's disappointing. I really prefer the original behavior. I don't want to copy #+latex_header to get this default behavior into each of my org-mode files. I guess I'll just have to maintain this by redefining the entire org-latex-template

Re: [O] org-export-latex-hyperref-options-format

2014-02-17 Thread Joe Hirn
I'm sorry man. That may have came off wrong. Did not mean to sound ungrateful. Thanks for offering the workarounds and thanks for responding. I definitely agree with drawback #2. So I understand, you're recommending I disable org-latex-with-hyperref and then add my own \\hypersetup. My goal

[O] Not a standard Org-mode time string

2014-02-17 Thread Charles Turner
I'm trying to set up the org-publish system to publish my personal notes in HTML. My org configuration consists only of (add-to-list 'load-path ~/src/org-mode/lisp) (add-to-list 'load-path ~/src/org-mode/contrib/lisp) (require 'org-publish) (setq org-publish-project-alist '((notes

Re: [O] Not a standard Org-mode time string

2014-02-17 Thread Nick Dokos
Charles Turner chtu...@gmail.com writes: ... Generating tree-style sitemap for Charles' Notes [6 times] condition-case: Bad timestamp `Saturday, 28.05.2011 ' Error was: (Not a standard Org-mode time string: Saturday, 28.05.2011 ) I don't understand the time-stamp messages. Can anyone help

Re: [O] simple way to call `C-c a v' or a way to bind it to a key?

2014-02-17 Thread Yasushi SHOJI
At Mon, 17 Feb 2014 10:43:48 +0100, Nicolas Richard wrote: Marc Ihm m...@ihm.name writes: (global-set-key (kbd f12) (lambda () (interactive) (execute-kbd-macro (kbd C-c a v (global-set-key (kbd f12) (kbd C-c a v)) Ah, these are nice to know. Thanks, guys. -- yashi

Re: [O] parser: verbatim or code?

2014-02-17 Thread Yasushi SHOJI
Hi Nicolas, At Sun, 16 Feb 2014 10:20:55 +0100, Nicolas Goaziou wrote: If we do change them, it should only happen in org-element.el. I don't think that would break existing documents, as code and verbatim are really close to each other. I don't care either way. Though, I lean towards the

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2014-02-17 Thread Alexander Vorobiev
I am seeing similar behavior with tables: if I type a bar and some text, then as soon as I enter second bar emacs freezes. Turning flyspell off seems to fix the problem. I actually see this both on Windows 7 with hunspell and on linux with aspell. I use org-mode from git on both but I haven't