Re: [O] Pushing and pulling to google calendar

2014-06-30 Thread Doyley, Marvin
Thanks, I will try MobileOrg. Cheers, M --

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-12 Thread Doyley, Marvin
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes: Thanks everybody for highlighting the benefits of python. I am exploring python with a few undergraduates. I am impressed how well python plays with Fortran, f2py is awesome. The syntax is very similar to MATLAB so migration should be easy

[O] Sauron and Org-mode

2014-06-07 Thread Doyley, Marvin
Hi there, Yesterday I discovered Sauron and now I am trying it out. However, for some reason I can't get it to work. More specifically, it runs, but appointments (due within the next 15 min) that I have included in my org-agenda-file doesn't show up. Could someone tell me what I am doing wrong. A

Re: [O] babel python example not reproducible

2014-06-11 Thread Doyley, Marvin
Works for me, see example below #+BEGIN_SRC python :results output :session foo x=100 print "hello" 2 print "bye" #+END_SRC #+RESULTS: : : >>> hello : 2 : bye #+BEGIN_SRC python :results output :session foo print "hello good bye" print "Printing value from previous session", x #+END_SRC #+RES

Re: [O] babel python example not reproducible

2014-06-16 Thread Doyley, Marvin
Hi Shiyuan, I think the problem is that Emacs or babel is using python located in /usr/bin or /usr/local/sbin rather than default python or ipython. The way I got around this is rename python in these locations to python_old and then did a soft link to ipython (i.e., ln -s /anaconda/bin/ipython

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Doyley, Marvin
I love this app, but there is only one snag. Changing the temperature units from Celsius to Fahrenheit doesn't work. I get the same results regards of the units in specified in the org-weather-unit variable cheers, M -- Marvin Doyley Associate Professor 343 Hopeman Engineering Building Universit

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Doyley, Marvin
Thanks, I will change the api cheers, M --

Re: [O] babel python example not reproducible

2014-06-16 Thread Doyley, Marvin
Hi Eric, Thanks for showing me the smart way of doing this. cheers, M --

[O] org-ref in action

2014-06-26 Thread Doyley, Marvin M.
Hi John, Thanks for sharing. My students and I love it. Cheers, M

[O] Pushing and pulling to google calendar

2014-06-29 Thread Doyley, Marvin M.
Hi Everybody, Is there a way to sync org-agenda with google calendar so that I can exploit googles calendar reminder. I wish there was a way to send calendar reminders (pop-up, emails, text message ) from org-mode rather than going through google. Best Wishes, M Sent from my iPad

[O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-08 Thread Doyley, Marvin M.
Dear All, Here is a link to a manuscript my research group produced completely with org http://medicalimaging.spiedigitallibrary.org/issue.aspx. For the last 6 years, I have used org mainly for teaching (beamer), productivity, outlining ideas, and note taking. Inspired by John Kitchin's 2013 Sci

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-09 Thread Doyley, Marvin M.
our group? > > "Doyley, Marvin M." writes: > >> Dear All, >> >> Here is a link to a manuscript my research group produced completely with org >> https://urldefense.proofpoint.com/v1/url?u=http://medicalimaging.spiedigitallibrary.org/issue.aspx&k=p4Ly7qpEBiYPB

Re: [O] An Org centric research lab: Goodbye MS word, excel, and powerpoint

2014-07-10 Thread Doyley, Marvin M.
Good point. Thanks On Jul 10, 2014, at 8:45 PM, Grant Rettke mailto:g...@wisdomandwonder.com>> wrote: Doing all of your reproducible research with free software will maximize the number of people who may reproduce your research. MATLAB is a great, great tool, and not many people purchase it other

[O] real-time image rendering

2014-10-03 Thread Doyley, Marvin M.
Dear All, I am currently using Org mode as a teaching tool for a course that I am teaching this semester. I would like to run some python simulations in class and save the results to a file. I would like to show the results in real time as I change various parameters. I am using iimage-mode to

Re: [O] real-time image rendering

2014-10-03 Thread Doyley, Marvin M.
enR9G2iQ%3D%3D%0A&r=Fwb4ac3v7AhcQoTcqa9wemihF49yp0vUvrJ%2BiX5Re4w%3D%0A&m=Z1cxylKq%2BcxQlQYWByza7usVlHiUrctSCJZH%2BrYsd2c%3D%0A&s=be48c9d91e056d8bd6c1d1087998c148178cd7448476c9cc4260be57508f602b > > On Fri, Oct 3, 2014 at 5:12 PM, Doyley, Marvin M. > wrote: >> Dear All, >>

Re: [O] real-time image rendering

2014-10-03 Thread Doyley, Marvin M.
sVlHiUrctSCJZH%2BrYsd2c%3D%0A&s=be48c9d91e056d8bd6c1d1087998c148178cd7448476c9cc4260be57508f602b > > On Fri, Oct 3, 2014 at 5:12 PM, Doyley, Marvin M. > wrote: >> Dear All, >> >> I am currently using Org mode as a teaching tool for a course that I am >> teaching this semester. I would like to run some python simu

Re: [O] real-time image rendering

2014-10-06 Thread Doyley, Marvin M.
I agree controlling the refresh rate make your approach better. Thanks, M > Why better? For which reason? > Why not this: > --8<---cut here---start->8--- > (add-hook 'org-babel-after-execute-hook > (lambda () > (org-display-inline-images ni

[O] inline image size

2014-10-28 Thread Doyley, Marvin M.
Hi there, Does anybody know how to change the size of inline images in org ? I would like to do this using something like #+attr :with 200 thanks M

Re: [O] inline image size

2014-10-28 Thread Doyley, Marvin M.
Hi there, I found the solution http://lists.gnu.org/archive/html/emacs-orgmode/2014-10/msg00038.html cheers, M On Oct 28, 2014, at 9:16 PM, Doyley, Marvin M. wrote: > Hi there, > > Does anybody know how to change the size of inline images in org ? > > I would like to do this

[O] Trouble using julia with org-babel

2014-10-29 Thread Doyley, Marvin M.
Hi there, I have been play with julia the last couple of weeks and have been having some issues when I try to use it in org-babel More specifically, It get the following error ERROR: unsupported or misplaced expression using in _start at ./client.jl:394 in _start at /julia/usr/lib/julia/sys

Re: [O] Trouble using julia with org-babel

2014-10-29 Thread Doyley, Marvin M.
I am using release-0.3.0 what version are you using. I am also using ob-julia.el Cheers, M Sent from my iPad > On Oct 29, 2014, at 9:43 PM, Ista Zahn wrote: > > On Wed, Oct 29, 2014 at 12:35 PM, Doyley, Marvin M. > wrote: >> >> Hi there, >> >> I have been

Re: [O] Trouble using julia with org-babel

2014-10-31 Thread Doyley, Marvin M.
/julia/usr/lib/julia/sys.dylib while loading /Users/doyley/.julia/v0.3/PyPlot/src/PyPlot.jl, in expression starting on line 32 On Oct 29, 2014, at 10:53 PM, Ista Zahn wrote: > On Wed, Oct 29, 2014 at 10:09 PM, Doyley, Marvin M. > wrote: >> I am using release-0.3.0 what version a

[O] Minning Org-files

2015-10-09 Thread Doyley, Marvin M.
Hi there, I have a huge org-file with notes I have taken on various topics (my commonplace org file). Is there an easy way to grab all the entires with a given tag or keyword to a new org-file ? Thanks, M --- Marvin Doyley Ph.D. University of Rochester Associate Professor of Electrical and Com

[O] Readcube

2015-10-09 Thread Doyley, Marvin M.
Hi there, I have been using readcube to manage my pdfs, awesome software, for more than a year now. However, i would like to link it to my org-mode notes. Does anybody know how to grab readcube links on OS X. Thanks, M --- Marvin Doyley Ph.D. University of Rochester Associate Professor of Elec

Re: [O] Readcube

2015-10-09 Thread Doyley, Marvin M.
roup.cheme.cmu.edu<https://urldefense.proofpoint.com/v2/url?u=http-3A__kitchingroup.cheme.cmu.edu&d=BQMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=T41F_5QsIVBGYhPPUkgYHUp9iPHgs2rOCjs7rfKaTMU&m=Bmxs608u3u9gou8iu8lQaHI6Frs3G0whL1fqtuWMobg&s=ZxToMNe5xuAc8Syy36ecJk5GpWhp8TT02uSSsS6euCw&e=>

Re: [O] Minning Org-files

2015-10-09 Thread Doyley, Marvin M.
>(lambda () > (save-restriction >(org-narrow-to-subtree) >(buffer-string))) >"TODO=\"DONE\""))) > (switch-to-buffer (get-buffer-create "new")) > (org-mode) > (mapcar &#x

Re: [O] Minning Org-files

2015-10-10 Thread Doyley, Marvin M.
(interactive "sQuery: ") > ; insert code below and change "TODO=\"DONE\"" to search-arg > ) > > > Doyley, Marvin M. writes: > >> Is there anyway of making the search term a variable ? >> >>> On Oct 9, 2015, at 1:24 PM, John Kit

