[O] [PATCH] org-capture: fix capture breaking next headline

2018-10-21 Thread Martin Yrjölä
d not break the document hierarchy. The fix is to subtract one from the `end' originally supplied to `org-capture-narrow'. -- Martin Yrjölä 0001-org-capture-fix-capture-breaking-next-headline.patch Description: Binary data

Re: [O] streamlined capture on iphone

2016-02-26 Thread Martin Yrjölä
process. > If anyone is interested in the Drafts action, Gmail filter, Google > script, and org-feed configuration that make this work, I would be > happy to share. This setup can easily be adapted for Android phones. Yes please! I'm definitely interested in trying your setup. Best regards, Martin Yrjölä

Re: [O] org-file using tramp + babel?

2016-01-14 Thread Martin Yrjölä
Hi John, John Kitchin writes: > Hi, I opened an org file using tramp on a remote server. It opened fine, > and I had no trouble writing text and saving it. For fun I tried running > a src block (a shell block that just returned the hostname), and got > this error: > >>%s'...failed > tramp-file-n

Re: [O] org-ref on Melpa finally!

2015-12-17 Thread Martin Yrjölä
have an org-ref-citeproc package instead? I changed the recipe locally to the following and it seems to work for including org-ref-citeproc: (org-ref :fetcher github :repo "jkitchin/org-ref" :files ("*.el" "citeproc/*.el")) Best regards, Martin Yrjölä

Re: [O] a new csl - citation style lisp ;)

2015-12-12 Thread Martin Yrjölä
> It certainly isn't complete, bug-free, or stable yet and might still not solve > note-based styles, but it is pretty powerful already. Do you already accept bug reports and pull requests on Github? Best regards, Martin Yrjölä

Re: [O] Jumping between source blocks in a file

2015-12-01 Thread Martin Yrjölä
Hi Andrew! Andrew Kirkpatrick writes: > If this is deemed useful, I'm happy to make changes suitable for > inclusion in the project. Thanks for sharing! I would certainly want these functions included in org-mode by default. They streamline at least my literate programming workflow substantiall

Re: [O] Citation processing via Zotero + zotxt

2015-11-30 Thread Martin Yrjölä
adata directly from web pages. I wouldn't like to use the Zotero GUI for bibliography notes. I think the best feature of org-ref is that the bibliography notes are stored in an org-mode file, my preferred note-taking tool. Will this be supported with the new citation processing you are working on