Re: [O] insert default template when I create a new org buffer?

2015-07-01 Thread Matt Price
On Wed, Jul 1, 2015 at 2:49 AM, Eric S Fraga wrote: > On Tuesday, 30 Jun 2015 at 20:40, Matt Price wrote: > > Hi folks, > > > > I seem to remember, years ago, that when I created new org buffers the > > default export template whould be inserted at the top of the fil

[O] markdown -like syntax for html classes?

2015-07-01 Thread Matt Price
I have just been learning a very little bit about markdown, and love this syntax from markdown extra: ## Le Site ##{.main .shine #the-site lang=fr} The curly braces contain html attributes which are applied to the current html object (in this case, an ). Does org support a similarly convenie

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

2015-07-07 Thread Matt Price
x27;t know how! Thanks, Matt From a18716e26db81372af47c57ad3bdf05a648c88d2 Mon Sep 17 00:00:00 2001 From: Matt Price 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 defcustoms org-odt-

[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 Date: Tue, 7 Jul 2015 17:53:03 -0400 Subject: [PATCH] ox-d

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 wrote: > Matt Price writes: > > > The simple attached patch adds 2

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

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

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

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

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

[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] 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 wrote: > Matt Price writes: > > > Does anyone have a trick for running eval-defun with C-M-x inside an > elisp source block in an o

[O] John's amazing indexing posts

2015-07-13 Thread Matt Price
Not sure if everyone has seen John's latest post about indexing org files with swish-e: http://kitchingroup.cheme.cmu.edu/blog/2015/07/06/Indexing-headlines-in-org-files-with-swish-e-with-laser-sharp-results/ It's very impressive. It strikes me as a step towards an incredibly ambitious project t

[O] email ui choices?

2015-07-13 Thread Matt Price
Hi, I still use thunderbird for email and will continue to do so for a while -- likely until concurrency is well-enough established that my mail client hanging doesn't stop me from working. However: I am jealous of the ease with which everyone emails subtrees around, and I would like to be able t

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen wrote: > Juergen Christoffel writes: > > > I wonder if it's even necessary to have *any* sort of MUA set up in > Emacs, if all you're doing is sending email? Many email programs paper > over the distinction between sending and receiving/reading em

[O] importing and compliting contacts [WAS:email ui choices?]

2015-07-14 Thread Matt Price
Also, I'm wondering what the best way is to deal with contacts. Can I import my existing contacts into org-contacts? And if so, do I get tab completion in a message-mode buffer for those contacts?

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 7:27 AM, Eric Abrahamsen wrote: > Matt Price writes: > > > On Tue, Jul 14, 2015 at 6:51 AM, Eric Abrahamsen < > e...@ericabrahamsen.net> wrote: > > [...] > > > I'll include a shameless-plug-cum-general-recommendation: I use &g

[O] file or headline-local template for new subtree?

2015-07-14 Thread Matt Price
I have this new system, in which I create a new subtree for every paper I grade. I'd love to have the new subtree automatically populated by a mostly-empty table on cration. Is this something I can do on a per-file basis; or perhaps even something I can change with every level 1 heading? I can thin

Re: [O] email ui choices?

2015-07-14 Thread Matt Price
On Tue, Jul 14, 2015 at 6:29 PM, Juergen Christoffel wrote: > On Tue, Jul 14, 2015 at 07:10:20AM -0400, Matt Price wrote: > >> [...] >> (defun mime-send-mail () >> "org-mime-subtree and HTMLize" >> (interactive) >> (org-mark-subtree) >> ;; w

Re: [O] Notes on using org-reveal for presentations

2015-07-15 Thread Matt Price
On Wed, Jul 15, 2015 at 10:36 AM, Julian Burgos wrote: > Thanks Matt! I am giving two talks in September and I was already > thinking about trying some of the html exporters instead of using beamer > as always. I will read your notes in detail. > I really hope they're helpful! Let me know nay

[O] post about sending subtrees by email

2015-07-15 Thread Matt Price
I just posted another section of my emacs-init.org, here: http://matt.hackinghistory.ca/2015/07/15/mailing-subtrees-with-attachments/ It's mostly a summary of all the help I've gotten from the list this week, though it's just a draft really and I don't acknowledge most of your assistance! I hope

[O] change completion function in a headline in a minor mode

2015-07-16 Thread Matt Price
Hi, I am thinking of turning my marking stuff into a minor mode ( http://matt.hackinghistory.ca/2015/07/15/mailing-subtrees-with-attachments/). One feature that is missing from my current setup is a function that will let me use org-contacts-complete-name to complete names when I'm in certain head

[O] getting todo-keywords from org-element-property

2015-07-18 Thread Matt Price
I don't understand how to extract todo-keyword values from a headline using org-element-property. I am trying something like this: (org-element-map (org-element-parse-buffer) 'headline (lambda (item) (print (nth 0 (org-element-property :todo-keyword item))) (when

[O] how the $@%& do you add a property to a plist?

2015-07-18 Thread Matt Price
Hi, I am continuing to work on my marking stuff; it's working really well, actually. I am currently importing a list of student names and emails from a csv file -- this is normally how I get the list of enrolled students. I have modified the defauly settings from our Universities CSV export so I

Re: [O] getting todo-keywords from org-element-property

2015-07-18 Thread Matt Price
On Sat, Jul 18, 2015 at 3:59 PM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > I don't understand how to extract todo-keyword values from a headline > using > > org-element-property. > > > > I am trying something like this: > &g

[O] PATCH: make org-mime-htmlize argument optional

2015-07-18 Thread Matt Price
At present, it's difficult to call org-mime-htmlize noninteractively. This trivial patch fixes that. From ebe5dc40bafb55d019d43efe89957c3b50379553 Mon Sep 17 00:00:00 2001 From: Matt Price Date: Sat, 18 Jul 2015 16:14:33 -0400 Subject: [PATCH 3/3] org-mime.el: fix org-mime-htmlize * org-mi

[O] basename of exported subtree?

2015-07-20 Thread Matt Price
Is it possible to set the basename of an exported subtree to something *other* than the name of the parent file -- to, say, the subtree headline, or some property thereof? Thank you!

Re: [O] basename of exported subtree?

2015-07-20 Thread Matt Price
t; >) Date: Mon, 20 Jul 2015 16:06:53 +0200 > >) From: Suvayu Ali > >) To: emacs-orgmode@gnu.org > >) Subject: Re: [O] basename of exported subtree? > >) X-Original-To: les...@watter.net > >) > >) On Mon, Jul 20, 2015 at 09:58:26AM -0400, Matt Price wrote: >

