[O] callback function on async export?

2017-01-09 Thread John Kitchin
Is there some way to get a call back function, or trigger a function when the async export completes? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] excluding whole trees on export when subtrees have "select" tags present

2017-01-09 Thread John Kitchin
gt; I can achieve what I want by commenting and uncommenting headlines but > this is very clumsy and error-prone for my use case. > > I guess I simply want to confirm that the above noted behaviour is > indeed what is expected from org. If so, I will find a work-around. > > Thanks

[O] pseudo-async export?

2017-01-08 Thread John Kitchin
an emacs server and then send it messages to do the export of the file in the other process. Has any one seen anything work like this? At the command line it is doable with a named daemon and emacsclient I think. I feel like it should be possible through elisp too. thoughts? -- Professor John Kitchin

Re: [O] org-ref: citation types (insert full citation); bib style; bib scope

2017-01-07 Thread John Kitchin
uld add it > like this: >> >> >> (push '("misc" . "${author} ${year}. /${title}/, > [[${howpublished}]]")(cdr (assoc "org" >> org-ref-formatted-citation-formats))) >> > > got it now. This is great, thanks. Moving forward now that you've solved > my last problem... for properly formatted citations, is latex the only > fully supported publication type? What about, say, pandoc md or odt? > > Thank you thank you thank you! org-ref has some support to export citations in latex, html, org, md/pandoc and text. I do not know how good it is, but the framework for it mostly exists. -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] org-ref: citation types (insert full citation); bib style; bib scope

2017-01-06 Thread John Kitchin
> ah, looks pretty simple, I should be able to do this. > >> > >> > * Bibliography scope >> > I guess I don't really know how to build a bibliographic file to go with >> a >> > particular project. At present I am using my full Zotero library &

Re: [O] Cannot resize inline image

2017-01-06 Thread John Kitchin
> /Applications/Emacs.app/Contents/Resources/lisp/org/) > > Anyone can help on this, please? > > C-c C-x C-v shows only original image size. What should I need to check > more? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carneg

Re: [O] org-ref: citation types (insert full citation); bib style; bib scope

2017-01-06 Thread John Kitchin
That is possible. I am out now, but this afternoon I will send another note on how to do it. On Fri, Jan 6, 2017 at 11:05 AM Matt Price <mopto...@gmail.com> wrote: > On Fri, Jan 6, 2017 at 10:26 AM, John Kitchin <jkitc...@andrew.cmu.edu> > wrote: > > > > > Matt

Re: [O] org-ref: citation types (insert full citation); bib style; bib scope

2017-01-06 Thread John Kitchin
-ref-extract-bibtex-entries should put a new heading in the buffer with the relevant bibtex entries. > > Thanks everyone, and of course especially John for this amazing tool. > > Matt -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] transcluding some org-elements in multiple places

2017-01-05 Thread John Kitchin
It would be easy to have it export the plain text of the transcluded heading. to export the actual heading, I would setup a preprocessing hook that replaces the link with the content it points to. John --- Professor John Kitchin Doherty Hall A207F Department

Re: [O] Org-mode and/or org-ref citation formats

2017-01-05 Thread John Kitchin
ot; pre)) ((and (not (string= post "")) (string= pre "")) (format "[::%s]" post))) (helm-add-action-to-source "pre/post insert cite" 'my-insert helm-source-bibtex) #+END_SRC we already use C-u to insert a ref link, and C-u C-u to insert a la

Re: [O] transcluding some org-elements in multiple places

2017-01-05 Thread John Kitchin
(ov-put ov 'display disp))) (ov-clear 'transclude 'any start end #+END_SRC Matt Price writes: > On Wed, Dec 14, 2016 at 11:55 AM, John Kitchin <jkitc...@andrew.cmu.edu> > wrote: > >> >> David Talmage writes: >> >

Re: [O] Org-mode and/or org-ref citation formats

2017-01-04 Thread John Kitchin
escription. There is no way to do it through helm-bibtex though. > 3) do they export correctly to other formats (like docx)? Probably not to docx. There are exports defined for ’html, ’latex, ’ascii, ’org, ’md, and ’pandoc. HTML works pretty well, LaTeX works, > 4) is there a way to conv

