[O] generating org headings from a source block

2015-11-09 Thread Matt Price
I would like to be able to insert into an org-buffer the text extracted from a pdf file. PDF-Tools (https://github.com/politza/pdf-tools/) provides some excellent tools for doing this. I've written (well, msotly stolen) a defun that finds all my highlights and returns them in the form of an org

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Matt Price
On Thu, Nov 12, 2015 at 7:23 AM, Ramon Diaz-Uriarte <rdia...@gmail.com> wrote: > > > > On Wed, 11-11-2015, at 21:33, Matt Price <mopto...@gmail.com> wrote: > >> > >> > >> instead of the text. Bummer! I wonder if RepliGO gives you a lot more >

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
yde...@gmail.com> wrote: > > Matt Price <mopto...@gmail.com> writes: > > I've just written up a post on my workflow for PDF's > > Thanks, this is helpful. > > >

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon <memnon+use...@freeshell.org> wrote: > Matt Price <mopto...@gmail.com> writes: > > > [...] Since my blog > > has, I think, a readership of 0 (surely there's a way to get emacsers > > to follow me? ah well), I

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 3:48 PM, Kaushal Modi wrote: > > Doesn't seem to work with pdfview yet, and I'm sort of addicted now. > > I use pdf-view too (the major mode for viewing PDF files that comes > with pdf-tools, right?) and interleave works great! > ah cool, i didn't

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 3:17 PM, Ramon Diaz-Uriarte <rdia...@gmail.com> wrote: > Dear Matt, > > > On Wed, 11-11-2015, at 15:42, Matt Price <mopto...@gmail.com> wrote: > > I've just written up a post on my workflow for PDF's Since my blog has, I > > think, a r

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 9:59 AM, Kaushal Modi wrote: > Have you had a look at https://github.com/rudolfochrist/interleave not till now! > > > The interleave package works great for me: taking notes in an org-mode > buffer in one side (buffer) corresponding to the pdf

[O] contributing to work on citations

2015-10-30 Thread Matt Price
So, from the "some projects" thread I have the sense there is a group of users with some interest in improving citation support. What is the best way to kickstart that process? it seems to me that, at a minimum, the following is needed: 1. Finalization of the citation syntax. IIUC, This involves

Re: [O] contributing to work on citations

2015-11-04 Thread Matt Price
On Wed, Nov 4, 2015 at 10:18 AM, Aaron Ecay <aarone...@gmail.com> wrote: > Hi Matt, > > Thanks for your willingness to help with the project. > > 2015ko urriak 30an, Matt Price-ek idatzi zuen: > > > > So, from the "some projects" thread I have the se

[O] Better Bibtex text-editor API

2015-11-06 Thread Matt Price
I've just had my attention drawn to this feature of the Better Bibtex plugin for Zotero: https://zotplus.github.io/better-bibtex/cayw.html So, Better Bibtex now supports an HTTP endpoint that generates various kinds of citations.I'm not sure if that's helpful only for creating citation keys, or

Re: [O] contributing to work on citations

2015-11-05 Thread Matt Price
On Wed, Nov 4, 2015 at 10:18 AM, Aaron Ecay wrote: > > > > 3. Handling of citation links in the various export engines > > Functions must be written to handle citations in, at minimum, latex, > html, > > and org > > > > 4. Interface with backends > > Org should be able to

Re: [O] contributing to work on citations

2015-11-06 Thread Matt Price
On Fri, Nov 6, 2015 at 8:10 AM, Aaron Ecay <aarone...@gmail.com> wrote: > Hi Matt, > > 2015ko azaroak 6an, Matt Price-ek idatzi zuen: > > > Hey, Aaron, > > Am I right that I need to check out your wip-cite-awe branch from ~8 > months > > ago? > > Richa

Re: [O] small caps

2015-10-31 Thread Matt Price
On Oct 30, 2015 09:09, "Christian Moe" wrote: > > > Thomas S. Dye writes: > > > Sorry, I forgot to give an example. I use it like this [[sc:ad][AD]]. > > > > The advantage of a link over a macro is that the link should export > > correctly to both LaTeX and HTML. > > > >

Re: [O] Emacs+org-mode in a Docker?

2015-10-30 Thread Matt Price
I don't have any thoughts but would love to see what you ocme upwith. Would be great not only for teaching but e.g. for pointing to a working environment for research results. On Fri, Oct 30, 2015 at 12:13 PM, John Kitchin wrote: > Has anyone tried setting up a Docker

[O] source-highlight for in less pager?

2015-10-14 Thread Matt Price
Does anyone have a trick for getting syntax highlighting of org documents in the less pager? I am not very comfortable in the emacs shell, so I spend s fair amount of time in a standard terminal, and occasionally want to look at a document quickly directly in the terminal. Less normalyl uses

[O] two simple derived backend questions

2015-10-14 Thread Matt Price
Hi folks, I apologize fro relying on your charity for htis question -- I ought to figure this out myself, but am so slow that I've run out of time. I dhave a number of lecture slides writen in org-mode. Normally I simply export to reveal.js using org-reveal. However, I now have to share these

Re: [O] two simple derived backend questions

2015-10-14 Thread Matt Price
On Wed, Oct 14, 2015 at 6:55 PM, Rasmus <ras...@gmx.us> wrote: > Hi Matt, > > Matt Price <mopto...@gmail.com> writes: > > > a) add a horizontal rule > > > > pandoc expects a horizontal rule at each slide division. So, if > possible, > > I w

[O] [PATCH] ox-odt; make author and date lines optional

2015-07-07 Thread Matt Price
know how! Thanks, Matt From a18716e26db81372af47c57ad3bdf05a648c88d2 Mon Sep 17 00:00:00 2001 From: Matt Price matt.pr...@utoronto.ca Date: Tue, 7 Jul 2015 17:30:58 -0400 Subject: [PATCH] Make date and author lines optional. * ox-odt.el (org-odt-print-author-line, org-odt-print-date-line) Adds

[O] [PATCH]: ox-deck

2015-07-07 Thread Matt Price
Do patches for contrib go to the list? this fixes export of checkbox list items when they are part of a deck.js build within a slide. From dacc39e25f86ddf0cfda5693a4ace3a26cf31e73 Mon Sep 17 00:00:00 2001 From: Matt Price matt.pr...@utoronto.ca Date: Tue, 7 Jul 2015 17:53:03 -0400 Subject: [PATCH

[O] Publishing: building navigation menus and lists of files

2015-07-10 Thread Matt Price
I am hoping to finally transition some of my websites to static sites published directly from org finally!). one thing I would really like is to automatically build menus and perhaps index files based on the directory structure I'm exporting from. So, if I have: RLG231 | |--Assignments | | |

[O] Notes on using org-reveal for presentations

2015-07-11 Thread Matt Price
Hi folks, I've posted some thoughts and code for using org-reveal to make reveal.js presentations. I'm using org2blog to post sections of my emacs-init.lorg! -- Not as ably as described here: http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html but still pretty

[O] eval-defun in emacs-lisp code block?

2015-07-11 Thread Matt Price
Does anyone have a trick for running eval-defun with C-M-x inside an elisp source block in an org buffer? thx! m

Re: [O] [PATCH] ox-odt; make author and date lines optional

2015-07-07 Thread Matt Price
ha! I thought odt export didn't honor those variables -- but I must have had something wrong in my environment, because now I see that it does. Sorry to waste your time! m On Tue, Jul 7, 2015, 18:04 Rasmus ras...@gmx.us wrote: Matt Price mopto...@gmail.com writes: The simple attached

Re: [O] Publishing: building navigation menus and lists of files

2015-07-10 Thread Matt Price
statically; I would like to generate them dynamically if possible. On Fri, Jul 10, 2015 at 8:58 AM, Rainer M Krug r.m.k...@gmail.com wrote: Envoyé de mon iPhone Le 10 juil. 2015 à 14:16, Matt Price mopto...@gmail.com a écrit : I am hoping to finally transition some of my websites to static

[O] file link completion and html export...

2015-07-09 Thread Matt Price
OK, hi again, I realize I've been asking lots of question and generating a certain amount of noise. Many thanks for help you've all given in last little bit. I've finally moved over entirely reveal.js and org-reveal (it's so great!) and want to be sure that my presentations all work (a) locally,

