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 wrote: > Hello, > > Dmitri Makarov writes: > >> If you haven't pushed the patch yet, here

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

2015-09-10 Thread Dmitri Makarov
Hello Alan, If you haven't pushed the patch yet, here is attached an updated patch, with a correction in the commit message, and a minor correction in one of the comments. Regards, Dmitri On Thu, Sep 10, 2015 at 11:28 AM, Alan Schmitt wrote: > On 2015-09-09 17:59, Dmitri Makarov

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 wrote: > Hello, > > On 2015-09-09 12:42, Dmitri Makarov writes: > >> This is my second attempt to submit a patch that enables grabbing >>

[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 Date: Wed, 24 Jun 2015 12:22:44 +0200 Subject: [PATCH] org-mac-link.el: Handle links to

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

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

2015-08-16 Thread Dmitri Makarov
K: [2015-04-25 Sat 20:20]--[2015-04-25 Sat 21:26] => 1:06 CLOCK: [2015-04-25 Sat 19:56]--[2015-04-25 Sat 20:04] => 0:08 CLOCK: [2015-04-25 Sat 18:11]--[2015-04-25 Sat 18:19] => 0:08 CLOCK: [2015-04-25 Sat 16:20]--[2015-04-25 Sat 17:44] => 1:24 CLOCK: [2015-04-25 Sat 12

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

[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

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:

[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... file-na

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

2012-09-19 Thread Dmitri Makarov
~/.emacs (or ~/.emacs.d/init.el) files. Everything is done with two simple shell commands invoking ant. I hope somebody will find this useful. Regards, Dmitri On Sep 19, 2012, at 7:03 PM, Bastien wrote: > Hi Dmitri, > > Dmitri Makarov writes: > >> If anyone interested,

[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 \"~/.emacs.d/elpa/htmlize-20120616.171

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