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

2014-09-25 Thread Alan Schmitt
On 2014-09-24 20:56, Steve Purcell st...@sanityinc.com writes: 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

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

2014-09-25 Thread Alan Schmitt
On 2014-09-24 20:59, Steve Purcell st...@sanityinc.com writes: 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

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

2014-09-25 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

[O] How to invoke org-export externally from outside Emacs

2014-09-25 Thread Miguel Telleria de Esteban
Dear list, I am using org-mode more and more everyday, congrats to the community for such a great program!! I would like to automate the generation of PDF/HTML/ODT... thorough a command line with a makefile. Something like: file.pdf: file.org generation_command_here Is there a way to

Re: [O] How to invoke org-export externally from outside Emacs

2014-09-25 Thread Russell Adams
On Thu, Sep 25, 2014 at 10:56:26AM +0200, Miguel Telleria de Esteban wrote: Dear list, I am using org-mode more and more everyday, congrats to the community for such a great program!! I would like to automate the generation of PDF/HTML/ODT... thorough a command line with a makefile.

Re: [O] How to invoke org-export externally from outside Emacs

2014-09-25 Thread Miguel Telleria de Esteban
Thanks Russel, this is exactly what I was looking for!! Miguel On Thu, 25 Sep 2014 04:01:24 -0500 Russell Adams wrote: On Thu, Sep 25, 2014 at 10:56:26AM +0200, Miguel Telleria de Esteban wrote: Dear list, I am using org-mode more and more everyday, congrats to the community

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

2014-09-25 Thread Tim O'Callaghan
Christoph: I'm more pragmatic. Obfuscated code or not, it works better than any other Linux cloud storage system i've used. So far my solution has allowed me to maintain a reasonably good pan system (and OS) emacs and org configuration. Dropbox also 'versions' the encrypted files, so i can

Re: [O] Exporter dispatcher bug?

2014-09-25 Thread Charles Millar
Brady and Charles and all, Thanks for your suggestions. The following is rather long-winded. Charles Berry wrote: 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

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

2014-09-25 Thread Monroe, Will
Thanks so much for your reply, Tim. git-annex does seem like a possibility for syncing org-mode files but it appears that there's a lot to consider when setting it up. To be honest, Dropbox works fine *most* of the time for me. But during those times when it doesn't, I find myself waiting

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

2014-09-25 Thread Brett Viren
Monroe, Will wtmonroe...@gmail.com writes: Thanks so much for your reply, Tim. git-annex does seem like a possibility for syncing org-mode files but it appears that there's a lot to consider when setting it up. This thread prompted me last weekend to try git-annex via its assistant. It was

Re: [O] [ANN] Merge export-block type within special-block

2014-09-25 Thread KDr2
I found this was fixed on both maint and master branch :) Thanks for all your works, but would you tell us how did you do it? or give the commit id? (Sorry I did not find it by myself...) Thank you very much. On Sun, Aug 31, 2014 at 8:56 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello,

Re: [O] Exporter dispatcher bug?

2014-09-25 Thread Charles C. Berry
On Thu, 25 Sep 2014, Charles Millar wrote: Brady and Charles and all, Thanks for your suggestions. The following is rather long-winded. Charles Berry wrote: Brady Trainor algebrat at uw.edu writes: Charles Millar millarc at verizon.net writes: Brady Trainor wrote: Charles Millar

Re: [O] Exporter dispatcher bug?

