[O] "Error running timer: (error "Selecting deleted buffer")" during org-mobile-push

2017-04-26 Thread Evan Moses
I'm getting the error "Error running timer: (error "Selecting deleted buffer")" when I run org-mobile-push. I'm running org mode version 8.2.10, emacs 25.1.1. I did a little inspection and found that the error is actually generated from (org-mobile-create-sumo-agenda). Anybody know what the pro

Re: [O] Specifying document-specific settings: line breaks and unusual spacing

2017-04-26 Thread Nicolas Goaziou
Hello, GRAWeeLD writes: > AsciiDoc also used the [literal] style for inordinately formatted blocks of > text. Maybe something like #+UNFORMATTED_TEXT could be an OrgMode property > which handles this. Or maybe OrgMOde already has something to handle > free-floating text and I just missed it? Se

[O] hyperlink type for Claws-mail

2017-04-26 Thread Saša Janiška
Hello, I do wonder if there is some way to add hyperlink type for Claws-mail? Today, asked the same question in #claws and I was told that something like this could work: claws-mail --select [#mh/mailbox/]folder[/msg|/msgid]` and tried with the following: claws-mail --select '#imap/gour/INBOX/

Re: [O] More clocktable breakage

2017-04-26 Thread Achim Gratz
Nicolas Goaziou writes: > At the moment, I cannot reproduce it. I tried M-up in the following > document: > > #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend "<2006-08-10 > Thu 12:00>" > #+END: clocktable The breakage happens in this clause in org-at-timestamp-p: --8<---

Re: [O] including an image in LaTeX export

2017-04-26 Thread Roger Mason
Hi Nicolas, Nicolas Goaziou writes: > Roger Mason writes: >> >> I need to include an image in a document to be exported to LaTeX. > It should be: > > [[file:macstuff.jpg]] Many thanks. As I said earlier, been away from Org for a while. Cheers, Roger

Re: [O] Specifying document-specific settings: line breaks and unusual spacing

2017-04-26 Thread GRAWeeLD
AsciiDoc also used the [literal] style for inordinately formatted blocks of text. Maybe something like #+UNFORMATTED_TEXT could be an OrgMode property which handles this. Or maybe OrgMOde already has something to handle free-floating text and I just missed it? On Tue, Apr 25, 2017 at 7:13 PM, GRAW

Re: [O] org capture properties from a list of strings?

2017-04-26 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > (add-to-list 'org-capture-templates > '("f" "Food" It should be `("f" "Food" > entry > (file+headline (concat pmm "/org/files/agenda/food.org") "Inbox") missing comma and `format' function: ,(format "*COOK %%^{Recipe Name} ... > "* COOK %^{Recipe Name} >

Re: [O] including an image in LaTeX export

2017-04-26 Thread Nicolas Goaziou
hello, Roger Mason writes: > > I need to include an image in a document to be exported to LaTeX. > Minimal example: > > #+TITLE: test > > * test section > > [[macstuff.jpg]] > > When running the export I get "user-error: Unable to resolve link: > nil". I've tried including the image as eps, to n

Re: [O] including an image in LaTeX export

2017-04-26 Thread Roger Mason
John Kitchin writes: > You aren't using a path. Try [[./macstuff.jpg]] instead. > That was it. Must have been away from Org for too long. Thanks, Roger

Re: [O] org capture properties from a list of strings?

2017-04-26 Thread Xebar Saram
Hi again once again really appreciate the answer and apologize in advance for my limited grasp of coding. so i managed i think to follow your example and now have this as my capture template (setq org-capture-templates nil) (setq org-capture-templates-contexts nil) (add-to-list 'org-capture-tem

[O] including an image in LaTeX export

2017-04-26 Thread Roger Mason
Hello, I need to include an image in a document to be exported to LaTeX. Minimal example: #+TITLE: test * test section [[macstuff.jpg]] When running the export I get "user-error: Unable to resolve link: nil". I've tried including the image as eps, to no avail. Can someone tell me what I'm do