Re: [O] editing scheme fragments

2017-01-04 Thread John Kitchin
I can't reproduce that. I wonder if you should try running org-element-cache-reset Sometimes I have seen org get confused when the cache is out of date. this usually happens when I have code that generates parts of the file. John --- Professor John Kitchin

Re: [O] Passing an image reference to source code block

2016-12-27 Thread John Kitchin
Can you pass \ref{fig:image} in? I think that is what you would do in Latex. On Mon, Dec 26, 2016 at 7:00 PM shripad sinari wrote: > Hello all, > I would like to know if there is a way to pass a reference for a figure to > a source block as in the following example: >

Re: [O] Properties ID vs. CUSTOM_ID

2016-12-22 Thread John Kitchin
That is just be a convention though, and as long as the IDs are unique, it does not matter who sets them. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803

Re: [O] Properties ID vs. CUSTOM_ID (was: Automatically Generating IDs From Title and Date)

2016-12-22 Thread John Kitchin
There is not an issue using a human-readable id in :ID: as long as it is unique. It will store fine, link fine, etc... John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268

Re: [O] heading specific fast keys?

2016-12-21 Thread John Kitchin
t; > From: Emacs-orgmode [mailto:emacs-orgmode- > > bounces+mec=stowers@gnu.org] On Behalf Of John Kitchin > > Sent: Wednesday, December 21, 2016 2:18 PM > > To: emacs-orgmode@gnu.org > > Subject: [O] heading specific fast keys? > > > > I wondered

[O] heading specific fast keys?

2016-12-21 Thread John Kitchin
map for non-special headings. Thoughts? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Elisp: help on string operations for fast file visiting

2016-12-20 Thread John Kitchin
");; > hard coded stuff for testing purposes > ) > ) > ) > ) > (message (concat "result -> " result)) > (re-search-forward " \[\[.+\]\[" nil t 1) > (let

Re: [O] transcluding some org-elements in multiple places

2016-12-14 Thread John Kitchin
David Talmage writes: > On Fri, Dec 9, 2016 at 11:28 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > >> On Friday, 9 Dec 2016 at 15:29, John Kitchin wrote: >> > Hi all, >> > >> > I have an idea for how I could transclude "copies" or li

[O] transcluding some org-elements in multiple places

2016-12-09 Thread John Kitchin
any potential issues? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] org-ref file path to pdf

2016-12-08 Thread John Kitchin
if it could find one. I hope those help. Georg W. Otto writes: > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> This doesn't sound like something that should be happening I think. How >> current is your org-ref? >> >> I do not use the notes feature

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2016-12-08 Thread John Kitchin
l execution to wget that link, save it to >> /tmp/config.org and then replace >> >> #+SETUPFILE: https://cdn.rawgit.com/path/to/config.org >> >> with >> >> #+SETUPFILE: /tmp/config.org >> >> in, may be, org-export-before-processing-hook? >>

Re: [O] org-ref file path to pdf

2016-12-07 Thread John Kitchin
gt; possible to create a link that does not expand the file path, like this > > ~/Dropbox/bibliography/bibtex-pdfs/BibtexKey.pdf > > I appreciate your help. > > Georg -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] capitalization of titles in org-ref

2016-12-03 Thread John Kitchin
you could try commenting out orcb-key too. it should be using the bibtex-autokey settings though. Georg W. Otto writes: > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> That happens because of the function org-ref-title-case-article in the >> variable org-ref

Re: [O] capitalization of titles in org-ref

2016-12-02 Thread John Kitchin
John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Fri, Dec 2, 2016 at 9:20 AM, Georg W. Otto <g.o...@ucl.ac.uk> wrote: > Hi, > > I am not completely sure

Re: [O] fuzzy matching of parameters

2016-12-02 Thread John Kitchin
ach-attach (concat > (file-name-directory (buffer-file-name)) assignment "/" f) )) > (message "No files match name of %s" > name))) > (error (message "Unable to attach file > belonging to student"))) >

Re: [O] Make wide tables more readable

2016-12-01 Thread John Kitchin
If I had to guess its because I was unaware of that command when I wrote those functions ;) John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http

Re: [O] Make wide tables more readable