Re: [O] Minning Org-files

2015-10-10 Thread Doyley, Marvin M.
sQuery: ") > ; insert code below and change "TODO=\"DONE\"" to search-arg > ) > > > Doyley, Marvin M. writes: > >> Is there anyway of making the search term a variable ? >> >>> On Oct 9, 2015, at 1:24 PM, John Kitchin wrote:

[O] Fwd: Converting paragraph to plain lis

2015-12-16 Thread Doyley, Marvin M.
Hi John, I really appreciate this. Cheers, M --- Begin forwarded message: From: John Kitchin mailto:jkitc...@andrew.cmu.edu>> Date: December 16, 2015 at 6:38:51 AM EST To: marvin doyley mailto:marvin...@gmail.com>> Cc: emacs-orgmode@gnu.org Subject: Re: [O] Conve

[O] CDlatex

2015-12-18 Thread Doyley, Marvin M.
Hi there, I just upgrade my org-mode, and it seems that the function turn-on-org-cdlatex is no longer available, or maybe I am messing something. M ---

Re: [O] org-ref

2016-02-16 Thread Doyley, Marvin M.
p_Pb8XtIN_Mc&s=Bt19oExXxO-LVeTcZiV0U8cwnTeGmv5Tbyy3GyICw8Q&e=> On Tue, Feb 16, 2016 at 8:52 AM, Doyley, Marvin M. mailto:mdoy...@ur.rochester.edu>> wrote: John, I have a quick question. Can I use org-ref to reference multiple figures similar to what can be done for citations. For ex

