[O] Bug: Feature Request: add 'org-babel-before-execute-hook' [8.3.4 (8.3.4-99-ga8e4a3-elpa @ /Users/macbookair/.emacs.d/elpa/org-20160704/)]

2016-07-08 Thread Jiajie Chen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: Feature Request: add 'org-babel-before-execute-hook' [8.3.4 (8.3.4-99-ga8e4a3-elpa @ /Users/macbookair/.emacs.d/elpa/org-20160704/)]

2016-07-08 Thread Charles C. Berry
On Fri, 8 Jul 2016, Jiajie Chen wrote: [snip] Now there exists 'org-babel-after-execute-hook'. I want to implement this functionality: Check whether the path specified in `:file' exists in file system and throw an error if that does not exists. If there is `org-babel-before-execute-hook', we

[O] bug#23917: 25.0.95; commit 3a9d6296b35e5317c497674d5725eb52699bd3b8 causing org-capture to error out

2016-07-08 Thread Eli Zaretskii
> From: Robert Pluim > Cc: 23...@debbugs.gnu.org > Date: Fri, 08 Jul 2016 17:40:42 +0200 > > org-element--cache-after-change is: > > (defun org-element--cache-after-change (beg end pre) > "Update buffer modifications for current buffer. > BEG and END are the beginning and

[O] Best approaches for implementing a developer workflow using ORG?

2016-07-08 Thread Alex Bennée
Hi, As a developer I spend a lot of time moving back and forth between email messages and COMMIT buffers copying and pasting review and signoff tags. I've been investigating if there is anyway I can streamline this work using org-mode. The first step is fairly easy. When I come across an email

Re: [O] links-9.0 v3

2016-07-08 Thread John Kitchin
K On Friday, July 8, 2016, Nicolas Goaziou wrote: > John Kitchin > writes: > > > Here are the new revisions that implement the previous solution you > > suggested and that incorporate the commit merges as far as I can see. > > Thank

[O] Dynamic links

2016-07-08 Thread Sriram Thaiyar
Hi- I've implemented "dynamic links" which are like plain links but for arbitrary regular expressions. I was wondering if there was a better way to do this? You can see the implementation here: https://github.com/sri/dotfiles/commit/cd3429ce0c8e637c803835299c2ed4653d19a5fb (This works with

Re: [O] links-9.0 v3

2016-07-08 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I don't understand what you mean here. The contents of org-link > protocols (in master) looks a lot like a list of (link-type :follow > :export), e.g. You're right. Keys in `org-link-protocols' are types. >> (nth 1 (assoc app

Re: [O] links-9.0 v3

2016-07-08 Thread Nicolas Goaziou
John Kitchin writes: > Here are the new revisions that implement the previous solution you > suggested and that incorporate the commit merges as far as I can see. Thank you. > +(defcustom org-link-parameters > + '(("file" :complete 'org-file-complete-link)

[O] MobileOrg: index.org links files to the wrong folder

2016-07-08 Thread Martin Leduc
Hi, I really enjoy the MobileOrg project. However, since some time, I cannot access my org files anymore from my iPhone (I see the file names, but nodes are empty). After some search, I found that the links made in the index.org point relatively to the org-directory while they are supposed

Re: [O] Bug: Feature Request: add 'org-babel-before-execute-hook' [8.3.4 (8.3.4-99-ga8e4a3-elpa @ /Users/macbookair/.emacs.d/elpa/org-20160704/)]

2016-07-08 Thread Jiegec
Yes this is not a bug and I have implemented this using advice: #+BEGIN_SRC emacs-lisp ;; See https://emacs-china.org/t/file/696 ;; And http://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00136.html (defun check-file-exists-advice (orig-fun arg

Re: [O] Computing dates in properties?

2016-07-08 Thread Philip Hudson
On 8 July 2016 at 05:01, Jay Iyer wrote: > Is it possible to perform simple calculations in properties like in the > example below? If so, please provide pointers. > Thanks, > -jay > > ** Headline 1 > :PROPERTIES: > :CUSTOM_ID: headline_1 > :DATE: [2016-07-07 Thu] > :END: >