2016-12-01 Thread John Kitchin
ractive) (set-face-attribute 'default nil :height (truncate (* 0.9 (face-attribute 'default :height) which I bind to C-- and C-= to shrink the font size down until it fits, then when I am done increase it. John --- Professor John Kitchin Doherty H

Re: [O] dynamically set face [was: semi-visible stars?]

2016-12-01 Thread John Kitchin
d be equal to the background > color of the frame." > :group 'org-faces) > > but I get this error: > > set-face-attribute: Wrong type argument: stringp, (format (face-attribute > (quote default) :background)) > > Obviously my understanding of lisp types is a little weak, but (type-of > (format (face-attribute 'default :background))) returns "string". So > what's wrong here? And am I going about this the right way? > > Thank you! > m > > > >> >>> Thank you! >>> >>> Matt >>> >>> >> -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] export to single html file (like reveal_single_file:t) in regular html export

2016-11-26 Thread John Kitchin
i all >> >> i love the option in org revel (reveal_single_file:t) that allows me to >> export a presentation to my students with image support embedded in the >> html file./ >> >> ive searched for a way to do it in the normal org to html exporter with no >> suc

Re: [O] org-mode 9.0 LaTeX export figure labels do not work

2016-11-23 Thread John Kitchin
; | \centering > | \includegraphics[width=.9\linewidth]{./tc_profile.png} > | \caption{\label{fig:orgceb3fa6} > | Temperature Cycling Profile} > | \end{figure} > ` > > PDF output: > > , > | Temperature profile is shown in Fig. ??. > ` > > Is this a

Re: [O] Release 9.0 test failed: test-ob/indented-cached-org-bracket-link

2016-11-19 Thread John Kitchin
has a trailing slash. Fix that and the problem > should go away (most likely TMPDIR has a trailing slash). Check with > > : make config > > or even > > : make config-all > > that the variable is set correctly. > > Regards, > Achim. -- Professor John Kitchin

Re: [O] How to find out in Elisp which .bib file is used for the current org buffer?

2016-11-18 Thread John Kitchin
an usually find this out by looking for a > \bibliography command or, if you use biblatex, for > \addbibresource. I'm wondering what the canonical way is to > specify this for an Org file. > > TIA > > Joost -- Professor John Kitchin Doherty Hall A207F Department of Ch

Re: [O] force italic mode?

2016-11-17 Thread John Kitchin
gt; > @@html:@@fuzzywuzzywuzzabear@@html:@@ > > For instance. Is that what you meant? > > > -- John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] html-email in org-mode

2016-11-06 Thread John Kitchin
and tell me if they see anything > wrong... I'd aprreciate it. Th > anks, > > Matt -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] analog of org-latex-prefer-user-labels for html?

2016-11-06 Thread John Kitchin
Goaziou writes: > Hello, > > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> I noticed there seems to have been a change in html export with labels. >> >> In the past, I feel like a table like this: >> >> #+CAPTION: Hello

[O] analog of org-latex-prefer-user-labels for html?

2016-11-06 Thread John Kitchin
Hi all, I noticed there seems to have been a change in html export with labels. In the past, I feel like a table like this: #+CAPTION: Hello World #+NAME: tab:hello | Hello | World | |---+---| | 1 | 2 | would be exported with an id of tab:hello that you could use in a link to

[O] version dependent org-links

2016-11-04 Thread John Kitchin
mu4e-store-link) (org-add-link-type "mu4e" 'org-mu4e-open) (add-hook 'org-store-link-functions 'org-mu4e-store-link)) -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-78

[O] transitioning links defined in packages from pre org-9 to org-9

2016-11-04 Thread John Kitchin
low 'org-mu4e-open :store 'org-mu4e-store-link)) (org-8 (org-add-link-type "mu4e" 'org-mu4e-open) (add-hook 'org-store-link-functions 'org-mu4e-store-link)) -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University P

Re: [O] Release 9.0

2016-11-04 Thread John Kitchin
I posted some examples of the new link capabilities in org 9.0 here: http://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/ They are pretty phenomenal! John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering

Re: [O] v9.0 running babel blocks

2016-11-03 Thread John Kitchin
e) is disabled", so I guess the missing space issue > happens when the code block does not have name. > > > Best, > > Joon -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

[O] v9.0 running babel blocks

2016-11-03 Thread John Kitchin
? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] multiple tables in orgmode document?