Re: [O] org-ref

2016-02-16 Thread Doyley, Marvin M.
iPHgs2rOCjs7rfKaTMU&m=P4RAQ290xDFvKbWNvyGYOccZLnfZ5U3p_Pb8XtIN_Mc&s=Bt19oExXxO-LVeTcZiV0U8cwnTeGmv5Tbyy3GyICw8Q&e=> On Tue, Feb 16, 2016 at 8:52 AM, Doyley, Marvin M. mailto:mdoy...@ur.rochester.edu>> wrote: John, I have a quick question. Can I use org-ref to reference multiple figures

[O] latex newcommand in org

2016-05-20 Thread Doyley, Marvin M.
Hi there, In my group, we typically response to reviewers comments (in latex) by first defining the following command in the header \newcommand{\response}[1]{\textcolor{red}{#1}} then marking up the text as follows \response{red text} I try to do the same in org, i.e., putting #+latex_heade

Re: [O] latex newcommand in org

2016-05-20 Thread Doyley, Marvin M.
Thanks, I will give Eric’s suggestion a go. Cheers, M On May 20, 2016, at 3:50 PM, Marcin Borkowski mailto:mb...@mbork.pl>> wrote: On 2016-05-20, at 20:45, Eric S Fraga mailto:e.fr...@ucl.ac.uk>> wrote: On Friday, 20 May 2016 at 18:10, Doyley, Marvin M. wrote: Hi there, In

Re: [O] latex newcommand in org

2016-05-20 Thread Doyley, Marvin M.
.pl>> wrote: On 2016-05-20, at 20:45, Eric S Fraga mailto:e.fr...@ucl.ac.uk>> wrote: > On Friday, 20 May 2016 at 18:10, Doyley, Marvin M. wrote: >> Hi there, >> >> In my group, we typically response to reviewers comments (in latex) by first >> defining the

[O] strange behavior with org-babel python

2015-05-11 Thread Doyley, Marvin M.
Hi there, If run the follow codes I get the following, could someone explain to me what is going wrong (1) The desired results #+BEGIN_SRC python :results output :exports both :session x=5 def foo(x): if x>0: return x+1 else: return x-1 print(foo(

Re: [O] strange behavior with org-babel python

2015-05-12 Thread Doyley, Marvin M.
Thanks, this works when I use :session, but I don’t get any results when I am not running a session. Doy you know why this is the case? Cheers, M On May 11, 2015, at 11:20 PM, Puneeth Chaganti wrote: > On Tue, May 12, 2015 at 6:37 AM, Doyley, Marvin M. > wrote: >> Hi there, >&

[O] org-link type

2015-05-13 Thread Doyley, Marvin M.
Dear all, I would like to change the face (i.e., color and appearance) of a custom org link type and was wonder if there is a easy way to do this. Thanks M

Re: [O] org-link type

2015-05-13 Thread Doyley, Marvin M.
urldefense.proofpoint.com/v2/url?u=http-3A__kitchingroup.cheme.cmu.edu&d=AwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=T41F_5QsIVBGYhPPUkgYHUp9iPHgs2rOCjs7rfKaTMU&m=ABInZ3aazeW0zibrWLWQE1DBDpTbd1DkoRqwShNReyo&s=L1Ygq2EOiXSQ_97_KYgP84pmZZpkCcLOtE6I4Wz81KU&e=>

Re: [O] Counting number of children under heading

2014-04-17 Thread Doyley, Marvin M.
Hi Thorsten, It is not working like a charm. Thanks M

[O] Fwd: Emphasizing multiple lines

2014-06-04 Thread Doyley, Marvin M.
> >> Check out the docstring for org-emphasis-regexp-components -- the fifth >> element determines how many newlines can be spanned by emphasis markers. >> For instance, I've got: >> >> (setf (nth 4 org-emphasis-regexp-components) 3) > >> Hope that helps. > >> E > > Hi Eric, > > This works l

Re: [O] Fwd: Emphasizing multiple lines

2014-06-05 Thread Doyley, Marvin M.
> Yup, looks like that's how it works over here, too -- as far as I know > it won't automatically display the face when you close emphasis past a > newline. It's only cosmetic, though -- export and whatnot will parse it > correctly. My guess is there's no easy way around it... Hi Eric, Since this

[O] Sauron and Org-mode

2014-06-07 Thread Doyley, Marvin M.
I go this to work. It turns out that it works only for appointments not deadlines or schedule. Cheers, M

[O] Problem with Org-capture mode

2017-01-04 Thread Doyley, Marvin M.
Hi there, Org capture template is not working. I get the following message when I try to use it. Does anybody know how to fix this ? Thanks M For information about GNU Emacs and the GNU system, type C-h C-a. Problems while trying to load feature ‘org-mac-message’ File mode specification error

Re: [O] Problem with Org-capture mode

2017-01-04 Thread Doyley, Marvin M.
Here is the backtrace Debugger entered--Lisp error: (void-function org-set-local) (org-set-local (quote yas/trigger-key) [tab]) (lambda nil (org-set-local (quote yas/trigger-key) [tab]) (define-key yas/keymap [tab] (quote yas/next-field-or-maybe-expand)))() run-hooks(change-major-mode-after-

Re: [O] Problem with Org-capture mode

2017-01-04 Thread Doyley, Marvin M.
rsions? On Wed, Jan 4, 2017 at 2:23 PM Doyley, Marvin M. mailto:m.doy...@rochester.edu>> wrote: Hi there, Org capture template is not working. I get the following message when I try to use it. Does anybody know how to fix this ? Thanks M For information about GNU Emacs and the GNU syst

[O] Elpy in python code blocks

2017-03-05 Thread Doyley, Marvin M.
Doesn't anybody know how to enable elpy mode when writing python or ipython code blocks. Thanks, M Sent from my iPad

Re: [O] Elpy in python code blocks

2017-03-05 Thread Doyley, Marvin M.
6CcxfVqtoMXdwipACSFvCfX-WTCeSA&e=> On Sun, Mar 5, 2017 at 9:10 AM, Doyley, Marvin M. mailto:m.doy...@rochester.edu>> wrote: Doesn't anybody know how to enable elpy mode when writing python or ipython code blocks. Thanks, M Sent from my iPad

Re: [O] Elpy in python code blocks

2017-03-05 Thread Doyley, Marvin M.
=zD78rXD-wUEOt6CcxfVqtoMXdwipACSFvCfX-WTCeSA&e=> > > > On Sun, Mar 5, 2017 at 9:10 AM, Doyley, Marvin M. <mailto:m.doy...@rochester.edu>> wrote: > Doesn't anybody know how to enable elpy mode when writing python or ipython > code blocks. > > Thanks, > M > > Sent from my iPad > signature.asc Description: Message signed with OpenPGP using GPGMail

[O] Exams

2017-03-06 Thread Doyley, Marvin M.
Does anybody have a good system for writing exams with Org mode ? Thanks, M signature.asc Description: Message signed with OpenPGP using GPGMail

[O] Writing exams

2017-03-07 Thread Doyley, Marvin M.
Does anybody have a good system for writing exam in Org-mode ? Thanks, M signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [O] Writing exams

2017-03-07 Thread Doyley, Marvin M.
Thanks for the list. I will try them out. Cheers, M > On Mar 7, 2017, at 11:01 AM, Samuel Loury wrote: > > Samuel Loury writes: > >> "Doyley, Marvin M." writes: >> >>> Does anybody have a good system for writing exam in Org-mode ? > >>

Re: [O] Writing exams

2017-03-10 Thread Doyley, Marvin M.
nd part 7 text of third part ** second question [...] I can send a copy of the orgfile or the produced pdf to any interested parties. (It seems like maybe attaching files of any size to an email to this list is maybe not good etiquette, but I am a first time poster, so what do I know?) If

[O] New markup for revising manuscripts

2017-03-10 Thread Doyley, Marvin M.
Hi there, When revising manuscripts, I usually highlight the changes (response to reviewer) in red. I use typically do this as follows: (1) #+latex_header: \newcommand{\response}[1]{\textcolor{red}{#1}} (2) \response{changes) Is there a more elegant way to do this ? It would be nice if I could

Re: [O] New markup for revising manuscripts

2017-03-11 Thread Doyley, Marvin M.
from https://github.com/fniessen/org-macros/blob/master/README.org > <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_fniessen_org-2Dmacros_blob_master_README.org&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&

Re: [O] New markup for revising manuscripts

2017-03-11 Thread Doyley, Marvin M.
\textcolor{$1}{$2}@@ > > This is from https://github.com/fniessen/org-macros/blob/master/README.org > <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_fniessen_org-2Dmacros_blob_master_README.org&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3

Re: [O] New markup for revising manuscripts

2017-03-11 Thread Doyley, Marvin M.
; > :export (lambda (keyword desc format) > (cond >((eq 'latex format) > (format "\\textcolor{red}{%s}" keyword > :face '(:foreground "red")) > Doyley, Marvin M. writes: > >> Hi John, >> >> I m

Re: [O] New markup for revising manuscripts

2017-03-11 Thread Doyley, Marvin M.
he overlay approach in > ov-highlighter. It nicely manages multiline comments, but is not part of > org markup though. A downside is you have to store the overlays in the > document to get persistence, and it is easily breakable if others edit > the document without using the package. > >

Re: [O] New markup for revising manuscripts

2017-03-13 Thread Doyley, Marvin M.
Hi Eric, I really appreciate this. I will try it out too. Cheers, M On Friday, 10 Mar 2017 at 20:33, Doyley, Marvin M. wrote: > Hi there, > > When revising manuscripts, I usually highlight the changes (response > to reviewer) in red. I use typically do this as follows: > (1)

Re: [O] New markup for revising manuscripts

2017-03-13 Thread Doyley, Marvin M.
> This is from https://github.com/fniessen/org-macros/blob/master/README.org > <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_fniessen_org-2Dmacros_blob_master_README.org&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0

[O] Viewing pdf images

2017-03-17 Thread Doyley, Marvin M.
Hi there, For manuscripts, my research group and I typically save images in pdf format, much better resolution. It would be nice to view pdf images when working in org-mode. Does anybody know how to view pdf images in org-mode. Thanks, M PS We also work with svg images too, that would also lo

Re: [O] Viewing pdf images

2017-03-17 Thread Doyley, Marvin M.
int.com/v2/url?u=http-3A__emacs.stackexchange.com_questions_390_display-2Dpdf-2Dimages-2Din-2Dorg-2Dmode&d=DwIC-g&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=cQ2XAFEKpHWcRH33Hvyanl-V2rE3v-7glys69pwm8CY&s=rmvwv-l1KvLkkUN0iG1d7bT6-MNbzQOFpz5U4-fLPt0&e= > > Cheers.

Re: [O] Viewing pdf images

2017-03-21 Thread Doyley, Marvin M.
agemagick)) > (add-to-list 'image-file-name-extensions "eps") > (add-to-list 'image-type-file-name-regexps '("\\.pdf\\'" . imagemagick)) > (add-to-list 'image-file-name-extensions "pdf") > (setq imagemagick-types-inhibit (remove

Re: [O] Viewing pdf images

2017-04-09 Thread Doyley, Marvin M.
Hi Eduardo, I also agree that in terms of resolution (pix per inch ) pdf and jpg are the same. However, pdf (and SVG) allow the image to be scaled with little loss in image quality. In my lab we typically save the images in pdf because the most biomedical journals don’t accept SVG file format (

Re: [O] Viewing pdf images

2017-04-12 Thread Doyley, Marvin M.
Hi Eduardo, Thanks for the insight, I really appreciate this. Cheers, M > On Apr 10, 2017, at 12:51 PM, Eduardo Mercovich wrote: > > Hi Marvin. > >> I also agree that in terms of resolution (pix per inch ) pdf and jpg are the >> same. However, pdf (and SVG) allow the image to be scaled with lit

[O] exporting org to docx

2017-06-24 Thread Doyley, Marvin M.
Hi there, I am play with John’s ox-word.el function, which us pandoc to convert org via latex to docx. However, when I try to use it, I get the following error helm-M-x: Wrong type argument: stringp, nil Any suggestion on how to resolve this issue. Cheers, M Ps Here is the backtrace Debugg

Re: [O] exporting org to docx

2017-06-24 Thread Doyley, Marvin M.
> On Jun 24, 2017, at 1:07 PM, John Kitchin wrote: > > what is this function: my-other-delete-trailing-blank-lines > > it appears it is not defined. but is getting called in a before-save-hook. > > Doyley, Marvin M. writes: > >> Hi there, >> >> I am pla

Re: [O] exporting org to docx

2017-06-27 Thread Doyley, Marvin M.
Here is a sample file that I have been using, simple_test.org Description: Binary data simple_test.tex Description: TeX document > On Jun 27, 2017, at 10:53 AM, John Kitchin wrote: > > can you post a small org file that has this problem? > > Doyley, Marvin M. writes: &

Re: [O] exporting org to docx

2017-06-28 Thread Doyley, Marvin M.
Hi John, I really appreciate your help. I tried the latest version of ox-word.el that you place in scimax, but got the same error. I suspect that there is a bug in my set-up. I will investigate and keep you posted. Cheers, M > On Jun 27, 2017, at 7:21 PM, Doyley, Marvin M. wrote: >

[O] Script for automatically linking to an external file

2019-04-15 Thread Doyley, Marvin M.
Hi there, I trying to make a script that (a) automatically creates a file e.g. notes-04-15-2019.org (b) makes a link to notes-40-15-2019.org automatically in index.org under a specific heading (c) open notes-04-2019.or

[O] Issue with internal links

2019-08-08 Thread Doyley, Marvin M.
Hi there, Whenever I double click on an internal link I get the following error “void-function org-pass-link-to-system” Does anybody know how to resolve this. Thanks M PS. Enclosed is the a back trace for a simple file * Testing * One * Two [[*Testing]]. (I also tried [[Testing]] and I

Re: [O] Issue with internal links

2019-08-09 Thread Doyley, Marvin M.
Hi Nicolas, (add-hook 'org-open-link-functions t) Fixed the problem. Thanks M > On Aug 8, 2019, at 4:53 PM, Nicolas Goaziou wrote: > > Hello, > > "Doyley, Marvin M." writes: > >> Whenever I double click on an internal link I get the following error &g

Org-ref error

2020-01-22 Thread Doyley, Marvin M.
-Hi Everybody, For some reason, I keep getting an error (JSON readable error: 60) whenever I try to add a BibTex entry to a BibTex file using doi-utils-add-bibtex-entry-from-doi. I would appreciate if someone could tell me how to resolve this problem. Best Wishes, M Here is the backtrace tha

Re: Org-ref error

2020-01-22 Thread Doyley, Marvin M.
.cmu.edu&d=DwMFaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=I1VldbLrMmiVdqzz6xm-zhhiNqpNimU3ZUNsYaZhsyg&s=Az4I3HmGnsMldRbgCoDskRbN_tDipsjAUXbH482gDA8&e=> On Wed, Jan 22, 2020 at 8:08 PM Doyley, Marvin M. mailto:m.doy...@rochester.edu>

Re: Org-ref error

2020-01-22 Thread Doyley, Marvin M.
Qh5ofMHBeTl9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=I1VldbLrMmiVdqzz6xm-zhhiNqpNimU3ZUNsYaZhsyg&s=Az4I3HmGnsMldRbgCoDskRbN_tDipsjAUXbH482gDA8&e=> On Wed, Jan 22, 2020 at 8:08 PM Doyley, Marvin M. mailto:m.doy...@rochester.edu>> wrote: -Hi Everybody, For some reas

[O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-08 Thread Doyley, Marvin M.
Hi there, I am in the process of writing a broad literature review and was wondering if there is a way to get org-ref to search Pubmed and automatically pull (pdf, abstracts, etc) all the papers that satisfy a given search terms (year range, keyword, authors) ? Thanks, M

Re: [O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-08 Thread Doyley, Marvin M.
9EI2eaqQZhHbOU&r=s3_3riAscdqtNAzgOuwYB9g0dZVGcp8BNCy_RylYdxU&m=H6YoFReSxOsGNCWFjFOb7BY7fkgnr_5tlTfCQEW7ck8&s=xak0y049_VKcjFA7_x91GoPfe7gxb85PFs6tKYiZrfI&e=> > > > On Mon, Jan 8, 2018 at 3:32 PM, Doyley, Marvin M. <mailto:m.doy...@rochester.edu>> wrote: > Hi there, > > I

Re: [O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-09 Thread Doyley, Marvin M.
bibtex and pdf (if it knows how to). I doubt you can > do year range query, but certainly authors and keywords. It really > excels at freeform citations as the query. > > Doyley, Marvin M. writes: > >> Hi there, >> >> I am in the process of writing a broad literature

[O] Problem with python source block

2018-05-25 Thread Doyley, Marvin M.
Hi there, When I run the following code I get an error, does anybody know how to fix this I am using the latest version of org-mode. Thanks, M #+BEGIN_SRC python :results file import numpy as np import matplotlib.pyplot as plt import seaborn as sns x = np.random.rand(100) y= np.cos(x) plt.plot

Re: [O] Problem with python source block

2018-05-26 Thread Doyley, Marvin M.
; header argument, maybe i>t is >set elsewhere? >Hope it helps. >thibault >Doyley, Marvin M. writes: > Hi there, > > When I run the following code I get an error, does anybody know how to fix > this > > I am using the latest version of org-mode. > > Than

Re: [O] Problem with python source block

2018-05-26 Thread Doyley, Marvin M.
Hi there, The problem seem to be cause by scimax-org-babel-python.el. When I disable this works fine, but doing this disables asynchronous execution. John do you have any suggestions what is going on ? Cheers, M On May 26, 2018, at 9:16 AM, Doyley, Marvin M. mailto:m.doy...@rochester.edu

Re: [O] Problem with python source block

2018-05-26 Thread Doyley, Marvin M.
Thanks John, The problem is now fixed cheers, M > On May 26, 2018, at 10:22 AM, Doyley, Marvin M. > wrote: > > Hi there, > > The problem seem to be cause by scimax-org-babel-python.el. > When I disable this works fine, but doing this disables asynchronous > exe

[O] Json readable error

2018-07-21 Thread Doyley, Marvin M.
Hi there, For some strange reason whenever I switch to org-mode (M-x org-mode), I get json readtable error: 84, which I have been trying to resolve without much success. Have anyone encountered this before or know how to resolve it? This problem could be due to recent change that I have made

Re: [O] Json readable error

2018-07-21 Thread Doyley, Marvin M.
Thanks, I will do the same, since I really use ipython in emacs. Cheers, M > On Jul 21, 2018, at 2:31 PM, Xu Chunyang wrote: > > > Doyley, Marvin M. writes: > >> Hi there, >> >> For some strange reason whenever I switch to org-mode (M-x org-mode), I get &

Getting email from MS outlook into emacs

2023-11-27 Thread Doyley, Marvin M.
Hi there, I have been trying to configure mbsync to download email from MS Outlook. Unfortunately, the new oauth2 authentication makes things difficult, especially since my institution has disabled the Azure App permission. Does anybody have a workaround? I just want the email message to be l