Re: [O] eval-defun in emacs-lisp code block?

2015-07-12 Thread Matt Price
Yes, that works. It feels a little slow and clumsy compared to the way I used to do things is all. On Sun, Jul 12, 2015, 08:01 Nick Dokos ndo...@gmail.com wrote: Matt Price mopto...@gmail.com writes: Does anyone have a trick for running eval-defun with C-M-x inside an elisp source block

Re: [O] refile whole files as headings?

2015-09-01 Thread Matt Price
;> allofem.org done not as elegant looking as yours, but it worked for me. very helpful and much appreciated! m On Tue, Sep 1, 2015 at 4:03 PM, Nick Dokos <ndo...@gmail.com> wrote: > Matt Price <mopto...@gmail.com> writes: > > > I am reorganizing my courses, consoli

Re: [O] merge trees?

2015-09-03 Thread Matt Price
sounds interesting, can you send me a copy of the source? I don't usei nternal links very much! On Thu, Sep 3, 2015 at 1:48 PM, Thomas S. Dye <t...@tsdye.com> wrote: > Aloha Matt, > > Matt Price <mopto...@gmail.com> writes: > > > Eveyr year at this time, I str

[O] merge trees?

2015-09-03 Thread Matt Price
Eveyr year at this time, I struggle with the structure of my course syllabi, and move bits an pieces around with wild abandon. At the end of my struggles, my course outline will be filled with headings like this: ** <2015-10-06 Tue> Spatial History Thinking about the

