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
uctions, etc.). Is there an easy way to do this already? Or is the best thing to do to write a piece of elisp that generates the appropriate structure using org-element, and put that code in a babel block? And if the latter, does anyone, um, want to write the code for me? Many thanks for your help, Matt

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] Cursor jumps unexpectedly when calling org-agenda-todo

2014-01-24 Thread Matt Lundin
org-agenda-todo... inbox: Scheduled: TODO Do something:errands: ^ Thanks, Matt

[O] Agenda view shows no todo items when agenda files are gpg-encrypted

2014-02-03 Thread Matt Mello
-files (list "~/bin/computing.gpg")) I also get no errors. Here is my complete agenda view, with C-c a t: Global list of TODO items of type: ALL Available with `N r': (0)[ALL] (1)TODO (2)DONE Any ideas? Is anyone else able to use agenda views with GPG-encrypted files? Thanks!

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

2014-02-27 Thread Matt Price
ode($atts, $content = null) { #+END_SRC The error seems to be related to font locks, and I guess must have something to do with php-mode somehow: -*Messages*--- Wrote /home/matt/test.org org-babel-exp process php at line 14... org-babel-exp process php at line 26... org-babel-exp process ht

Re: [O] Selected expansion

2014-03-02 Thread Matt Lundin
work for expanding > each individual notice[n] one after the other moving the cursor around, > but I'm looking for expanding all of them using only one command. > > * Topics > * Notices > * Results Pressing tab key *twice* while the cursor is on notices should do the trick. Matt

Re: [O] Colorize past dates differently?

2014-03-02 Thread Matt Lundin
ary agenda gives past due items a different color. You can check the names of the faces by calling M-x describe-text-properties on different lines of the agenda. Within an org file... This would require some hacking. Past, present, and future timestamps share the same face: org-date. Matt

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-02 Thread Matt Lundin
this several times with emacs -Q and can replicate it each time. I previously documented the issue in this thread: - http://comments.gmane.org/gmane.emacs.orgmode/75288 Matt

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-02 Thread Matt Lundin
Matt Lundin writes: > Igor Sosa Mayor writes: > >> Hi, >> >> is there a way to debug what is happening after pressing some key >> combination. >> >> I have the problem that in the agenda view when I press M-+ to run the >> function org-agenda-

[O] [Bug] org-open-at-point no longer unescapes shell/elisp links

2014-03-03 Thread Matt Lundin
I call org-open-at-point on an elisp link: [[elisp:(org-agenda%20"a")][agenda]] Thanks, Matt Debugger entered--Lisp error: (void-function org-agenda%20) (org-agenda%20 "a") eval((org-agenda%20 "a")) (if (eq (string-to-char cmd) 40) (eval (read cmd)) (call-intera

Re: [O] [bug] Incompatible agenda commands

2014-03-03 Thread Matt Lundin
gt;>>>> displayed afterward. >>>> >>>> do I understand correctly that you only get the stuck view and not the >>>> agenda view? If so, I cannot reproduce it. >>> >>> I'll try to provide you with a reproducible recipe, then. >> >> Add the following line to this ECM: >> >> (setq org-agenda-sticky nil) >> >> and you'll be bitten by that bug! > > Mhh... still can't reproduce the bug. Anyone else? Unfortunately, I cannot reproduce it either. Both the stuck agenda and the weekly agenda display on my end. Matt

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
m your address once. > > If you do not respond to this confirmation request within 14 days, > your message will not be delivered. > > From: Matt Lundin > Subject: Re: [bug] Incompatible agenda commands > To: Bastien > Cc: "Sebastien Vauban" > , > public-emac

Re: [O] sorting TODO items?

2014-03-03 Thread Matt Lundin
ions for sorting all the subheadings. If you call org-sort at the top of the file (i.e., while not on a heading), it will sort all the first-level headings in the file. Matt

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
requests for confirmation. Matt Matt Lundin writes: > Gmane Remailer > writes: > >> This message was created automatically by mail delivery software (TMDA). >> >> Your message attached below is being held because the address >> has not been verified. >>

Re: [O] Please confirm your message

2014-03-03 Thread Matt Lundin
Matt Lundin writes: > This email resulted from my attempt to reply to an obfuscated email from > the gmane public mailer. I have no idea why it sent my reply to the > list. > > As an aside, is there a graceful with these emails in gnus. When I do Should read: "is there a

Re: [O] link interfering with brackets when abbreviated

2014-03-03 Thread Matt Lundin
o get opened. > > Maybe someone else can also report if C-c C-o works on his agendas. I cannot reproduce this (though I do have trouble opening escaped links -- see bug report in another thread). Matt

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-03 Thread Matt Lundin
d do exactly what it says -- i.e., open a link if one is at the point. Then, on top of these function s we could rebuild fuzzier "meta" and "dwim" functions (e.g., org-open-links-in-paragraph, org-open-links-in-entry, org-meta-open, org-open-at-point,... whatever). In short, I am excited by the potential that the parser provides to make the code base more transparent, granular, and precise. Matt

[O] [Bug] marking repeating task done destroys property/logbook drawers

2014-03-03 Thread Matt Lundin
org-entry-put (which is invoked by org-auto-repeat-maybe) places the :LAST_REPEAT: in the wrong place. However, I couldn't discern why, since invocations of org-entry-put otherwise seem to work fine. Thanks, Matt

Re: [O] Bug? -- installing and updating on Windows

2014-03-03 Thread Matt Lundin
Org v8.2.5h. However, > org-version still lists as v7.9.3f. Is something not loading? Three ideas: 1. Check the value of load-path to be sure that it contains emacs.d/elpa/org... 2. M-x org-reload 3. If that fails, restart emacs Matt

Re: [O] org-element cache and LAST_REPEAT

2014-03-04 Thread Matt Lundin
rmalink.gmane.org/gmane.emacs.orgmode/82979 I had not realized it had to do with org-element-cache. I can confirm that setting org-element-cache to nil solves the problem. Matt > > -- > * bla > :PROPERTIES: > :bl

Re: [O] Google + org-mode agenda? can it be done?

2014-03-05 Thread Matt Lundin
;s todo list. https://bitbucket.org/edgimar/michel-orgmode Matt

Re: [O] automatic scheduling of next task in project

2014-03-06 Thread Matt Lundin
> task to the next one. Or, since the OP is using org-depend.el (in contrib), he could also use :TRIGGER: chain-siblings-scheduled(NEXT). Best, Matt

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread Matt Lundin
veal t)) (org-back-to-heading)) (add-to-list 'org-speed-commands-user '("N" . (org-speed-move-safe 'my-org-next-next))) --8<---cut here---end--->8--- Best, Matt

Re: [O] Feature request: edit time stamp from agenda

2014-03-11 Thread Matt Lundin
arning-if-scheduled org-agenda-skip-scheduled-if-deadline-is-shown org-agenda-skip-timestamp-if-deadline-is-shown org-agenda-skip-additional-timestamps-same-entry Best, Matt

[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
he project definition? But honestly I have no experience with writing defadvices, and I am not sure how the completion-function is supposed to work (like, what arguments it takes). If anyone has done something similar, I would be be very grateful to hear about it! Thanks, Matt

Re: [O] [Bug] marking repeating task done destroys property/logbook drawers

2014-03-13 Thread Matt Lundin
Hi Bastien, Bastien writes: > Hi Matt, > > Matt Lundin writes: > >> When I mark a repeating task done (with the settings in the minimal.el >> file below), org mangles the :LOGBOOK: and :PROPERTY: drawers when >> trying to insert a :LAST_REPEAT: property. > &g

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
nd how the value of (this-command) is set, but I'm imagining that M-x may also set it? So if called with M-x, it may not give the desired result. thank you! Matt

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] org-element checks make flyspell prohibitively slow

2014-03-17 Thread Matt Lundin
rsion 8.2.5h (release_8.2.5h-757-gc444e4 @ /home/matt/org-mode/lisp/) I open a test.org file containing the following. --8<---cut here---start->8--- * A headline * Arch packages * Another headline --8<---cut here---end---

Re: [O] Can I use an already defined agenda view in another agenda command?

2014-03-17 Thread Matt Lundin
(org-agenda-prefix-format " %i %-12:c%l" (setq org-agenda-custom-commands `(,my-next-actions ,my-projects ("k" "Combined" (,(cddr my-next-actions) ,(cddr my-projects))) ("d" "Short deadlines" (,(my-agenda 1))) ("D" "Long deadlines" (,(my-agenda 21) --8<---cut here---end--->8--- Matt

Re: [O] org-element checks make flyspell prohibitively slow

2014-03-21 Thread Matt Lundin
Hi Nicolas, Nicolas Goaziou writes: > Matt Lundin writes: > >> The rewrite of org-mode-flyspell-verify in commit >> 4a27c2b4b67201e0b23f431bdaeb6460b31e1394 (Nov 21, 2013) makes navigating >> org-mode files with large chunks of text very slow. > > [...] &

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-21 Thread Matt Lundin
Bastien writes: > Hi Matt and all, > > thanks a lot for the detailed investigation -- I revisited the > related problems and applied a fix. Please let me know if you > encoutner some glitches. Seems to work fine now. Thanks! Matt

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-25 Thread Matt Lundin
Hi Bastien, Matt Lundin writes: > Bastien writes: > >> Hi Matt and all, >> >> thanks a lot for the detailed investigation -- I revisited the >> related problems and applied a fix. Please let me know if you >> encoutner some glitches. > > Seems to wo

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

2014-03-28 Thread Matt Price
ML "import" function that I just don't know about? (2) is anyone actually using Zotero for citations in org? or have people mostly given up and gone over to Bibtex instead? Thanks very much, Matt

[O] open in browser after html export?

2014-04-10 Thread Matt Price
-- but what variable should it be? I have checked that browse-url and browse-url-firefox both work well on in-text url's. Anyone know how org decides how to open an html file? thanks, Matt

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

2014-05-25 Thread Matt Price
ears to be nil. Replacing (file-name-directory load-file-name) with a string like: "/home/matt/src/org-mode/lisp/ox-odt.el" fixes the problem for me, but that doesn't seem like a very robust solution. I don't understand emacs internals very well, but is this possibly a

[O] two basic elisp questions

2016-07-22 Thread Matt Price
set different base directories when attaching files to subtrees of different first-level trees in a buffer. I guess I would set the value for the base directory with a property. thanks! Matt

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
uplicate overlay, for reasons that I don't quite understand (maybe because the ellipses at the end of the fold interfere with my counting somehow)? I ould like to be able to find the named overlays and remove them all at once, something like this: (defun matt-clear-overlay () (interactive) (

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] [PATCH] Re: links-9.0 v3

2016-08-05 Thread Matt Lundin
uding a simple patch to update a contrib file that I use regularly: org-eww.el. Thanks, Matt >From d473260956493dafd1e37c5f3680813fbf63434e Mon Sep 17 00:00:00 2001 From: Matt Lundin Date: Fri, 5 Aug 2016 20:07:40 -0500 Subject: [PATCH] Update org-eww to use new link api * contrib/lisp/or

[O] Request: Move org-eww from contrib to core

2016-08-06 Thread Matt Lundin
to makes sense also to support eww, the built-in browser. I noticed that Marco Wahl, the author of org-eww.el, is on the contributors list, so, if I understand correctly, there shouldn't be copyright issues. Matt

Re: [O] OReanalyzing archived TO-DOs

2016-08-08 Thread Matt Lundin
ill allow me to open up my archived TO-DOs > to evaluate them?** I would probably do the same thing you did: i.e., use column view in the archive file. You could also try including archive files in the agenda ("v A") and then using column view in the agenda. That would have the effect of merging archived and non-archived tasks into a single view. Best, Matt

[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
can I write durations in minutes and seconds only? the extra 00: is sort of annoying to type when I am tired. Later I'll want to think about the best way to turn this data into a plot of fastest, slowest, and mean times day-to-day. But not tonight, I'm beat! Thanks, Matt

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
d like to be able to give an additional class to the enclosing . Any idea how i might be able to do that? As far as I can see, org-html--wrap-image does not have access to the org link element and so can't query for attributes. I really appreciate any ideas! Thanks, Matt

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] org-special-ctrl-a/e no longer has the expected effect

2016-10-17 Thread Matt Lundin
tring of org-special-ctrl-a/e. Thanks, Matt

[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
anyone use them? Would you be willing to share your workflow, and thoughts about what pain points you still have?? I see John K. has written some cool posts about, e.g., sending headings out, but not about org-ifying the compose buffer. Thank you! Matt

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
ich has a sendmail clone). If anyone out there has a moment to look at my config and tell me if they see anything wrong... I'd aprreciate it. Th anks, Matt ;; example configuration for mu4e (add-to-list 'load-path "/home/matt/src/mu/mu4e/" ) (add-to-list 'load-path "/h

[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

[O] [BUG] Scheduled items in past show time of day in agenda

2016-11-29 Thread Matt Lundin
20:00.. The expected behavior (i.e., no time of day designation if it is not the scheduled day) is the following... Day-agenda (W48): Tuesday29 November 2016 test: Sched. 2x: A scheduled item Thanks, Matt

[O] [BUG] Upcoming deadlines sorted in reverse order

2016-11-29 Thread Matt Lundin
In 7 d.: A more distant deadline Thanks, Matt

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
of code (I can post the wider context if that would be helpful). Thanks! Matt (mapcar (lambda (stu) (let ((name (car stu)) (email (cdr stu)) ) (insert (format "\n** %s" name

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
ion I'd love to hear about it no matter what! Thanks everyone! Matt

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] Bug: Org Emphasis Issues (Trunk)

2016-12-13 Thread Matt Lundin
s using org-indent-mode?) With emacs -Q and the latest org from git, if I open the following file, "Subheading 1" appears in bold. If I delete "Subheading 2," the emphasis disappears. * First headline ** Subheading 1 ** Subheading 2 Matt

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

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 to change? >

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 wrote: > Hello, > > Matt Price 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 necessary code into a src > > block. further re

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 wrote: > On Thu, Dec 15, 2016, 8:14 PM Matt Price wrote: > >> >> I took a look at org.texi but my understanding of texi syntax is very >> poor and I don't think I have time to learn today. >> > > Why not wri

<    9   10   11   12   13   14   15   16   17   18   >