[O] [PATCH] make org-mime-htmlize argument optional

2015-07-21 Thread Matt Price
(resending in case improper subject line led to it being overlooked} At present, it's difficult to call org-mime-htmlize noninteractively. This trivial patch fixes that. From ebe5dc40bafb55d019d43efe89957c3b50379553 Mon Sep 17 00:00:00 2001 From: Matt Price Date: Sat, 18 Jul 2015 16:14:33

Re: [O] create a "send plain text/pdf email with current header" function?

2015-08-01 Thread Matt Price
After getting some help from the list, I wrote a post about something pretty close to what you want here: http://matt.hackinghistory.ca/2015/07/15/mailing-subtrees-with-attachments/ There's a little more code there than you actually need, but some of it may be helpful. Happy to answer questions,

[O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-06 Thread Matt Price
Hello eveyrone! I know the big guns are all working on last-minute 8.3 bugs (thank you!). I am hoping to get some guidance before heading off on vacation. I have switched over to doing all grading for my courses in org. My workflow: - export a csv file containing student names. - generate grad

Re: [O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-06 Thread Matt Price
On Thu, Aug 6, 2015 at 7:34 AM, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > > > I would like something like this as well. The nearest I have found is > > to use column view. > > Is there anything wrong with it? > I hadn't looked at column-view for years. Yes, it does what I aske

Re: [O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-06 Thread Matt Price
w us? Thank you! > > Eric S Fraga writes: > > > On Thursday, 6 Aug 2015 at 07:24, Matt Price wrote: > > > > [...] > > > >> - I currently store my grades as properties of level-2 headlines. > However, > >> I would really like to be able to see

Re: [O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-06 Thread Matt Price
udent org-files which I return to them. I > lookup all the assignments from the syllabus, and then map over the > org-files for each student for each assignment getting the grades out. > > I will be using it again this fall, so /maybe/ the documentation will > even improve ;)

Re: [O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-06 Thread Matt Price
(append (list (append '("Student") assignments) > 'hline) > students)) > > (orgtbl-to-csv gradebook nil) > #+END_SRC > > #+RESULTS: > : Student,Definition,Darwin > : Student One,10,40 > : Student Two,20,50 > : Student Thr

Re: [O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-06 Thread Matt Price
e grades on the headlines when they > change. The TODO state is a good indication of which ones are done, > although they do not show the grades. > so I should probably make this into a function which can be called by the function that writes grades... > > > Eric S Fraga writes:

[O] kill contents of a headline, but retain properties

2015-08-07 Thread Matt Price
Hi, I have a headline like this: * Gradebook :PROPERTIES: :CUSTOM_ID: gradebook :END: some content etc etc etc. I would like to be able to replace the contents of that headline automatically, but retain the properties. Howeve,r if for some reason the properites drawer is there I don't want to

Re: [O] kill contents of a headline, but retain properties

2015-08-07 Thread Matt Price
On Fri, Aug 7, 2015 at 9:01 AM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > I have a headline like this: > > > > * Gradebook > > :PROPERTIES: > > :CUSTOM_ID: gradebook > > :END: > > > > some content etc etc etc. >

Re: [O] emacs & org mode for scholars questions

2015-08-25 Thread Matt Price
Don't have much bandwidth where i am on vacation, but for humanists a more robust and reproducible export to odt and html is org's main weakness, I think. Zotxt is great but takes a bit if setting up, and of course zotero refa are less portable than bibtex libraries. Moving to org-ref probably make

[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 STA-04-ma

Re: [O] refile whole files as headings?

2015-09-01 Thread Matt Price
gt;> 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 wrote: > Matt Price writes: > > > I am reorganizing my courses, consolidating many short files into longer > ones

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

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 wrote: > Aloha Matt, > > Matt Price writes: > > > Eveyr year at this time, I struggle with the structure of my course > &

[O] font-lock error on html export with src blocks

2014-02-27 Thread Matt Price
Hi everyone, I'm having trouble exporting an org file to html, or any html-derived backends (deck, wordpress, etc). I've attached a version of the offending file but I've also narrowed the error down to one php source block: #+BEGIN_SRC php /* Register SoundCloud shortcode --

[O] mark parent of current heading

2014-03-11 Thread Matt Price
is it possible to mark, not the current subtree, but one level up from the current subtree? I would like to add that level to the org bindings for expand-region, https://github.com/magnars/expand-region.el/blob/master/the-org-mode-expansions.el Thanks folks! Matt

[O] change JS & CSS paths when publishing?

2014-03-13 Thread Matt Price
Hi, I've been using ox-deck to export my lectures as slides. Internet connectivity in one of my lecture halls is a little unreliable, so I keep a local copy of deck.js (which contains js and css files) on my laptop. Without those files, the slideshow just exports as plain HTML. I would like to

Re: [O] mark parent of current heading

2014-03-13 Thread Matt Price
On Wed, Mar 12, 2014 at 5:15 AM, Thorsten Jolitz wrote: > Matt Price writes: > >> is it possible to mark, not the current subtree, but one level up from >> the current subtree? I would like to add that level to the org >> bindings for expand-region, >> >&g

Re: [O] change JS & CSS paths when publishing?

2014-03-13 Thread Matt Price
Ooops, forgot to send to the list! Forwarding my last reply to Bastien, and then answering my own question below, sort of: On Thu, Mar 13, 2014 at 1:29 PM, Matt Price wrote: > On Thu, Mar 13, 2014 at 11:57 AM, Bastien wrote: >> Hi Matt, >> >> Matt Price writes: >>

[O] mark parent element?

2014-03-14 Thread Matt Price
Hi, I'm trying to write a function that will mark the parent of the current element. I think I understand how to do it but for some reason I can get the mark to persist after the funciton is called. I think it's really an elisp problem, not an org problem, but am hoping someone can ehelp me. He

Re: [O] mark parent element?

2014-03-14 Thread Matt Price
On Fri, Mar 14, 2014 at 2:11 PM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > >> I'm trying to write a function that will mark the parent of the >> current element. I think I understand how to do it but for some >> reason I can get the mark to p

[O] rebind TAB in a minor mode; why does org-cycle workd differently wnhen called iwth M-x?: [WAS:customize behaviour of org-cycle?]

2014-03-16 Thread Matt Price
On Sat, Mar 15, 2014 at 2:46 PM, Matt Price wrote: > Hi again everyone, > > I would like to be able to customize the behaviour of org-cycle/TAB in > two scenarios, and am wondering if it's possible to do this using > existing tools, or if I have to write my own versions of o

[O] org-cycle behaves differently when called with M-x?

2014-03-16 Thread Matt Price
Hi, I am not sure if this a bug or intended behaviour, but org-cycle behaves ddifferently than expected when I call it using M-x (rather than with TAB). Instead of cycling FOLDED-->CHILDREN-->SUBTREE-->FOLDED it cycles FOLDED-->CHILDREN-->FOLDED Does everyone else see the same issue? I think th

Re: [O] rebind TAB in a minor mode; why does org-cycle workd differently wnhen called iwth M-x?: [WAS:customize behaviour of org-cycle?]

2014-03-16 Thread Matt Price
On Sun, Mar 16, 2014 at 8:34 PM, Bastien wrote: > Matt Price writes: > >> I would like my new org-cycle-mod to use the exact same >> keybindings as the original org-cycle does. what is the best way to >> achieve this? Thank you for your help! > > I think `r

Re: [O] org-cycle behaves differently when called with M-x?

2014-03-16 Thread Matt Price
On Sun, Mar 16, 2014 at 10:08 PM, Bastien wrote: > Matt Price writes: > >> There may be something strange in my setup. But can you quickly test >> on the following org code? I get the buggy behavour when the cursor >> is on the firs heading (* lvl 1) > > Well,

[O] Zotero: import HTML --> org syntax?

2014-03-28 Thread Matt Price
Hi, so, in my ponderously slow efforts to figure out a decent citation workflow for Org, I am trying for some modest integration with Zotero, which is the tool my humanities colleagues are most likely to use. I keep all of the references for my courses in a Zotero database. When generating a syll

[O] open in browser after html export?

2014-04-10 Thread Matt Price
As I understand the manual, when I export to HTMl with C-c C-e h o, the .html file thus created should open up in my default browser, right? Instead, it get is being opened in a new window inside Emacs, and does not appear in a browser. i imagine I have some variable set to a bad value somewhere

[O] possible bug in ox-odt.el?

2014-05-25 Thread Matt Price
Hello, for some time I've noticed that the export to odt options were not being offered in the export menu options (C-c E-c), even though I have (require ox-odt) in my startup file. Attempts to evaluate ox-odt manually failed with this error: defconst: Wrong type argument: stringp, nil I've tra

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

Re: [O] two basic elisp questions

2016-07-22 Thread Matt Price
On Fri, Jul 22, 2016 at 11:38 AM, Matt Price 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 "./Assignment1/")) &g

Re: [O] two basic elisp questions

2016-07-22 Thread Matt Price
On Fri, Jul 22, 2016 at 1:54 PM, Michael Welle wrote: > Hello, > > Matt Price writes: > > > On Fri, Jul 22, 2016 at 11:38 AM, Matt Price wrote: > > > >> > >> (2) Is it possible to set the default value for interactive file > selection > >>

Re: [O] two basic elisp questions

2016-07-29 Thread Matt Price
On Sat, Jul 23, 2016 at 1:24 AM, Michael Welle wrote: > Hello, > > Matt Price writes: > > > On Fri, Jul 22, 2016 at 1:54 PM, Michael Welle > wrote: > > > >> Hello, > >> > >> Matt Price writes: > >> > >> > On Fri, Jul

[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' property.

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 wrote: > Matt Price writes: > > > 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: > > > > ;; sti

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 wrote: > > > On Fri, Jul 29, 2016 at 10:46 AM, Nicolas Goaziou > wrote: > >> Matt Price writes: >> >> > In my gradesheets I use overlays to display the grade property in >> headlines >> > --

[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 (es

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

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

2016-09-16 Thread Matt Price
") ("\\.mm\\'" . default) ("\\.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 d

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

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 #+BEGIN_ADDITIONALCLASS...#+END_ADDITIONALCLASS > block,

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 wrote: > Matt Price writes: > > > When exporting images with captions, ox-html currently creates a > > strucuture like this: > > > > > > > > > > Figure 1: "test" > > > >

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

[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? Woul

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

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

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: https://github.com/djcb/mu/issues/392

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] html-email in org-mode

2016-11-04 Thread Matt Price
are 'fetchmail', 'getmail' ;; isync or your own shellscript. called when 'U' is pressed in ;; main view. ;; If you get your mail without an explicit command, ;; use "true" for the command (this is the default) (setq mu4e-get-mail-command "offlineimap"

[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 success.

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

2016-11-17 Thread Matt Price
try 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 wrote: > Matt Price writes: > > > Does anyone have a current, working org-protocol

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 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 orgmime and the standard lib

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 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/#!topic/mu-discuss/Hvl9w

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

2016-11-17 Thread Matt Price
ng off hte 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 wrote: > > > On Thu, Nov 17, 2016 at 1:10 PM, Matt Price wrote: > >> Hey everyone, I am definitely still seeing this p

Re: [O] saving outgoing mail from org-mime

2016-11-30 Thread Matt Price
user-agent) plus a small change to an internal function in mu4e-compose.el On Fri, Oct 28, 2016 at 9:29 PM, Matt Price wrote: > 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

Re: [O] semi-visible stars?

2016-12-01 Thread Matt Price
On Wed, Nov 30, 2016 at 3:41 PM, Matt Price wrote: > I have been fooling around a little bit with color-themes and also the new > emacs 24+ custom themes, and find that (perhaps because of using > desktop-mode) there are certain traces of the theming that get left behind > in the

Re: [O] Citation syntax: now supported in Pandoc

2016-12-01 Thread Matt Price
Richard, is wip-cite up to date with recent git versions of org-mode? I'd like ot try it out but would rather not go back to a pre-9.0 version or org, having done a certain amount of work to update to the new framework... Thanks! On Thu, Dec 1, 2016 at 8:51 AM, Julian M. Burgos wrote: > This is

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

2016-12-01 Thread Matt Price
On Thu, Dec 1, 2016 at 10:22 AM, Matt Price wrote: > > > On Wed, Nov 30, 2016 at 3:41 PM, Matt Price wrote: > >> I have been fooling around a little bit with color-themes and also the >> new emacs 24+ custom themes, and find that (perhaps because of using >> d

[O] fuzzy matching of parameters

2016-12-01 Thread Matt Price
I have just done something I'm very excited about. Given a directory name (the variable ~assignment~ in this case) and a list of student info, search through the directory for files whose names contain the student names, and attach those to newly created subtrees. Before now, manually attaching t

Re: [O] fuzzy matching of parameters

2016-12-03 Thread Matt Price
not find an exact match, e.g. using helm or ivy to > select the files for attachment, perhaps sorted and matched using their > fuzzy algorithms. > > > > Matt Price writes: > > > I have just done something I'm very excited about. Given a directory > name > >

[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: | [1,2,3].map

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 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 to have slides with a sim

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 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! > > >

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 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! > OK, I've run into the l

[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 wrote: > > > On Fri, Dec 9, 2016 at 12:19 PM, Eric S Fraga 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

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

2016-12-11 Thread Matt Price
r any other ones. Thanks as always to all readers and commentators! On Sun, Dec 11, 2016 at 12:19 AM, Charles C. Berry wrote: > On Sat, 10 Dec 2016, Matt Price wrote: > > On Sat, Dec 10, 2016 at 12:19 AM, Matt Price wrote: >> >> >>> >>> On Fri, Dec 9, 2016

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

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 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 doesn't seem to w

[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 wrote: > On Mon, 12 Dec 2016, Matt Price wrote: > > On Mon, Dec 12, 2016 at 12:16 PM, Charles C. Berry >> wrote: >> >>

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

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 > >> html) might be ni

[O] [PATCH] allow klipse export in html

2016-12-14 Thread Matt Price
2016 at 12:55 PM, Matt Price wrote: > > > > On Wed, Dec 14, 2016 at 5:06 AM, Rasmus wrote: > >> >> I don’t know if much more support is needed. We add some automatic >> configuration scripting or add a per-block switch for enabling klipse. >> >>

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 wrote: > > I'm such a slow coder that this is all I got to in my free moments > today:patch for defcustoms that inserts

<    1   2   3   4   5   6   7   >