[O] refile whole files as headings?

2015-09-01 Thread Matt Price
I am reorganizing my courses, consolidating many short files into longer ones. So, for instance, I have a directory like: ✗ ls Assignments ClassProjectGuidelines.org course-blog.org essay-assignment.org ProjectProposal.org STA-01-CSS.org STA-02-wordpress-themes.org STA-03-Foundation.org

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-24 Thread Matt Price
On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos <ndo...@gmail.com> wrote: > Matt Price <mopto...@gmail.com> writes: > > > I would, however, like to avoid the clumsy intermediate step and use > something like this instead: > > #+name: graph-from-tables > > #+

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-24 Thread Matt Price
On Thu, Sep 24, 2015 at 7:10 AM, Matt Price <mopto...@gmail.com> wrote: > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos <ndo...@gmail.com> wrote: > >> Matt Price <mopto...@gmail.com> writes: >> > > - > it looks about right until the very

[O] standardizing slideshow outpout, a la pandoc

2015-09-22 Thread Matt Price
Hi everyone, I'm co-teaching a class this term and my co-instructor is a markdown user, so I am getting to know a little bit about pandoc. One feature I really love is the unified slideshow export: http://pandoc.org/demo/example19/Producing-slide-shows-with-Pandoc.html All the export filters

[O] org-babel-execute:dot -- why isn't this working?

2015-09-23 Thread Matt Price
I'm trying to draw a very simple, silly graph using dot. I'm following the code here: http://irreal.org/blog/?p=2866 and here: http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html I have tables like this (the real ones are substantially longer): #+name: students-graph | a | b | | a | m |

[O] org-babel-execute:dot -- why doesn't this work?

2015-09-23 Thread Matt Price
I'm trying to draw some silly diagrams with dot, based on code stolen from tutorials here: http://irreal.org/blog/?p=2866 and here: http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html The code won't work, though I can generate the diagram using a somewhat clumsier method from here:

Re: [O] org-babel-execute:dot -- why isn't this working?

2015-09-23 Thread Matt Price
sorry, I must have sent this by accident, rather than deleting it by accident as I'd thought. please see the finished email, which you've already received. On Wed, Sep 23, 2015 at 8:51 PM, Matt Price <mopto...@gmail.com> wrote: > I'm trying to draw a very simple, silly graph using

Re: [O] Fwd: Citation processing via Zotero + zotxt

2015-12-01 Thread Matt Price
On Tue, Dec 1, 2015 at 10:51 AM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi Eric and all, > > Eric S Fraga <e.fr...@ucl.ac.uk> writes: > > > On Tuesday, 1 Dec 2015 at 07:12, Matt Price wrote: > >> I love Zotxt. my only concern is fo

