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

2014-09-25 Thread Rainer M Krug
Andreas Leha writes: > Hi Charles, > > Charles Berry writes: >> Andreas Leha med.uni-goettingen.de> writes: >> >>> >>> Hi, >>> >>> Grant Rettke wisdomandwonder.com> writes: >>> > On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker >>> > gmail.com> wrote: >>> >> I was wondering if it's somehow

[O] doing a capture and jumping to the file

2014-09-25 Thread Alan Schmitt
Hello, I often find myself doing the following: use a capture template to nicely setup an entry (often a date tree entry with a link to the current document), then jump to the newly created headline to start adding notes. I typically do this during meetings, as I do not want to stay in the capture

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 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 calling emacsclient on the

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 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 Kaushal
Do you mean that the fix works perfectly? Thanks. -- Kaushal Modi On Sep 25, 2014 7:55 PM, "Grant Rettke" wrote: > 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 wrote: > Do you mean that the fix works perfectly? > > Thanks. > > -- > Kaushal Modi > > On Sep 25, 2014 7:55 PM, "Grant Rettke" wrote: >> >> Works perfectly on this:

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] 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.

[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 Date: Thu, 25 Sep 2014 19:11:33 -0400 Subject: [PATCH] ox.el: Fix typo in documentation * lisp/ox.el (org-export-show-temporary-export-buff

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

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 s

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

2014-09-25 Thread Thorsten Jolitz
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 i

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 e

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

2014-09-25 Thread Kyle Meyer
Marcin Borkowski 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 does what you want.

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

2014-09-25 Thread Rasmus
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 i

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

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

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

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

2014-09-25 Thread Charles Berry
Andreas Leha med.uni-goettingen.de> writes: > > Hi, > > Grant Rettke wisdomandwonder.com> writes: > > On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker > > 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

[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

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

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

2014-09-25 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Ian Barton 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.

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

2014-09-25 Thread Thorsten Jolitz
Ian Barton 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 questio

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: https:

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

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

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

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

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

2014-09-25 Thread Andreas Leha
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Adriaan Sticker 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 with the ESS major mode activated a

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

2014-09-25 Thread Andreas Leha
Hi Adriaan, Adriaan Sticker 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 polymode > (https://gith

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

2014-09-25 Thread Andreas Leha
Hi, Grant Rettke writes: > On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker > 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: >> *Org Src test.org[ R ]* >> >> But if you h

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

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 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 themselves > be visible.

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 i

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 uw.edu> writes: Charles Millar verizon.net> writes: Brady Trainor wrote: Charles Millar verizon.net> writes: T

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 wrote: > Hello, > > KDr2 writes: > >

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

2014-09-25 Thread Brett Viren
"Monroe, Will" 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 pretty painless

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 fo

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

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

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 commun

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.

[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 Is there a way to externally launch, let'