2016-11-01 Thread John Kitchin
d just after writing column headings and couldn't figure out how to > do that. -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

[O] (no subject)

2016-11-01 Thread John Kitchin
.png]] A code block: #+BEGIN_SRC python for i in range(5): print(i) #+END_SRC * A subtree An orgmode reference: [[#Dominik201408][Dominik201408]]. A figure reference: [[ref:fig-particle]]. -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon

Re: [O] Fontification of collapsed sections with code blocks

2016-10-31 Thread John Kitchin
I feel like I recall some one recently saying adding an extra blank line after the src blocks or at the end of the blocks might solve it. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh

Re: [O] html-email in org-mode

2016-10-30 Thread John Kitchin
italicize-table (data backend info) (with-temp-buffer (insert data) (goto-char (point-min)) (while (re-search-forward "<td" nil t) (replace-match " John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> 1.1.3 Tables >> >> Table

Re: [O] replying to emai with org-mode syntax in mu4e

2016-10-29 Thread John Kitchin
d to > html. And I found this on github: > > https://github.com/djcb/mu/issues/392 -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] org-link interface

2016-10-13 Thread John Kitchin
I do not know if you can do that. I would do something like this. (defun insert-foo-link (path) (interactive "sfoo path: ") (insert (format "[[foo:%s][%s]]" path path))) Daniele Nicolodi writes: > On 10/13/16 8:14 AM, John Kitchin wrote: >> In org8

Re: [O] Document of org-map-entries

2016-10-13 Thread John Kitchin
rg-map-entries'. I've searched extensively, but was unable to find >>> > much useful information. Can somebody please shed some lights on >>> > this? >>> > >>> >>> See >>> >>>(info "(org) Using the mapping API") >>> >>> and >>> >>>(info "(org) Matching tags and properties") >>> >>> -- >>> Nick >>> >>> >>> >> -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Problem with python session

2016-10-10 Thread John Kitchin
t; is admittedly confusing to have different behavior with and without the >> ":session" argument. > > Thank you for the analysis. Would you have a suggestion on how to > improve the situation? > > Regards, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Best diagram, image software?

2016-10-06 Thread John Kitchin
gt; > Now to figure out how to generate other formats, to work with HTML and > LaTeX/PDF output. > > Thanks, all!! > > -pd -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Best diagram, image software?

2016-10-06 Thread John Kitchin
-latex-create-formula-image-program 'imagemagick) #+END_SRC Peter Davis writes: > On Thu, Oct 6, 2016, at 01:59 PM, John Kitchin wrote: >> I tried this, and it worked for me. Check *Messages* for things like: >> Failed to create dvi file from >> /var/folders/5q/lllv2yf95hg_n6h

Re: [O] Best diagram, image software?

2016-10-06 Thread John Kitchin
6... > executing Latex code block... > org-latex-compile: PDF file > c:/Users/pdavis/AppData/Local/Temp/orgtex5448hGP.pdf wasn’t produced > > I've got ImageMagick installed. I don't know how to debug this. -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Is it generally better practice to specify local variables at the first line for Org files?

2016-10-05 Thread John Kitchin
I usually just put a headline at the end, titled "end" or "local variables", etc.., and tagged noexport, John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, P

Re: [O] Failure to display more than 18 images with captions

2016-10-02 Thread John Kitchin
ote: >> > Hello, >> > >> > Jean Louis <g...@rcdrun.com> writes: >> > >> > > It is solved for me, not solved in general as a problem in Org mode. >> > >> > I do not understand: which part is a problem on the Org side? >> > >> > Regards, >> > >> > -- >> > Nicolas Goaziou >> >> -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Failure to display more than 18 images with captions

2016-10-01 Thread John Kitchin
in Org mode. > > I do not understand: which part is a problem on the Org side? > > Regards, > > -- > Nicolas Goaziou > -- John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon Un

Re: [O] Failure to display more than 18 images with captions

2016-10-01 Thread John Kitchin
not visible, > covering the right side border of the PDF file. > > I would really need help to get it working, as I use Org Mode for > reporting. > > Thank you, > J. Louis -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] bug with special entities and (setq org-catch-invisible-edits t)?

2016-09-29 Thread John Kitchin
ified would be ok by me. > > > Regards, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

[O] bug with special entities and (setq org-catch-invisible-edits t)?

2016-09-28 Thread John Kitchin
, and it also works fine for F_A. This is with: Org-mode version 8.3.5 (8.3.5-1-g589e96-elpaplus @ /Users/jkitchin/vc/jkitchin-github/scimax/elpa/org-plus-contrib-20160822/) Is that a bug, or expected? Thanks, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie

Re: [O] Fwd: comment lines inside org tables

2016-09-27 Thread John Kitchin
Use a footnote? It's just a temporary reminder right? On September 27, 2016, at 6:56 AM, "Rolf Sander (MPI)" wrote: Hello, I need to put comments inside a very big table which then should basically looks like this: |+---+| | animal | size | number |

[O] Name of code pieces when exported to PDF

2016-09-26 Thread John Kitchin
periments that > I've run), but it's less than ideal (duplication of information). > > I was under the impression that #+CAPTION is deprecated and #+NAME is > to be used in its place going forward. If that's the case, then the > listings problem needs fixing. If not, can somebody sum

Re: [O] org-ref: renaming/moving an entire pdf library according to a bibtex file

2016-09-19 Thread John Kitchin
centric, so the pdf route is not as well developed yet. It is probably possible, but it would take some care to get it right for when no doi is found, when one doi is found, and when multiple dois are found. > > Thanks for helping, > Martin -- Professor John Kitchin Doherty Hall A207F Department of

Re: [O] Programmatically handling org files

2016-09-12 Thread John Kitchin
--- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Mon, Sep 12, 2016 at 2:21 PM, Thorsten Jolitz <tjol...@gmail.com> wrote: > Joost Kremers <joostkrem...

Re: [O] Programmatically handling org files

2016-09-12 Thread John Kitchin
e by looking at the major mode). If not, it must exit and return nil. If yes, it should return a non-nil value after a calling `org-store-link-props' with a list of properties and values. > > TIA -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carneg

Re: [O] Modules, libraries, eggs, etc.

2016-09-06 Thread John Kitchin
John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Tue, Sep 6, 2016 at 3:17 PM, Lawrence Bottorff <borg...@gmail.com> wrote: > Racket has a nice module syste

Re: [O] There is no line to end here at LaTeX org-ref export

2016-09-05 Thread John Kitchin
bugging and bisecting my .emacs, org-export-preserve-breaks > t seems to cause the faulty export. > > Best, > Florian -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Accessing the communication channel from a link exporter

2016-09-02 Thread John Kitchin
ed data, and it would have been good if it was available in > some kind of S-form tree structure. It would have saved me the trouble > of parsing the HTML, and I could have used a library like xmlgen to > generate it. > > Regards, > Arun Isaac -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Accessing the communication channel from a link exporter

2016-09-02 Thread John Kitchin
ned in one of > the properties in org-publish-project-alist, and I need the info > communication channel to access it. -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Proposal and RFC for improving ob-python

2016-08-30 Thread John Kitchin
level remains high enough, i might try to see if i can do anything. > cheers, Greg Minshall -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] export to ics a specific buffer every X hours

2016-08-30 Thread John Kitchin
xport-to-ics) "/home/zeltak/org/files/export/kcal.ics") (message "exported to ics"))) John ------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin ht

Re: [O] Emacs movement keys

2016-08-29 Thread John Kitchin
t, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] org-link-set-parameters missing in ELPA version

2016-08-25 Thread John Kitchin
I haven't been able to reproduce this in org-plus-contrib-20160822. Rob Duncan writes: > Hi John, > > My org is claiming to be version 8.3.5: > > Org-mode version 8.3.5 (8.3.5-elpa @ > /Users/rduncan/.emacs.d/elpa/org-20160815/) > > Rob. > > On Aug 20, 2016, at 11

Re: [O] Emacs+org on Windows 7 pro

2016-08-23 Thread John Kitchin
n/scimax/master/install-scimax-win.sh )" and it will download everything for you. On completion, there is some helm, and some ivy. You can configure it as you see fit. There are some things I like about each one. John --- Professor John Kitchin Doherty Hall A20

Re: [O] Emacs+org on Windows 7 pro

2016-08-23 Thread John Kitchin
Axel Kielhorn writes: >> Am 23.08.2016 um 00:13 schrieb John Kitchin <jkitc...@andrew.cmu.edu>: >> >> Checkout http://github.com/jkitchin/scimax. With git installed it will >> install an opinionatedly configured Emacs. Most of my students use it. I >&g

Re: [O] Emacs+org on Windows 7 pro

2016-08-23 Thread John Kitchin
d the following: >> >> https://github.com/grettke/help/blob/master/help.md#windows > > Thanks. I'll check this out. > > If I ever have to use a Windows system at all, I want bash & emacs and > cygwin makes it very easy (for me). -- Professor John Kitchin Doherty

Re: [O] new link parameters and link abbreviations

2016-08-22 Thread John Kitchin
t; > #+begin_src emacs-lisp > (setq org-link-abbrev-alist '(("nl" . "new-link::%s"))) > #+end_src > > > 4. the 'tooltip' does not work but shows the default: > > [[nl:awesome]] > > > Hope that clarifies the issue. > > > Thanks once m

Re: [O] Emacs+org on Windows 7 pro

2016-08-22 Thread John Kitchin
-- > : Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.1, Org > release_8.3.5-1070-g190476 > > -- John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] org-link-set-parameters missing in ELPA version

2016-08-20 Thread John Kitchin
that seems weird, I thought that should only be in org 9. Is that on ELPA somehow? John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http

Re: [O] new link parameters and link abbreviations

2016-08-20 Thread John Kitchin
that isn't a feature I have used too often. Could you post a small example that illustrates the problem? Thanks, John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803

Re: [O] back matter in Org documents.

2016-08-18 Thread John Kitchin
an internal link? That's not awful, but it's not nearly as > high-speed and sexy. > > > - Allen S. Rout -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Cross-referencing

2016-08-16 Thread John Kitchin
Does this do what you want? [[*Is it confidential?][confidential]] Sharon Kimble writes: > How can I have a cross-reference for a specific word please? I want to > reference 'confidentiality' to a section headed "Is it confidential?" > > Thanks > Sharon. -- Profe

Re: [O] org-ref bibliography html export & bigblow

2016-08-14 Thread John Kitchin
bibliography:referenzen.bib > > the bibliography is in the html but not displayed > > Johannes > > Am 14.08.2016 um 18:43 schrieb John Kitchin <jkitc...@andrew.cmu.edu > <javascript:_e(%7B%7D,'cvml','jkitc...@andrew.cmu.edu');>>: > > Is the bibliography actually

Re: [O] org-ref bibliography html export & bigblow

2016-08-14 Thread John Kitchin
do? > > Johannes > -- John ------- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] function to duplicate current header and change ID

2016-08-11 Thread John Kitchin
t; best > > Z > > > On Wed, Aug 3, 2016 at 7:17 AM, Xebar Saram <zelt...@gmail.com> wrote: > >> 1. copy current header and contents (org-copy-subtree) at point >> 2. auto paste it below current header >> 3. change ID >> -- Prof

Re: [O] Scaling of image previews in org-mode

2016-08-10 Thread John Kitchin
://kitchingroup.cheme.cmu.edu/blog/2016/03/21/Displaying-image-overlays-on-image-filenames-in-Emacs/ That example had imagemagick compiled in, but it could be adapted pretty readily to use an external imagemagick.. Uwe Brauer writes: >>>> "John" == John Kitchin <jkitc.

Re: [O] [PATCH] Re: links-9.0 v3

2016-08-07 Thread John Kitchin
rib files that use > org-store-link-functions and org-add-link-type. > > I'm not familiar enough with the details of org-link-set-parameters to > fix all of the contrib files, but I am including a simple patch to > update a contrib file that I use regularly: org-eww.el. > > Thank

Re: [O] Scaling of image previews in org-mode

2016-08-07 Thread John Kitchin
ng? > > (Org-mode version 8.3.4 (8.3.4-99-ga8e4a3-elpa @ > /Users/johannes/Library/Preferences/Aquamacs > Emacs/Packages/elpa/org-20160704/) > > Johannes -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] Error with inline image resizing

2016-08-07 Thread John Kitchin
convert --version > > Version: ImageMagick 6.9.5-1 Q16 x86_64 2016-07-15 > http://www.imagemagick.org > > Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC > > License: http://www.imagemagick.org/script/license.php > > Features: Cipher DPC Modules > > Delegates (built

Re: [O] Documentclass for latex preview images

2016-08-07 Thread John Kitchin
DER: \newtheorem{defn}{Definition}[chapter] > #+LATEX_HEADER: \newtheorem{prop}{Proposition}[chapter] > #+LATEX_HEADER: }{} > > > Is there a downside to using the same document class as the org file > specifies for export to create the preview images? > > Thanks, > Maik --

Re: [O] make some tangled dotfiles file executable during babel tangling?

2016-07-29 Thread John Kitchin
ttps://expoundite.net/guides/dotfile-management > > one thing im missing is how to make some of these tangled sh files > executable after i tangle them (like running chmod +x). > > any ideas? > > best > > Z > > > -- John ---

Re: [O] error while upgrading to 8.3.5

2016-07-27 Thread John Kitchin
-04 Tue>”) >> (apply #'encode-time (org-parse-time-string "<2014-03-04 Tue>")) >> >> Evaluating these in emacs does not seem to do anything. No message. > > The return value is displayed in the minibuffer. Use C-x C-e right after > the closing parens of each form. > > Also, did you set some weird variable like `org-extend-today-until'? > > Regards, -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] proposed modification of org-display-inline-images

2016-07-25 Thread John Kitchin
Rasmus writes: > Hi, > > Thanks for the proposal. > > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> I would like to propose a change to org-display-inline-images so it can >> rescale images even if imagemagick is not built in to emacs. There is >&g

[O] proposed modification of org-display-inline-images

2016-07-24 Thread John Kitchin
preserving aspect ratio #+attr_org: :resize 300 set height to 200, and preserve aspect ratio #+attr_org: :resize x200 set size to 200x300 and change aspect ratio #+attr_org: :resize 200x300! Any thoughts on this proposal? -- Professor John Kitchin Doherty Hall A207F Department of Chemical E

Re: [O] links-9.0 v3

2016-07-18 Thread John Kitchin
Sounds good. Thanks for your patience, I learned a lot doing this! I look forward to using it in the wild ;) Nicolas Goaziou writes: > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> Ok. I have attached 20 patches with the updates below. > > Applied, with minor tweak