Re: [O] Citation processing via Zotero + zotxt

2015-12-01 Thread Matt Price
On Tue, Dec 1, 2015 at 9:36 AM, Rasmus wrote: > Hi Richard, > > First, thank you for looking into this. I learned something new from this > > > Pretty much all the other options we have talked about seem like they > > will require multi-step, non-trivial installation procedures

[O] syntax for remote table/cell references

2015-11-30 Thread Matt Price
Hello everyone, I'm trying to simulate a simple "COUNT" spreadsheet function with the following two tables: #+TBLNAME: grades | Student | Precis | POV PAPER | |---+-+---| | | A- | A-| | | A | A-/B+ | | | A- | A

[O] inserting a copy of an element at point (timestamps)

2015-11-30 Thread Matt Price
Every time I think I'm starting to learn org Mode, I find I'm actually really ignorant. I want to write a simple function that inserts a timestamp at point for a date one week after the previous timestamp. I'm sure it's very simple. But I can't figure out how to do it. i have this: (defun

[O] Fwd: Citation processing via Zotero + zotxt

2015-12-01 Thread Matt Price
On Sat, Nov 28, 2015 at 3:16 PM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi everyone, > > For the past few days, I've been looking more closely at using the > combination of Zotero [1] with Erik Hetzner's zotxt plugin [2] as a > means of processing citations when exporting to

Re: [O] org-reveal questions

2015-11-22 Thread Matt Price
On Sun, Nov 22, 2015 at 11:47 AM, Xebar Saram wrote: > Thanks so much Eric > > this works great! > > but i found that i have to prepend the #+ATTR_HTML: :class left before > every line. is there a way to make it work for the whole section (under the > header) or for the whole

[O] publishing subtrees?

