Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Dmitri Makarov
-09-09 17:59, Dmitri Makarov <dmaka...@alumni.stanford.edu> writes: > >> This is refactored patch that uses org-mac-paste-applescript-links > > LGTM (with a tiny caveat that I can fix: the first line of the commit > message should not end with a dot). Nicolas, can

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-10 Thread Dmitri Makarov
Attached is the patch with requested corrections. I hope now this small patch is sufficiently well commented. Regards, Dmitri On Thu, Sep 10, 2015 at 11:57 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Dmitri Makarov <dmaka...@alumni.stanford.edu> writes

[O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-09 Thread Dmitri Makarov
This is my second attempt to submit a patch that enables grabbing links from Adobe Acrobat Pro. Regards, Dmitri From b9feb9b3ebd618d0fc8e82dc266d62e8252775ed Mon Sep 17 00:00:00 2001 From: Dmitri Makarov <dmaka...@alumni.stanford.edu> Date: Wed, 24 Jun 2015 12:22:44 +0200 Subject: [PATC

Re: [O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-09-09 Thread Dmitri Makarov
This is refactored patch that uses org-mac-paste-applescript-links Regards, Dmitri On Wed, Sep 9, 2015 at 4:11 PM, Alan Schmitt <alan.schm...@polytechnique.org> wrote: > Hello, > > On 2015-09-09 12:42, Dmitri Makarov <dmaka...@alumni.stanford.edu> writes: > >

Re: [O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Dmitri Makarov
] = 1:28 :END: :PROPERTIES: :CLOCK_MODELINE_TOTAL: today :ID: 5715AAB9-600E-483D-ABDB-0EFEA081920C :END: [2015-04-24 Fri 08:40] ok. Regards, Dmitri On Sun, Aug 16, 2015 at 6:10 PM, Kyle Meyer k...@kyleam.com wrote: Dmitri Makarov dmak...@gmail.com writes: After

[O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Dmitri Makarov
After update to Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa) the property CLOCK_MODELINE_TOTAL value today has no effect. The modeline timing for a task display the total time for the task, not the time since the start of the current day. GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.4.0, NS

Re: [O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Dmitri Makarov
considered it a bug. Also, it's 'org-mode' that put the blocks in the specific order I have in my file, since I didn't manually typed the PROPERTIES: and :LOGBOOK: into the file in a particular order. Regards, Dmitri On Sun, Aug 16, 2015 at 6:10 PM, Kyle Meyer k...@kyleam.com wrote: Dmitri Makarov

[O] [PATCH] org-mac-link.el: Handle links to/from Adobe Acrobat.

2015-06-24 Thread Dmitri Makarov
https://github.com/dmakarov/org-mode/commit/b9feb9b3ebd618d0fc8e82dc266d62e8252775ed g...@github.com:dmakarov/org-mode.git * contrib/lisp/org-mac-link.el: Add new link type acrobat to grab links to documents open in Adobe Acrobat application. Regards, Dmitri

[O] graphviz dot block export and evaluate

2012-09-28 Thread Dmitri Makarov
Hi all, Has anyone successfully exported and evaluated src blocks with graphviz dot code? I'm trying to export this block #+BEGIN_SRC dot :export both digraph G { A - B } #+END_SRC and I'm getting the error org-babel-exp processing... executing Dot code block...

Re: [O] graphviz dot block export and evaluate

2012-09-28 Thread Dmitri Makarov
Hi Tom and Bastien, Thank you, your answers helped a lot. My fault that I used export not exports and that I didn't read the section Specific header arguments in the Org manual. Thanks! Dmitri On Sep 28, 2012, at 7:14 PM, t...@tsdye.com (Thomas S. Dye) wrote: Dmitri Makarov dmak

Re: [O] htmlize doesn't work in --batch mode

2012-09-19 Thread Dmitri Makarov
PM, Bastien b...@altern.org wrote: Hi Dmitri, Dmitri Makarov dmak...@gmail.com writes: If anyone interested, it's easy to explicitly load the required ELPA packages in batch mode. For example, the following command loads htmlize for publishing org files in batch mode emacs --batch -l

[O] htmlize doesn't work in --batch mode

2012-09-14 Thread Dmitri Makarov
If anyone interested, it's easy to explicitly load the required ELPA packages in batch mode. For example, the following command loads htmlize for publishing org files in batch mode emacs --batch -l ~/.emacs.d/init.el --eval (progn (add-to-list 'load-path

[O] htmlize doesn't work in --batch mode

2012-09-11 Thread Dmitri Makarov
Hi all, I'm having a problem with offline exports. If I run emacs in --batch mode like this emacs -batch -l ~/.emacs.d/init.el -eval '(org-publish-all)' it doesn't seem to load the packages installed by the ELPA package manager. In particular it doesn't load htmlize package and also loads the