2014-09-25 Thread Charles Millar
What I meant was: You should eval (mapcar 'org-export-backend-name org-export--registered-backends) to see what backends are available to the dispatcher. If you copy that line into an emacs buffer (like *scratch*), put point after it and type C-x C-e, you will see the backend names listed

Re: [O] column view uses non-existent org-whitespace face

2014-09-25 Thread Michael Brand
Hi Eric On Tue, Aug 5, 2014 at 4:53 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: 2. The text for %ITEM has the face org-whitespace applied to the leading stars, which doesn't exist anymore. I assume the intended effect was that the stars take up space, emulating indentation, but not

Re: [O] meaningfull names for org-src buffers

2014-09-25 Thread Andreas Leha
Hi, Grant Rettke g...@wisdomandwonder.com writes: On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker adriaan.stic...@gmail.com wrote: I was wondering if it's somehow possible to give named org src buffer the name they were give in their #+NAME tag? Now there are just called something like:

Re: [O] How to invoke org-export externally from outside Emacs

2014-09-25 Thread Fabrice Niessen
Russell Adams wrote: On Thu, Sep 25, 2014 at 10:56:26AM +0200, Miguel Telleria de Esteban wrote: I am using org-mode more and more everyday, congrats to the community for such a great program!! I would like to automate the generation of PDF/HTML/ODT... thorough a command line with a

Re: [O] meaningfull names for org-src buffers

2014-09-25 Thread Andreas Leha
Hi Adriaan, Adriaan Sticker adriaan.stic...@gmail.com writes: Well, I ussually just try to live with this limitation. :) I try to C-c ' in and out src block whenever possible so my my list with buffer names doesnt get to cluttered. Im also thinking about investigating the usefullness of

Re: [O] autosave in org-src buffer only works ones

2014-09-25 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Adriaan Sticker adriaan.stic...@gmail.com writes: I've the following in my init.el (setq org-edit-src-auto-save-idle-delay 5) If I open in my org file a R code block with C-c ', edit into the opened org-src buffer

Re: [O] [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians

2014-09-25 Thread Andreas Leha
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, see the attached ASCII version of org-bandbook.el's comment section for more info: ___ ORG-BANDBOOK

Re: [O] [ANN] org-bandbook - Professional Band Management for Computer Literate Musicians

2014-09-25 Thread Thorsten Jolitz
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Andreas, Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: Hi List, see the attached ASCII version of org-bandbook.el's comment section for more info: ___

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

2014-09-25 Thread Ian Barton
On 25/09/14 07:58, Thorsten Jolitz wrote: 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. Not an answer to your question, but I sometimes use Stackedit:

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

2014-09-25 Thread Thorsten Jolitz
Ian Barton li...@wilkesley.net writes: On 25/09/14 07:58, Thorsten Jolitz wrote: 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. Not an answer to your

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

2014-09-25 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Ian Barton li...@wilkesley.net writes: On 25/09/14 07:58, Thorsten Jolitz wrote: 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

[O] [help] need help with a skip function

2014-09-25 Thread Subhan Michael Tindall
Hi, I'm looking for an example org-agenda-skip-function that I can use to include all items for an agenda (IE alltodo) that have a certain property set (value doesn't particularly matter) IE: * TODO H1 :PROPERTIES: :P1: date :END: * TODO H2 :PROPERTIES: :END: So that H1 gets included,