2016-01-13 Thread Matt Price
Hi eveyrone, I've recently consolidated all of my course lectures into a single file, which makes it a lot easier for me to organize and re-organize my notes. I used to have an org-publish-project-alist like this: (setq org-publish-project-alist '( ("courses" :components

[O] run/edit live JS code in an presentation

2016-02-03 Thread Matt Price
Hi everyone, I would like to be able to pause during lecture and edit some code blocks in a live REPL environment. Does anyone have a solution to do that? I generally use org-reveal, and reveal.js has some plugins for setting up an editable environment, but I don't have any experience with them

[O] get current headline?

2016-02-19 Thread Matt Price
I feel like I should know how to do this -- how od I retrieve the current headline as an org-element object? context: I want to take a headline like this ** Jane Doe - demonstrates an understanding of research topic :: yes - Annotated Bibliography :: very nicely done - Grammar and Spelling ::

[O] two basic elisp questions

2016-07-22 Thread Matt Price
(1) can I interactively call an e lisp function like "org-set-property" and provide a single argument to it even if it expects 2, e.g.: (call-interactively 'org-set-protertyt (vector "GRADE" ))? (I don't seem to be able to pass ANY arguments via call-interactively so maybe I misunderstand

Re: [O] two basic elisp questions

2016-07-22 Thread Matt Price
On Fri, Jul 22, 2016 at 11:38 AM, Matt Price <mopto...@gmail.com> wrote: > > (2) Is it possible to set the default value for interactive file selection > to something OTHER than the currect directory of the current buffer? > Something like: > > (let > ((base-dir

Re: [O] two basic elisp questions

2016-07-22 Thread Matt Price
On Fri, Jul 22, 2016 at 1:54 PM, Michael Welle <mwe012...@gmx.net> wrote: > Hello, > > Matt Price <mopto...@gmail.com> writes: > > > On Fri, Jul 22, 2016 at 11:38 AM, Matt Price <mopto...@gmail.com> wrote: > > > >> > >> (2) Is it possib

Re: [O] two basic elisp questions

2016-07-29 Thread Matt Price
On Sat, Jul 23, 2016 at 1:24 AM, Michael Welle <mwe012...@gmx.net> wrote: > Hello, > > Matt Price <mopto...@gmail.com> writes: > > > On Fri, Jul 22, 2016 at 1:54 PM, Michael Welle <mwe012...@gmx.net> > wrote: > > > >> Hello, > >>

[O] modifying/deleting ovelrays; also, un-sparsifying tree?

2016-07-29 Thread Matt Price
In my gradesheets I use overlays to display the grade property in headlines -- that way I can see at a glance approximately how my students are doing: ;; still imperfect, but good enough for me. (defun org-grading-overlay-headings () "Show grades at end of headlines that have a 'GRADE'

Re: [O] modifying/deleting ovelrays; also, un-sparsifying tree?

2016-07-29 Thread Matt Price
On Fri, Jul 29, 2016 at 10:46 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Matt Price <mopto...@gmail.com> writes: > > > In my gradesheets I use overlays to display the grade property in > headlines > > -- that way I can see at a glance approxim

Re: [O] modifying/deleting ovelrays; also, un-sparsifying tree?

2016-07-29 Thread Matt Price
On Fri, Jul 29, 2016 at 11:31 AM, Matt Price <mopto...@gmail.com> wrote: > > > On Fri, Jul 29, 2016 at 10:46 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> > wrote: > >> Matt Price <mopto...@gmail.com> writes: >> >> > In my gradesheets I use

[O] org-annotate/collaboration?

2017-02-08 Thread Matt Price
Does anyone use org-annotate actively? I'm wondering what your workflow is, how you incorporate comments, etc. I'm hoping to embark on a book project with a colleague. I would like to use org-mode if I can, but I need to get a sense of the collaboration workflow. When you work on projects

[O] extra paragraph in image export?

2017-01-21 Thread Matt Price
with org-html-html5-fancy is non-nil, images are exported with something like this code: https://imgs.xkcd.com/comics/proof_2x.png; alt="proof_2x.png" class="fragment (appear) visible current-fragment" data-fragment-index="0"> At least in ox-reveal, this makes it quite difficult to address

[O] VM for org-based reproducible environment?

2017-01-23 Thread Matt Price
I'd like to provide a way for people to copy my course materials in the easiest possible way. At present my export & grading processes rely on some customization of various tools, mostly emacs-based. So I'm thinking the easiest thing might be fore me to define a virtual machine, maybe

Re: [O] VM for org-based reproducible environment?

2017-01-24 Thread Matt Price
, it looks intriguing, thanks. On Tue, Jan 24, 2017 at 4:19 AM, Rasmus <ras...@gmx.us> wrote: > Matt Price <mopto...@gmail.com> writes: > > > I'd like to provide a way for people to copy my course materials in the > > easiest possible way. At present my export &

Re: [O] extra paragraph in image export?

2017-01-25 Thread Matt Price
(I totally misread the patch, sorry. duh.) On Wed, Jan 25, 2017 at 11:59 AM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > >> So would the following patch fix the issue? > > > > Looks fine to me. > > > > Thanks! > > Applied. Thank you. > >

Re: [O] extra paragraph in image export?

2017-01-21 Thread Matt Price
On Sat, Jan 21, 2017 at 11:26 AM, Matt Price <mopto...@gmail.com> wrote: > with org-html-html5-fancy is non-nil, images are exported with something > like this code: > > > https://imgs.xkcd.com/comics/proof_2x.png; > alt="proof_2x.png" class="fragment (a

Re: [O] extra paragraph in image export?

2017-01-24 Thread Matt Price
On Tue, Jan 24, 2017 at 4:27 PM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > I'm not an expert of HTML either. However, the "p" tag inside the > > "figure" is uncommon looking a bit on the example usages online. Thus, I > > agree with Matt

Re: [O] extra paragraph in image export?

2017-01-24 Thread Matt Price
On Tue, Jan 24, 2017 at 4:27 PM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > I'm not an expert of HTML either. However, the "p" tag inside the > > "figure" is uncommon looking a bit on the example usages online. Thus, I > > agree with Matt

Re: [O] org-get-heading and COMMENT

2017-01-18 Thread Matt Price
:-) I look forward to seeing the improved version -- mine felt very cumbersome! On Wed, Jan 18, 2017 at 6:31 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Matt Price <mopto...@gmail.com> writes: > > > Sorry for the delay. I am very slow w

Re: [O] org-get-heading and COMMENT

2017-01-17 Thread Matt Price
Sorry for the delay. I am very slow with regexps! On Sat, Jan 14, 2017 at 6:04 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Matt Price <mopto...@gmail.com> writes: > > > I see that > > > > (org-get-heading t t) > > > >

[O] org-file-apps settings?

2016-09-15 Thread Matt Price
hi Everyone, I have been through this a million times, but I never seem to remember, and have a hard time finding the answer online or in my archives. On a Linux system, how should I set org-file-apps to allow org to open odt files in libreoffice, html files in Firefox, and pdf files in evince

[O] duration without hours?

2016-09-15 Thread Matt Price
I have a silly table I am planning to use to teach myself a little bit about R; it contains durations measured in minutes and seconds: * Kayaking Log | 500m Trial | <2016-09-14 Wed> | <2016-09-15 Thu> | Mean | |+--+--+--| | 1 |

[O] apply attr_html to a whole figure?

2016-09-21 Thread Matt Price
When exporting images with captions, ox-html currently creates a strucuture like this: Figure 1: "test" (I've tried setting org-html-html5-fancy" to t, but for whatever reason this doesn't result in the useo f the tag. I tried with emacs -q with no luck). I would like to be able to give

Re: [O] apply attr_html to a whole figure?

2016-09-22 Thread Matt Price
On Thu, Sep 22, 2016 at 5:50 AM, Eric Abrahamsen <e...@ericabrahamsen.net> wrote: > Matt Price <mopto...@gmail.com> writes: > > > When exporting images with captions, ox-html currently creates a > > strucuture like this: > > > > > > > > >

Re: [O] apply attr_html to a whole figure?

2016-09-22 Thread Matt Price
On Thu, Sep 22, 2016 at 3:09 AM, Christian Moe wrote: > > I don't think Org syntax provides any way to do this at present, but > ignore the rest of this message if anyone knows better. > > Possible workarounds: > > 1. Wrap your figure in a

Re: [O] org-file-apps settings?

2016-09-16 Thread Matt Price
t;\\.x?html?\\'" . default) ("\\.pdf\\'" . default)) I don't undertand why this would work while the others don't. Of course, this is a pretty lousy workaround since now everything opens in libreoffice by default! On Fri, Sep 16, 2016 at 4:16 AM, Colin Baxter <m43...@yandex.co

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

2016-11-04 Thread Matt Price
and (this is the default) (setq mu4e-get-mail-command "offlineimap") ;; general emacs mail settings; used when composing e-mail ;; the non-mu4e-* stuff is inherited from emacs/message-mode (setq mu4e-reply-to-address "matt.pr...@utoronto.ca" user-mail-address "matt.pr.

Re: [O] current, working org-protocol bookmarklet for firefox?

2016-11-17 Thread Matt Price
ry to find some time to build a more flexible interface into the plugin -- I have to say I love the org community sometimes it's quite a revelation. On Tue, Nov 15, 2016 at 5:51 PM, Marco Wahl <marcowahls...@gmail.com> wrote: > Matt Price <mopto...@gmail.com> writes: > > > Does

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

2016-11-17 Thread Matt Price
ocnfig I'd be grateful to hear about it. Thanks! On Tue, Nov 1, 2016 at 2:13 PM, Matt Price <mopto...@gmail.com> wrote: > OK, I will try -- doesn't immediatley seem to work but I may have some > crud kicking around my config that I need to get rid of. > > With both your orgmim

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

2016-11-17 Thread Matt Price
On Thu, Nov 17, 2016 at 1:10 PM, Matt Price <mopto...@gmail.com> wrote: > Hey everyone, I am definitely still seeing this problem; I just sent a new > email to the mu list to see if anyone there has the same issue. Google > groups link is here: > https://groups.google.com/forum/

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

2016-11-17 Thread Matt Price
hook and applying the above hook fixed my issue. Added a couple of keybindings and now everything works! On Thu, Nov 17, 2016 at 8:42 PM, Matt Price <mopto...@gmail.com> wrote: > > > On Thu, Nov 17, 2016 at 1:10 PM, Matt Price <mopto...@gmail.com> wrote: > >> Hey e

[O] current, working org-protocol bookmarklet for firefox?

2016-11-15 Thread Matt Price
Does anyone have a current, working org-protocol bookmarklet that will capture webpage+document title either in store link format [[Document title][http://some.url]] or in a more complex capture template? I have tried various things including the firefox plugin and am not having a lot of

[O] html export with editable/runnable js src blocks?

2016-10-27 Thread Matt Price
I feel like I've seen people do this before but my search today did not turn up a working example online. I'd like to be able to export to html (and by extension, to a blog or a reveal.js presentation) and have my source code blocks -- at leas t the javascript ones -- placed in an editing

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

2016-10-28 Thread Matt Price
I've just switched to mu4e. It's unbelievably great, thank you everyone who's recommended it over the years. However, I would like to compose my replies in org-mode and send them out as HTML. I guess the older tools for doing this are officially deprecated. Nonetheless, does anyone use them?

Re: [O] Release 9.0

2016-11-04 Thread Matt Price
One more thank you -- I went through the changelog and man there is a lot of new stuff. Always a thrill. Thanks folks.

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

2016-10-28 Thread Matt Price
On Fri, Oct 28, 2016 at 7:48 PM, Thibault Marin wrote: > > It looks like you may be looking for `org-mu4e-compose-org-mode'. > duh... Thank you. So, if I want this to be on by default, do you happen to know where I should add a hook? Really appreciate the help, m

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

2016-10-28 Thread Matt Price
On Fri, Oct 28, 2016 at 7:48 PM, Thibault Marin wrote: > > It looks like you may be looking for `org-mu4e-compose-org-mode'. > > Hmm, just tested it, andthe message I sent didn't seem to get ocnverted to html. And I found this on github:

[O] saving outgoing mail from org-mime

2016-10-28 Thread Matt Price
I've been using org-mime for a while but now that I have mu4e up and running I would like to save the outgoing mails sent but message-mode to the default mu4e sent folder (which is in a Maildir). Is there a straightforward way to do this?

[O] teaching with live-updating code examples

2016-12-08 Thread Matt Price
I am preparing a set of lectures for a class teaching HTML, CSS, and javascript ot humanities students. I would like to have slides with a simple code editor on one side, and the results of the code on another: |

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Matt Price
Thanks, Eric. On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: > > I think I am getting closer, actually (details soon, when I have a > > fully working solution)). > > I look forward to seei

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Matt Price
On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: > > I think I am getting closer, actually (details soon, when I have a > > fully working solution)). > > I look forward to seeing it! >

[O] setting a custom flag for src blocks

2016-12-10 Thread Matt Price
On Sat, Dec 10, 2016 at 12:19 AM, Matt Price <mopto...@gmail.com> wrote: > > > On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > >> On Friday, 9 Dec 2016 at 16:42, Matt Price wrote: >> > I think I am getting closer, actually

Re: [O] setting a custom flag for src blocks

2016-12-11 Thread Matt Price
other ones. Thanks as always to all readers and commentators! On Sun, Dec 11, 2016 at 12:19 AM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Sat, 10 Dec 2016, Matt Price wrote: > > On Sat, Dec 10, 2016 at 12:19 AM, Matt Price <mopto...@gmail.com> wrote: >> >> >

Re: [O] teaching with live-updating code examples

2016-12-09 Thread Matt Price
On Fri, Dec 9, 2016 at 1:33 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > On Thursday, 8 Dec 2016 at 18:07, Matt Price wrote: > > I am preparing a set of lectures for a class teaching HTML, CSS, and > > javascript ot humanities students. > > > > I would like

Re: [O] [PATCH] allow klipse export in html

2016-12-16 Thread Matt Price
On Fri, Dec 16, 2016 at 12:34 AM, Yehonathan Sharvit wrote: > > > On Thu, Dec 15, 2016 at 5:35 PM, Bastien Guerry wrote: > >> Hi Matt, >> >> thanks for the new patch! >> >> Before applying it (and working further on it), I suggest we wait for >> Yehonathan's

Re: [O] allow live execution of code snippets in html export

2016-12-15 Thread Matt Price
On Thu, Dec 15, 2016 at 5:07 AM, Bastien <b...@gnu.org> wrote: > Hi Matt, > > Matt Price <mopto...@gmail.com> writes: > > > Would we need a switch to permit the old syntax for people with > > complex setups who don't want to change? > > Yes. We

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

2016-12-15 Thread Matt Price
Replying only to say that I think both the name and the idea are brilliant.

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Matt Price
On Thu, Dec 15, 2016 at 9:50 AM, Kaushal Modi <kaushal.m...@gmail.com> wrote: > On Thu, Dec 15, 2016, 8:14 PM Matt Price <mopto...@gmail.com> wrote: > >> >> I took a look at org.texi but my understanding of texi syntax is very >> poor and I don't think I

[O] allow live execution of code snippets in html export

2016-12-13 Thread Matt Price
In other threads I've been describing a method to allow live code snippets to be embedded in reveal.js export, using klipse ( https://github.com/viebel/klipse). I have to say it feels somewhat transformative to me, and I wonder if it would be worth integrating into ox-html. I'd be happy to hack

[O] Fwd: including external file in src block execution; ATTR_HTML on src blocks

2016-12-13 Thread Matt Price
(sent to Charles direcly by mistake. Charles, this resend gave me the chance to modify my response) On Mon, Dec 12, 2016 at 10:52 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Mon, 12 Dec 2016, Matt Price wrote: > > On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry &l

[O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Matt Price
I use org to write my lecture notes, and have started using klipse in those exported notes to execute code snippets in a browser environment ( http://matt.hackinghistory.ca/2016/12/11/org-mode-run-code-live-in-a-reveal-slideshow-with-klipse/ ). Sometimes I would like to set up the javascript

Re: [O] allow live execution of code snippets in html export

2016-12-14 Thread Matt Price
On Wed, Dec 14, 2016 at 5:06 AM, Rasmus wrote: > Hi all, > > >> It might be worth investigating whether you can just run Klipse on > >> blocks as that would potentially make it backward compatible. > >> Potentially, an extension to Klipse that recognizes Org src blocks (in > >>

[O] [PATCH] allow klipse export in html

2016-12-14 Thread Matt Price
at 12:55 PM, Matt Price <mopto...@gmail.com> wrote: > > > > On Wed, Dec 14, 2016 at 5:06 AM, Rasmus <ras...@gmx.us> wrote: > >> >> I don’t know if much more support is needed. We add some automatic >> configuration scripting or add a per-block swit

Re: [O] allow live execution of code snippets in html export

2016-12-14 Thread Matt Price
On Wed, Dec 14, 2016 at 5:36 AM, Bastien Guerry wrote: > That said, I think we can take this opportunity to slightly improve > how ox-html handles source code: > > - why only and not ? > Would we need a switch to permit the old syntax for people with complex setups who don't want

Re: [O] [PATCH] allow klipse export in html

2016-12-14 Thread Matt Price
And this second patch adds support for html rendering with klipse. The default CSS leaves a little to be desired! On Wed, Dec 14, 2016 at 5:44 PM, Matt Price <mopto...@gmail.com> wrote: > > I'm such a slow coder that this is all I got to in my free moments > today:patch

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Matt Price
On Thu, Dec 15, 2016 at 8:39 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Matt Price <mopto...@gmail.com> writes: > > > I'm such a slow coder that this is all I got to in my free moments > > today:patch for defcustoms that inserts the

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

2016-12-16 Thread Matt Price
On Thu, Dec 15, 2016 at 7:26 PM, Matt Price <mopto...@gmail.com> wrote: > Replying only to say that I think both the name and the idea are brilliant. > > In fact am in the middle of a very hectic time trying to write stuff up and if I had transclusion available right now it wou

Re: [O] including external file in src block execution; ATTR_HTML on src blocks

2016-12-12 Thread Matt Price
On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry <ccbe...@ucsd.edu> wrote: > On Mon, 12 Dec 2016, Matt Price wrote: > > > [snip] > > >> My questions are: >> 1. can I pass this html attribute to the block somehow? >> > > Yes. > > ATTR_HTML

<    1   2   3   4   5   6   7   >