Re: [O] Keeping metadata/notes about files and directories

2014-09-24 Thread Christoph Groth
Darlan Cavalcante Moreira wrote: See the custom commands for the agenda in the manual. You can create a command to do a search in specific files. Indeed! That’s great, I didn’t know that this is possible. The custom agenda commands of type “search” also support more complex searches like

Re: [O] [BUG] Mark-up handling chokes on Unicode white-space

2014-09-24 Thread Tobias Getzner
Hi Aaron, On Di, 2014-09-23 at 14:15 -0400, Aaron Ecay wrote: org-emphasis-regexp-components is known to be a wart. You can search for posts on the mailing list. Some people are trying to figure out how to get rid of it. (You can search in particular for Nicolas Goaziou’s posts...) Here’s

Re: [O] ob-R, about :results value verbatim drawer

2014-09-24 Thread Rainer M Krug
Aaron Ecay aarone...@gmail.com writes: Hi Feng, 2014ko irailak 23an, Feng Shu-ek idatzi zuen: but when I add a #+PROPERTY, it show error like below, how to deal with it ? thanks ... #+PROPERTY: header-args:R :colnames yes :rownames no :exports both #+BEGIN_SRC R :results

Re: [O] [patchattached] Store link to url of eww

2014-09-24 Thread Marco Wahl
Aaron Ecay aarone...@gmail.com writes: 2014ko irailak 23an, Rasmus-ek idatzi zuen: I think he did: Patch: From: Marco Wahl marcowahls...@gmail.com Worg: 14. Marco Wahl ...that’s in the section for tinychange contributors without papers on file though. I just initiated the assignment

[O] Fold entirely done subtrees on startup?

2014-09-24 Thread Bernd Haug
+STARTUP can show top level headers, all headers, all content or everything. I'd like a way to have all subtrees that are DONE or have no todo-status folded, but have everything TODO* displayed at startup. Is there a way to do that with per-file settings? Cheers, Bernd * “…or with TODO

[O] PATCH: Fix malformed message links produced by org-mac-link.el

