[O] Editing Org-mode syntax in a web-browser (textarea)?

2014-09-24 Thread Thorsten Jolitz
Hi List, this question is explicitly *not* about popping up an emacsclient instance from firefox or chrome to edit an html textarea in Emacs. And its *not* about emacs-w3m or eww. I'm rather interested if there is something like Ymacs (http://www.ymacs.org/) , | Ymacs is an Emacs-like ed

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 20:59, Steve Purcell writes: > On 24 Sep 2014, at 20:13, Alan Schmitt 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 growlHelpe

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

2014-09-24 Thread Alan Schmitt
On 2014-09-24 20:56, Steve Purcell writes: > On 24 Sep 2014, at 20:01, Alan Schmitt 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 thi

Re: [O] Struggling with new exporter

2014-09-24 Thread Phillip Lord
Nicolas Goaziou 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 publication, even thoug

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Charles Berry
Brady Trainor uw.edu> writes: > > > Charles Millar verizon.net> writes: > > > Brady Trainor wrote: > >> Charles Millar 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-backend

Re: [O] wrapping text around figure

2014-09-24 Thread Nick Dokos
marvin doyley 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 (at least no

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Brady Trainor
Charles Millar writes: > Brady Trainor wrote: >> Charles Millar 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 -- > > C

Re: [O] Capturing outgoing gnus e-mail

2014-09-24 Thread Ted Zlatanov
On Sat, 14 Jun 2014 10:32:49 +0200 Ivan Kanis 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 could not

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-li

[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] [patch, ox] #+INCLUDE resolves links

2014-09-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > Okay, I hope I got a better patch here. Thank you. Some comments follow. > Nicolas Goaziou writes: >> This should be ":only-contents t" or ":only-contents nil". >> ":only-contents" alone can be tolerated as a shortcut for >> ":only-contents nil", but that's all. > > Ok

Re: [O] error exporting with reference to table in another file

2014-09-24 Thread John Kitchin
Thanks for checking. It turns out to be a silly problem that is my fault. I extracted attachments out of two different PDF files into the same directory, and both PDF files had an attachment called supporting-information.org. So the first one is what had the TiO2-data table, and it got overwritten

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Charles Millar
Brady Trainor wrote: Charles Millar 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 from viruses and malwa

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 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 growlHelpers > else >

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 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): > > Result: "\"message://2.b2af71

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

2014-09-24 Thread Nicolas Goaziou
Hello, Aaron Ecay 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 that, or do I nee

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 writes: > Alan Schmitt writes: > >> On 2014-09-24 12:12, Steve Purcell 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 th

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Brady Trainor
Charles Millar 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: Fix malformed "message" links produced by org-mac-link.el

2014-09-24 Thread Alan Schmitt
On 2014-09-24 16:42, Steve Purcell writes: > Alan Schmitt 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

[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 @ c:/cygwin/hom

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

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 achie

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

2014-09-24 Thread Steve Purcell
Alan Schmitt 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 also present on 10.9.4. Th

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

2014-09-24 Thread Steve Purcell
Alan Schmitt writes: > On 2014-09-24 12:12, Steve Purcell 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 "growlHelperApp" program. -Steve

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 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: I don't have Gro

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 writes: > Links which should look like: > > [[message://2.11f23692084eb783e40c@NY-WEB01][Private beta invitation for > Emacs Q&A site - Area 51 - Stack Exchange]] > > are currently mangled into: > > [[essage://2.11f23692084eb783e40c@NY-WEB01][Private beta invit

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 (who's

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

2014-09-24 Thread Christian Moe
Nicolas Goaziou writes: > Hello, > > Christian Moe 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? > > >

[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 creates

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 follow-

[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 Descript

[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: 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 Q&A site - Area 51 - Stack Exchange]] are currently mangled into: [[essage://2.11f23692084eb783e40c@NY-WEB01][Private beta invitation for Emacs Q&A site - Area 51 - Stack Exchang]] Thi

[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 children

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

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

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

2014-09-24 Thread Rainer M Krug
Aaron Ecay 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 value verb

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...) Her