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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
>
>
>
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
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-
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
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
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
+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
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
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
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
37 matches
Mail list logo