2014-09-24 Thread Steve Purcell
Links which should look like: [[message://2.11f23692084eb783e40c@NY-WEB01][Private beta invitation for Emacs QA site - Area 51 - Stack Exchange]] are currently mangled into: [[essage://2.11f23692084eb783e40c@NY-WEB01][Private beta invitation for Emacs QA site - Area 51 - Stack Exchang]] This

[O] PATCH: org-mac-link.el: Fix multi-line file description

2014-09-24 Thread Steve Purcell
The file description line was broken across multiple lines, and therefore malformed. -Steve 0001-org-mac-link.el-Fix-multi-line-file-description.patch Description: Binary data

[O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-09-24 Thread Steve Purcell
The existing Applescript for grabbing flagged mail messages can only work on machines which have Growl installed. This is increasingly rarely the case as Growl has been obsoleted by OS X’s own notification system. -Steve 0001-org-mac-link.el-Don-t-fail-on-machines-without-Growl.patch

Re: [O] [Bug?] Results of code block printed in wrong place

2014-09-24 Thread Tobias Getzner
On Di, 2014-09-23 at 14:32 -0400, Aaron Ecay wrote: I can reproduce this. Babel uses yes-or-no-p to confirm evaluation of the code block on export. yes-or-no-p is implemented in C whereas y-or-n-p is in elisp, so it must be the case that the lisp code allows some hook to run, which

[O] Follow mode: return to initial buffer after quitting

2014-09-24 Thread Fletcher Charest
Dear Org community, When I am editing a buffer, let's called it buffer A, if I want to take a look at my agenda, this creates a buffer B (*Org Agenda*) in a split window, next to buffer A: A | B I like to activate 'follow mode' when going through the *Org Agenda* buffer. If I do so, this

Re: [O] resize multiple image within a row or paragraph

2014-09-24 Thread Christian Moe
Nicolas Goaziou writes: Hello, Christian Moe m...@christianmoe.com writes: Here's a simple CSS workaround that might or might not work well for you, and won't work for non-HTML backends, but at least requires minimal hacking: [...] Good to know. Anyhow, does my proposal make sense?

Re: [O] Cooperating with oneself using the cloud?

2014-09-24 Thread Tim O'Callaghan
Hi, I collaborate with myself via dropbox and encfs. encfs does the encryption, (via an encrypted fuse filesystem) and dropbox syncs the encrypted files. I use it for linux, but it should also work for mac and windows. If i need to, i can access the files on android using the encfs plugin

Re: [O] PATCH: Fix malformed message links produced by org-mac-link.el

2014-09-24 Thread Alan Schmitt
On 2014-09-24 11:39, Steve Purcell st...@sanityinc.com writes: Links which should look like: [[message://2.11f23692084eb783e40c@NY-WEB01][Private beta invitation for Emacs QA site - Area 51 - Stack Exchange]] are currently mangled into: [[essage://2.11f23692084eb783e40c@NY-WEB01][Private

Re: [O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-09-24 Thread Alan Schmitt
On 2014-09-24 12:12, Steve Purcell st...@sanityinc.com writes: The existing Applescript for grabbing flagged mail messages can only work on machines which have Growl installed. This is increasingly rarely the case as Growl has been obsoleted by OS X’s own notification system. I'm surprised:

Re: [O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-09-24 Thread Steve Purcell
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-09-24 12:12, Steve Purcell st...@sanityinc.com writes: I'm surprised: I don't have Growl installed and it still works. I agree there is not much point in testing for Growl, though. I get the system popup asking me to locate the

Re: [O] PATCH: Fix malformed message links produced by org-mac-link.el

2014-09-24 Thread Steve Purcell
Alan Schmitt alan.schm...@polytechnique.org writes: I just tested it with the current version and I'm not seeing this problem. Is there something special about that email that breaks, or are you seeing problems with every email? I see it with every mail. I'm on OS X 10.9.5, but the problem was

Re: [O] Cooperating with oneself using the cloud?

2014-09-24 Thread Monroe, Will
Phil, et al. Does anyone have a recommendation for a write up that describes how to set up this kind of private syncing with bitbucket or even github? I've seen a worg article on this but some of the technologies described (e.g., bzr) are new to me and might not be strictly necessary to

Re: [O] Fold entirely done subtrees on startup?

2014-09-24 Thread Subhan Michael Tindall
It's not exactly what you want, but you can add a properties block to the subtree: :PROPERTIES: :VISIBILITY: folded :END: to control its display. A little programming could probably automatically insert it on subtrees when status moves to DONE This leaves only no-status entries to deal with

[O] Exporter dispatcher bug?

2014-09-24 Thread Charles Millar
Have I missed an announcement? Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. I tried M-x org-export-dispatch and HTML was also included. i have exited emacs and restarted - same results. Org-mode version 8.3beta (release_8.3beta-400-g200eeb @

Re: [O] PATCH: Fix malformed message links produced by org-mac-link.el

2014-09-24 Thread Alan Schmitt
On 2014-09-24 16:42, Steve Purcell st...@sanityinc.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: I just tested it with the current version and I'm not seeing this problem. Is there something special about that email that breaks, or are you seeing problems with every email?

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Brady Trainor
Charles Millar mill...@verizon.net writes: Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. What is the result C-h v org-export-backends? Brady

Re: [O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-09-24 Thread Alan Schmitt
On 2014-09-24 16:35, Steve Purcell st...@sanityinc.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-09-24 12:12, Steve Purcell st...@sanityinc.com writes: I'm surprised: I don't have Growl installed and it still works. I agree there is not much point in testing for

Re: [O] [RFC] [PATCH] [babel] read description lists as lists of lists

2014-09-24 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: I think I can remove these three functions (-parse-list, -to-subtree, and -to-generic), and rewrite their callers to use org-element. Thus, the org-list-parse-list format would be eradicated from the code base incl. contrib (AFAICT). Can I do

Re: [O] PATCH: Fix malformed message links produced by org-mac-link.el

2014-09-24 Thread Steve Purcell
On 24 Sep 2014, at 20:01, Alan Schmitt alan.schm...@polytechnique.org wrote: This was the case here: the string returned by the AppleScript had quotes (and it still does). For instance, with the message you mention, the call to org-as-get-selected-mail returns this (doing a debug):

Re: [O] PATCH: org-mac-link.el: Don't fail on machines without Growl installed

2014-09-24 Thread Steve Purcell
On 24 Sep 2014, at 20:13, Alan Schmitt alan.schm...@polytechnique.org wrote: tell application System Events set growlHelpers to the name of every process whose creator type contains GRRR if (count of growlHelpers) 0 then set growlHelperApp to item 1 of

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Charles Millar
Brady Trainor wrote: Charles Millar mill...@verizon.net writes: Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. What is the result C-h v org-export-backends? -- snip -- Its value is (ascii html icalendar latex) -- snip -- Charlie --- This email is free

Re: [O] [patch, ox] #+INCLUDE resolves links

2014-09-24 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Okay, I hope I got a better patch here. Thank you. Some comments follow. Nicolas Goaziou m...@nicolasgoaziou.fr writes: This should be :only-contents t or :only-contents nil. :only-contents alone can be tolerated as a shortcut for :only-contents nil,

[O] wrapping text around figure

2014-09-24 Thread marvin doyley
Dear All, I am writing a grant proposal using Org-mode and I am trying to figure out how to wrap text around a figure. I have done this in the past (latex) using the wrapfig function, but it would be nice to do this using #Attr: Thanks, Best Wishes, M

Re: [O] [RFC] [PATCH] [babel] read description lists as lists of lists

2014-09-24 Thread Aaron Ecay
Hi Nicolas, Thanks for the discussion. 2014ko irailak 24an, Nicolas Goaziou-ek idatzi zuen: You cannot do that. This is not about backwards compatibility. `org-list-parse-list' generates an easy to produce and work on internal representation for lists (similar to what `org-table-to-lisp'

Re: [O] Capturing outgoing gnus e-mail

2014-09-24 Thread Ted Zlatanov
On Sat, 14 Jun 2014 10:32:49 +0200 Ivan Kanis i...@kanis.fr wrote: IK I would like to capture outgoing e-mail in my org file. IK I use the gcc mechanism in gnus with a nnml backend. IK I think I have read on the org mailing list that someone has implemented IK that feature. I did a search but

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Brady Trainor
Charles Millar mill...@verizon.net writes: Brady Trainor wrote: Charles Millar mill...@verizon.net writes: Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. What is the result C-h v org-export-backends? -- snip -- Its value is (ascii html icalendar latex)

Re: [O] wrapping text around figure

2014-09-24 Thread Nick Dokos
marvin doyley marvin...@gmail.com writes: Dear All, I am writing a grant proposal using Org-mode and I am trying to figure out how to wrap text around a figure. I have done this in the past (latex) using the wrapfig function, but it would be nice to do this using #Attr: I haven't tried it

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Charles Berry
Brady Trainor algebrat at uw.edu writes: Charles Millar millarc at verizon.net writes: Brady Trainor wrote: Charles Millar millarc at verizon.net writes: Today, using C-c C-e, the dispatcher shows only the LaTeX and Publisher options. What is the result C-h v

Re: [O] Struggling with new exporter

2014-09-24 Thread Phillip Lord
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Okay, I've done it this way. Took a bit of fiddling since I need the project-alist to work in different configurations (i.e. interactively, in batch and in batch on a CI machine). Also, the timestamp stuff confused me -- org was skipping