Re: [O] links-9.0 v3

2016-07-18 Thread John Kitchin
Nicolas Goaziou writes: > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> I am not sure what you mean for this. Let me know if it isn't fixed in >> the attached patches. I thought I had squashed everything into a concise >> history. > > No worries. Let

Re: [O] links-9.0 v3

2016-07-18 Thread John Kitchin
Nicolas Goaziou writes: > Hello, > > John Kitchin <jkitc...@andrew.cmu.edu> writes: > >> Here are my current suggestions for the org-link 9.0. > > Thank you. I think I fixed the points you made in the previous email. > >> Let me know what the best wa

Re: [O] Importing ODT/libreoffice into Org

2016-07-16 Thread John Kitchin
It is formatted from org to applications. That may not be the direction you were going. On Saturday, July 16, 2016, Eric Abrahamsen <e...@ericabrahamsen.net> wrote: > John Kitchin <jkitc...@andrew.cmu.edu <javascript:;>> writes: > > > Check out ox-clip. It

Re: [O] Importing ODT/libreoffice into Org

2016-07-16 Thread John Kitchin
? Most of it can be done after a > document has been turned into plain text, but not headings and emphasis > markup... > > Thanks, > Eric > > > -- John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carneg

Re: [O] negating a filetag on an entry?

2016-07-16 Thread John Kitchin
st archive the headline to another file or delete the headline. Juan Pechiar writes: > On Fri, Jul 15, 2016 at 08:20:58AM -0400, John Kitchin wrote: >> If I use a line like: >> >> #+FILETAGS: f16-06625 >> >> and I want a headline in the file to not have that tag, is that

<    2   3   4   5   6   7   8   9   10   11   >