[O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Kaushal
Hi all, I have fci-mode installed and enabled for programming modes. When org exports to html, htmlize figures out the syntax highlighting of the code by calling =(funcall lang-mode)=. That activates =fci-mode=. =fci-mode= shows the fill column using a unicode character. The issue is that org

Re: [O] meaningfull names for org-src buffers

2014-09-25 Thread Charles Berry
Andreas Leha andreas.leha at med.uni-goettingen.de writes: Hi, Grant Rettke gcr at wisdomandwonder.com writes: On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker adriaan.sticker at gmail.com wrote: I was wondering if it's somehow possible to give named org src buffer the name they

Re: [O] meaningfull names for org-src buffers

2014-09-25 Thread Andreas Leha
Hi Charles, Charles Berry ccbe...@ucsd.edu writes: Andreas Leha andreas.leha at med.uni-goettingen.de writes: Hi, Grant Rettke gcr at wisdomandwonder.com writes: On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker adriaan.sticker at gmail.com wrote: I was wondering if it's somehow

[O] How to get the link the point is on?

2014-09-25 Thread Marcin Borkowski
Hi list, my question is as in subject. It is done by org-open-at-point (somehow), but the logic seems to be buried in that function. What I'd like to have is a function that would just extract the link portion (which is normally invisible) and displayed it in the echo area (something like

Re: [O] How to get the link the point is on?

2014-09-25 Thread Rasmus
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi list, my question is as in subject. It is done by org-open-at-point (somehow), but the logic seems to be buried in that function. What I'd like to have is a function that would just extract the link portion (which is normally invisible) and

Re: [O] How to get the link the point is on?

2014-09-25 Thread Kyle Meyer
Marcin Borkowski mb...@wmi.amu.edu.pl wrote: [...] What I'd like to have is a function that would just extract the link portion (which is normally invisible) and displayed it in the echo area (something like hovering over a link in a web browser). There may be a better way, but I think below

Re: [O] How to get the link the point is on?

2014-09-25 Thread Jorge A. Alfaro-Murillo
Marcin Borkowski writes: Hi list, my question is as in subject. It is done by org-open-at-point (somehow), but the logic seems to be buried in that function. What I'd like to have is a function that would just extract the link portion (which is normally invisible) and displayed it in the

Re: [O] How to get the link the point is on?

2014-09-25 Thread Thorsten Jolitz
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi list, my question is as in subject. It is done by org-open-at-point (somehow), but the logic seems to be buried in that function. What I'd like to have is a function that would just extract the link portion (which is normally invisible) and

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-09-25 Thread Omid
Hello, Apologies for waking up this old thread. But is this feature, for which Achim proposed a patch early on, going to be included in the Org mode? As of Org-mode version 8.2.7c (8.2.7c-71-g60418c-elpa) #+INCLUDE: myfile.html html still does not do a literal include. The last discussion I

Re: [O] How to get the link the point is on?

2014-09-25 Thread Marcin Borkowski
On 2014-09-25, at 23:50, Thorsten Jolitz wrote: Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi list, my question is as in subject. It is done by org-open-at-point (somehow), but the logic seems to be buried in that function. What I'd like to have is a function that would just extract

[O] [PATCH] ox.el: Fix typo in documentation

2014-09-25 Thread Kyle Meyer
This patch fixes a small (but meaning-changing) typo. Thanks, Kyle From bf36c45322dda557d8d3057a85d7f2bd00dccc8c Mon Sep 17 00:00:00 2001 From: Kyle Meyer k...@kyleam.com Date: Thu, 25 Sep 2014 19:11:33 -0400 Subject: [PATCH] ox.el: Fix typo in documentation * lisp/ox.el

Re: [O] How to get the link the point is on?

2014-09-25 Thread Jorge A. Alfaro-Murillo
Rasmus writes: If point is on a link you can (org-element-property :raw-link (org-element-context)) That's way easier =) -- Jorge.

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Grant Rettke
Works perfectly on this: ╭ │ (print emacs-version) │ (print org-version) ╰ ╭ │ 24.3.1 │ │ 8.2.7c ╰

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Grant Rettke
Yes. I faced the issue here: https://github.com/alpaker/Fill-Column-Indicator/issues/45 On Thu, Sep 25, 2014 at 6:58 PM, Kaushal kaushal.m...@gmail.com wrote: Do you mean that the fix works perfectly? Thanks. -- Kaushal Modi On Sep 25, 2014 7:55 PM, Grant Rettke g...@wisdomandwonder.com

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Kaushal
Do you mean that the fix works perfectly? Thanks. -- Kaushal Modi On Sep 25, 2014 7:55 PM, Grant Rettke g...@wisdomandwonder.com wrote: Works perfectly on this: ╭ │ (print emacs-version) │ (print org-version) ╰ ╭ │ 24.3.1 │ │ 8.2.7c ╰

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

2014-09-25 Thread Grant Rettke
On Wed, Sep 24, 2014 at 2:52 AM, Rainer M Krug rai...@krugs.de wrote: would there be interest in pursuing this? Yes. I'm interested in working with other serious babel users to pool our efforts, provide a meaningful contribution, and do it in a way that works best for the maintainers.

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Thorsten Jolitz
Grant Rettke g...@wisdomandwonder.com writes: Yes. I faced the issue here: https://github.com/alpaker/Fill-Column-Indicator/issues/45 I don't use fci-mode, but have a long-standing problem with underscores _ that once in a while appear almost randomly in html output that is returned when