Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Samuel Wales
hi matt, thanks for your reply. On 6/3/16, Matt Lundin wrote: > Here is the new style bookmark that works for me: > > javascript:location.href='org-protocol://capture?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)+'&body='+encodeURIComponent(window.getSelect

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Matt Lundin
Xebar Saram writes: > Hi > > i will add that im exactly in the same situatuon > i use a window manager (i3) on arch linux and have tried almost every > solution out there (with FF, chrome etc) with no working method. > i really wish org-protocol had a much simpler way of capturing > links,text t

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Matt Lundin
Matt Lundin writes: > Samuel Wales writes: > >> over many years, i have been trying to get org-protocol (or >> anything similar) to work, and it is not working reliably. >> >> intermittently, it says there is a greedy protocol. the success rate >> of capturing is around 50% maybe. when it is not

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Matt Lundin
Samuel Wales writes: > over many years, i have been trying to get org-protocol (or > anything similar) to work, and it is not working reliably. > > intermittently, it says there is a greedy protocol. the success rate > of capturing is around 50% maybe. when it is not working, it never > works. i

[O] Restricting admisible tags depending on header

2016-06-03 Thread Óscar Fuentes
I'll like to offer only certain tags depending on the contents of the current header. For instance, if the header is * Status I want to see only "open" and "closed" on the options shown by org-fast-tag-selection. Currently I define quite a lot of tags with #+TAGS:, most of them are intended to b

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Xebar Saram
Hi i will add that im exactly in the same situatuon i use a window manager (i3) on arch linux and have tried almost every solution out there (with FF, chrome etc) with no working method. i really wish org-protocol had a much simpler way of capturing links,text tec. im not a programmer but to me it

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Samuel Wales
please note that i do not use a desktop environment, just a window manager. if this is relevant, please tell me. i do not understand mime or things like that.

Re: [O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Samuel Wales
On 6/3/16, Samuel Wales wrote: > 4) i know there's a new one that is supposed to capture > format better (so you don't end up with a single > paragraph when there were several paragraphs). that > sounds wonderful! https://github.com/alphapapa/org-protocol-capture-html

[O] capture with iceweasel/firefox -- nothing works

2016-06-03 Thread Samuel Wales
over many years, i have been trying to get org-protocol (or anything similar) to work, and it is not working reliably. intermittently, it says there is a greedy protocol. the success rate of capturing is around 50% maybe. when it is not working, it never works. i have noticed no correlation wit

Re: [O] colored code background in org 8.3

2016-06-03 Thread Rasmus
John Kitchin writes: > I am finally getting around to switching over to org 8.3... One thing I > miss already is the colored background in the code blocks. I recall that > was removed. Has anyone looked into a way to put it back? I use the attached patch for some "interactive slides" with babel.

Re: [O] Open Peer-Review Reproducible Publication with Org and GRASS

2016-06-03 Thread Brett Viren
Thanks for your example. A few ideas: - When you begin developing your paper, or sometime before submission, make a break from your personal ~/.emacs.d/ environment and begin processing the .org in an explicitly configured Emacs session. Submit the needed, minimal, paper-specific Emacs set

[O] Open Peer-Review Reproducible Publication with Org and GRASS

2016-06-03 Thread Ken Mankoff
Hi Org and GRASS lists, I just wanted to let these two lists know that I've just posted a paper written in Org and using GRASS (text-mode) and Python for the analysis. My goal was to create not just an open access publication, but a fully reproducible publication. This is an early announcement,

[O] Should org-get-outline-path strip dedicated targets?

2016-06-03 Thread timor
If I have a document like this: * some header <> ** some subtree *** some entry Then calling org-get-outline-path on the deepest headline returns ("some header <>" "some subtree") I don't know what exactly org-get-outline-path is used for in org mode, but for what I want to use it, I will remove

Re: [O] babel and bibliography

2016-06-03 Thread Joseph Mingrone
John Kitchin writes: > This works for me. > #+TITLE: > #+AUTHOR: > #+LaTeX_HEADER: \usepackage{natbib} > The moon in June is like a big ballon \citep{self1987asymptotic}. > #+BEGIN_LATEX > \bibliographystyle{abbrvnat} > \bibliography{/home/jrm/scm/references.git/refs} > #+END_LATEX Ah, of cou

Re: [O] Problem with Including subsection by CUSTOM_ID

2016-06-03 Thread Ilya Filippov
Thanks, Rasmus! I upgrade org-mode to 8.3 and this is solve the problem. 13.05.2016, 14:49, "Rasmus" : > Hi, > > Ilya Filippov writes: > >>  I try to include subsection from one org-file to another >>  (http://orgmode.org/manual/Include-files.html) with using CUSTOM_ID. >> >>  In first-file.org:

Re: [O] [PATCH] Make today's deadlines "close" without lead time

2016-06-03 Thread Don March
Nicolas Goaziou writes: > Thank you for the patch. And thank you for your thousands of patches! > Did you sign FSF papers? Yes, August 2011, #699456. > Also, would you mind providing a few tests for this function, in > "test-org.el"? Not at all. The new patch---which includes the original ch