[O] fold all drawers in a buffer?

2013-11-01 Thread Matt Price
Is there a command to fold all drawers in a buffer (all property drawers would be enough, actually)? Or a suggestion for how to do this? Thanks! Matt

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Matt Price
On Fri, Nov 1, 2013 at 2:08 AM, Alan L Tyree wrote: > > Matt Price writes: > >> I have just pushed a more-or-less-working version of my "Org Writer's >> Room" mode to github: >> > >> PS, the readme on github is a little out of date, but the

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Matt Price
On Fri, Nov 1, 2013 at 5:07 AM, Ian Barton wrote: > On 01/11/13 06:08, Alan L Tyree wrote: >> >> >> Matt Price writes: >> >>> I have just pushed a more-or-less-working version of my "Org Writer's >>> Room" mode to github: >>>

[O] set global visibility set to CONTENTS in a defun?

2013-11-02 Thread Matt Price
I am sure it's possible to do this ,but I can't seem to figure out how to set the global visibility level of org headings to a pre-specified level in a list function. (org-global-cycle) cycles the visibility among OVERVIEW --> CONTENTS --> ALL it accepts an optional argument, but whatever I put in

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-02 Thread Matt Price
I've pushed a new version of org-writers-room to the repo, https://github.com/titaniumbones/org-writers-room It's still rather simple, but some of the awful usability bugs are less severe: - org-writers-room can only be called from an org-mode buffer - when disabled, org-writers-room gets rid of

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-05 Thread Matt Price
On Mon, Nov 4, 2013 at 12:33 PM, Thorsten Jolitz wrote: > Matt Price writes: > > Hi Matt, > >> Hi Thorsten, >> >> Wow, navi-mode really is incredibly cool. > > thanks. why not write this on the mailing list - a bit of publicity > can't hurt ;) > oh

[O] narrowing to subtree in navi-mode

2013-11-07 Thread Matt Price
I am trying to rewrite my org-writers-mode to use a navi-mode buffer as a guide for the org-mode buffer In navi-mode, it is possible to narrow the original ("twin)) buffer using the quick ommand "r". However, doing so also narrows the navi-mode buffer, so that only the current heading is visible.

Re: [O] narrowing to subtree in navi-mode

2013-11-07 Thread Matt Price
On Thu, Nov 7, 2013 at 4:37 PM, Thorsten Jolitz wrote: > Matt Price writes: > > Hi Matt, > >> I am trying to rewrite my org-writers-mode to use a navi-mode buffer >> as a guide for the org-mode buffer >> >> In navi-mode, it is possible to narrow the origina

[O] Fwd: set global visibility set to CONTENTS in a defun?

2013-11-08 Thread Matt Price
sorry, forgot to cc to group. -- Forwarded message -- From: Matt Price Date: Fri, Nov 8, 2013 at 2:30 PM Subject: Re: set global visibility set to CONTENTS in a defun? To: Bastien Hi Bastien, ... sorry for hte delay on this, I have changed my code so many times and so

[O] Help using ECB with Org!

2013-11-08 Thread Matt Price
Hello, Does anyone out there use ECB with org-mode buffers? On Thorsten's suggestion, I am trying out ECB (I had thought about this earlier but gave up when ecb wouldn't load -- turned out I had dead symlinks from 2009 in /usr/share/emacs/lisp/cedet/ !) with org-mode buffers. ECB is clearly very

[O] org-element-property syntax (turning strings into keyword symbols)

2013-11-08 Thread Matt Price
Hi, I'm trying to write a query that will check to see if the current element has any of several properties set; the properties are defined in a defcustom so I don't know in advance which properties I'm interested in. So I have the following code which INSERTS properties: (defcustom org-writers-

Re: [O] org-element-property syntax (turning strings into keyword symbols)

2013-11-09 Thread Matt Price
On Sat, Nov 9, 2013 at 2:48 AM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > >> This works fine. Now when I come back to this buffer I want to check >> whether any of the properties are actually there. So I am trying >> something like this: >> &

Re: [O] Fwd: set global visibility set to CONTENTS in a defun?

2013-11-09 Thread Matt Price
On Sat, Nov 9, 2013 at 2:46 PM, Bastien wrote: > Hi Matt, > > Matt Price writes: > >> What I mostly wanted was to write an interactive defun that would >> switch to an org buffer and then automatically set the visibility >> (either the global visibility or the vi

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Matt Price
On Thu, Nov 28, 2013 at 11:08 AM, Bastien wrote: > Hi Rick, > > Rick Frankel writes: > >> I would be willing to make this change (as an option?) to the html >> exporter if others agree. > > FWIW I do agree this is a good change. not that this opinion really matters, but I've been wanting this op

Re: [O] Getting checkboxes in HTML output?

2013-11-28 Thread Matt Price
On Thu, Nov 28, 2013 at 4:26 PM, Sebastien Vauban wrote: > Achim Gratz wrote: >> Rick Frankel writes: >>> For xhtml compatibility, it would need to be 'checked="checked"'. I've >>> done a quick look at the html dtd, and i does look like input elements >>> are allowed outside of forms, but i would

[O] exporting a shopping list to my android phone?

2013-11-28 Thread Matt Price
I just asked this question I guess, but: I do most everything in org, including composing shopping and packing lists, and so forth. Occasionally I would like to access these on my phone. From what I can tell, org-mobile doesn't do quite what I want which is to let me toggle the state of a checkbo

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread Matt Price
On Thu, Dec 12, 2013 at 2:50 PM, Aaron Ecay wrote: > 2013ko abenudak 12an, John Kitchin-ek idatzi zuen: >> >> I wouldn't hold your breath waiting for my solution, it's currently a >> constructive procrastination project to see if it is possible ;) >> >> I made this: >> >> https://github.com/jkitch

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

[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: http://

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 wrote: > I'm trying to draw a very simple, silly graph using dot. I'm fo

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 wrote: > Matt Price writes: > > > I would, however, like to avoid the clumsy intermediate step and use > something like this instead: > > #+name: graph-from-tables > > #+HEADER: :var nodes=students-table graph=students-gra

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 wrote: > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos wrote: > >> Matt Price writes: >> > > - > it looks about right until the very end; Manually running "dot > /tmp/babel-2749DTL/dot-2749Nkt -Tpng -o

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

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

Re: [O] two simple derived backend questions

2015-10-14 Thread Matt Price
On Wed, Oct 14, 2015 at 6:55 PM, Rasmus wrote: > Hi Matt, > > Matt Price writes: > > > a) add a horizontal rule > > > > pandoc expects a horizontal rule at each slide division. So, if > possible, > > I would like to add an hhr element at the end of e

Re: [O] org-reveal questions

2015-10-23 Thread Matt Price
On Fri, Oct 23, 2015 at 5:20 AM, Xebar Saram wrote: > > On Fri, Oct 23, 2015 at 12:09 PM, Fabrice Popineau < > fabrice.popin...@supelec.fr> wrote: > > how do i (for a specific slide) make all text not centered but rather left > aligned? > > I haven't been following this thread very lcosely, but h

Re: [O] org-reveal questions

2015-10-23 Thread Matt Price
On Fri, Oct 23, 2015 at 2:18 AM, Eric S Fraga wrote: > On Friday, 23 Oct 2015 at 08:16, Xebar Saram wrote: > > Hi all > > > > for all you org-reveal users, excuse me for these questions that may seem > > trivial but as a new reveal/org-reveal user i havent been able to address > > them :) > > > >

[O] ox-md export title block

2015-10-23 Thread Matt Price
I don't know that much about markdown, and I know there are many different flavours. pandoc can make use of title, author, and date info in a markdown file -- from what i cna tell, it expects a "title block atthe head of a file (http://pandoc.org/README.html#extension-pandoc_title_block) % author

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

2015-10-23 Thread Matt Price
On Fri, Oct 23, 2015 at 8:27 AM, Éibhear wrote: > Matt Price gmail.com> writes: > > > > > > > > > On Thu, Sep 24, 2015 at 7:10 AM, Matt Price gmail.com> > wrote: > > > > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dok

Re: [O] two simple derived backend questions

2015-10-23 Thread Matt Price
Hi, I realize I never responded to say thank you. This is a big help, and I now have things working the way I like! matt On Wed, Oct 14, 2015 at 11:35 PM, Charles C. Berry wrote: > On Wed, 14 Oct 2015, Matt Price wrote: > > On Wed, Oct 14, 2015 at 6:55 PM, Rasmus wrote: >

Re: [O] ox-md export title block

2015-10-23 Thread Matt Price
On Fri, Oct 23, 2015 at 5:22 PM, Nick Dokos wrote: > Nicolas Goaziou writes: > > > However, "ox-md.el" is for Vanilla Markdown, where such constructs do > > not exist. So it cannot be applied there. > > > ISTR there are a few others export back-ends in contrib/ that may use > > this. You may als

[O] feature request: best practices for speaker notes and incremental lists/elements

2015-10-23 Thread Matt Price
In writing ox-md-pandoc, I ad occasion to translate org-reveal's spearker note syntax into html . It revived an older concern of mine, that ox-reveal and ox-deck have different ways of representing near-identical features within org. ** Speaker notes Speaker notes are represented thus for export

[O] feature request: easier style attributes

2015-10-23 Thread Matt Price
OK, one more, again a repeat of an old request. Pandoc Markdown has this incredibly easy way to specify html attributes ( http://pandoc.org/README.html#header-identifiers): # My Header {#myid .class1 .class2} I find this much easier to read, write, and maintain than the org-mode equiva

Re: [O] feature request: best practices for speaker notes and incremental lists/elements

2015-10-24 Thread Matt Price
On Sat, Oct 24, 2015 at 7:54 AM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > Matt Price writes: > > > >> I think the two exporters should use the same syntax! I especially think > >> that any future exporters should use a single, unified

Re: [O] feature request: easier style attributes

2015-10-24 Thread Matt Price
On Sat, Oct 24, 2015 at 8:30 AM, Rasmus wrote: > Matt Price writes: > > > On Sat, Oct 24, 2015 at 7:51 AM, Rasmus wrote: > > > >> Matt Price writes: > >> > >> > OK, one more, again a repeat of an old request. > >> > > &g

Re: [O] org-reveal questions

2015-10-25 Thread Matt Price
On Sun, Oct 25, 2015 at 4:46 PM, Eric S Fraga wrote: > Hello all, > > So, I decided I would play with org-reveal some more, just to see if I > could get some of the functionality that Xebar wanted fairly > easily. It turns out that I could use a web based presentation for a > small PR exercise..

Re: [O] Some projects

2015-10-25 Thread Matt Price
On Sun, Oct 25, 2015 at 3:02 PM, Rasmus wrote: > Hi, > > First, thanks for writing this up, Nicolas. Org has been a bit slow > lately, at least for my part. > ditto. and thanks to eveyrone in the thread for their input. > > > > > ** Citations > > > > Development apparently stopped for some re

Re: [O] org-reveal questions

2015-10-26 Thread Matt Price
On Sun, Oct 25, 2015 at 6:01 PM, Matt Price wrote: > > > On Sun, Oct 25, 2015 at 4:46 PM, Eric S Fraga wrote: > >> The second problem is more about HTML export than reveal >> specifically. In LaTeX, an image is exported directly without any >> surrounding mater

Re: [O] Some projects

2015-10-26 Thread Matt Price
On Mon, Oct 26, 2015 at 6:23 PM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi Nicolas and all, > > Nicolas Goaziou writes: > > > Richard Lawrence writes: > > > >> Yes, this is my understanding, too. In particular, there does not seem > >> to be an Elisp CSL library, and it woul

Re: [O] Some projects

2015-10-27 Thread Matt Price
On Tue, Oct 27, 2015 at 9:51 AM, Rasmus wrote: > Aaron Ecay writes: > > > > > > It’s unfortunate, but pandoc has the most easily adaptable CSL > > implementation for our use case, as far as I can see. The other > > contender is Zotero (in JS, possibly with XUL-specific bits). It would > > be g

Re: [O] Some projects

2015-10-27 Thread Matt Price
On Tue, Oct 27, 2015 at 9:03 AM, Aaron Ecay wrote: > Hi Rasmus, > > 2015ko urriak 27an, Rasmus-ek idatzi zuen: > > [...] > > > > > It’s unfortunate, but pandoc has the most easily adaptable CSL > implementation for our use case, as far as I can see. The other > contender is Zotero (in JS, possib

Re: [O] Some projects

2015-10-28 Thread Matt Price
On Tue, Oct 27, 2015 at 11:31 PM, Matt Lundin wrote: > Matt Price writes: > > > On Tue, Oct 27, 2015 at 9:51 AM, Rasmus wrote: > > > > > > Aaron Ecay writes: > > > > Indeed. I guess this is what they use: > > > > https://git

Re: [O] Some projects

2015-10-28 Thread Matt Price
On Wed, Oct 28, 2015 at 10:36 AM, Matt Price wrote: > > That does seem to be an issue, but I bet it wouldn't be too hard to fix. > Currently outputformat is hardcoded on line 94 of lib/citeServer.js; I'm a > little slow at reading JS but I think replacing line 259 wit

Re: [O] Markup (=, ~) in word?

2015-10-29 Thread Matt Price
#+BEGIN_VERBATIM simASM.=SITE=.=STRATEGY=.=BUDGET=.=FIREREGIME=.=JOBID=.=ARRAYID= #+END_VERBATIM ? not perfect, but... On Thu, Oct 29, 2015 at 7:06 AM, Rainer M Krug wrote: > Hi > > I guess this is not possible (and has been asked before, but I can't > find it t the moment...)- but how can I e

[O] small caps

2015-10-29 Thread Matt Price
do we have a syntax for the "small caps" text attribute in Org? If not, should we? It is available in odt, html, and latex, and is used in some bibliographic styles. m

Re: [O] small caps

2015-10-29 Thread Matt Price
Tom, Am I right that this should turn {sc hello} into hello ? If so, it doesn't seem to be working for me so far. Thanks, m On Thu, Oct 29, 2015 at 12:55 PM, Thomas S. Dye wrote: > Aloha Matt, > > Nicolas Goaziou writes: > > > Hello, > > > > Matt P

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 with an Emacs and org-mode

[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] 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. > > > > If you intend to export t

Re: [O] contributing to work on citations

2015-11-04 Thread Matt Price
On Wed, Nov 4, 2015 at 10:18 AM, Aaron Ecay 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 sense there is a group of >

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 talk to bibtex and zoter

Re: [O] contributing to work on citations

2015-11-06 Thread Matt Price
On Fri, Nov 6, 2015 at 8:10 AM, Aaron Ecay 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? > > Richard Lawrence forked that bra

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

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

Re: [O] generating org headings from a source block

2015-11-10 Thread Matt Price
On Mon, Nov 9, 2015 at 4:57 PM, Nick Dokos wrote: > Matt Price writes: > > > 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.

Re: [O] generating org headings from a source block

2015-11-10 Thread Matt Price
On Tue, Nov 10, 2015 at 11:16 AM, Nick Dokos wrote: > > > Pass the level as a parameter? > > > > Can I pass the level of the current heading as a parameter, e.g.: > > > > where obviously CURRENT-ORG-LEVEL is some function I don't know how to > access? > > > > You can at the very least set the

[O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
I've just written up a post on my workflow for PDF's Since my blog has, I think, a readership of 0 (surely there's a way to get emacsers to follow me? ah well), I will post a link here in the hopes that someone will be interested: http://matt.hackinghistory.ca/2015/11/11/note-taking-with-pdf-tools

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
wrote: > > Matt Price 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 3:17 PM, Ramon Diaz-Uriarte wrote: > Dear Matt, > > > On Wed, 11-11-2015, at 15:42, Matt Price wrote: > > I've just written up a post on my workflow for PDF's Since my blog has, I > > think, a readership of 0 (surely there's a w

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Matt Price
On Wed, Nov 11, 2015 at 12:09 PM, Memnon Anon wrote: > Matt Price 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 will post a link here [...] > > http://planet.emacs

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 page open in > pdf-tools o

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 know that. > > > I can

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 wrote: > > > > On Wed, 11-11-2015, at 21:33, Matt Price wrote: > >> > >> > >> instead of the text. Bummer! I wonder if RepliGO gives you a lot more > >> than the rest, or if I am doing som

Re: [O] Org Mode and PDF Notes!

2015-11-12 Thread Matt Price
On Thu, Nov 12, 2015 at 9:28 AM, Matt Lundin wrote: > Ramon Diaz-Uriarte writes: > > > > I'll do. In the meantime, I think this is a limitation coming from > > poppler. Other people have mentioned similar things (e.g., > > http://coda.caseykuhlman.com/entries/2014/pdf-extract.html) and using > o

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 document? > If you

[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 mwp/on

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

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 writes: > > > On Tuesday, 1 Dec 2015 at 07:12, Matt Price wrote: > >> I love Zotxt. my only concern is for those people who run a remo

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 ("First > > insta

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

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

Re: [O] Citations, continued

2015-02-12 Thread Matt Price
On Wed, Feb 11, 2015 at 11:51 AM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Stefan Nobis writes: > > > Richard Lawrence writes: > > > > But anyway: Some tool is needed to generate the bibliography with all > > its data - this tool has to handle all these details and therefore it

Re: [O] Citation syntax: a revised proposal

2015-02-15 Thread Matt Price
In On Feb 15, 2015 2:43 PM, "Thomas S. Dye" wrote: > > > 1) It is easier for me to have the citation command in one place. The > decision to represent selected aspects of the citation command in the > syntax and other parts in extensions means that I'd have to learn the > syntax and then remember

Re: [O] Citation syntax: a revised proposal

2015-02-17 Thread Matt Price
On Feb 17, 2015 1:12 PM, "Rasmus" wrote: > > Richard Lawrence writes: > > > Basically, I think you could ignore the distinctions that the [cite: > > ...] syntax is capable of expressing, and just write all your citations > > like: > > > > [cite: See @Doe99 for more on this point.] %%(:type foot

[O] What to use for tables with lengthy text in cells?

2015-03-02 Thread Matt Price
I have a project which will require me to enter about a paragraph in each of 5 fields several times a day. I would use org tables, but I need to be able to see the table contents in the buffer, and org hides long lines. I tried using table.el but it feels incredibly clumsy - for instance, I can't f

Re: [O] Citation syntax: a revised proposal

2015-03-03 Thread Matt Price
On Mar 3, 2015 3:43 AM, "Nicolas Goaziou" wrote: > > Richard Lawrence writes: > > >> To support multi cites, we must first decide how the parsed will present > >> information, i.e., what are the properties in the following case > >> > >> [cite:pre; pre1 @k1 post1; pre2 @k2 post2; post] > > > >

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-10 Thread Matt Price
On Tue, Mar 10, 2015 at 6:18 AM, Eric S Fraga wrote: > On Tuesday, 10 Mar 2015 at 09:50, Rasmus wrote: > > Nicolas Goaziou writes: > >> Since this one is not much more intrusive than the previous one, we > >> could as well drop @key in favor of @{key}. > > > > It seems like a moderately dear pri

Re: [O] Citation syntax: a revised proposal

2015-03-17 Thread Matt Price
On Tue, Mar 17, 2015 at 12:26 PM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi Andreas, > > Andreas Leha writes: > > > I have been following this thread from (quite) some distance as I am > > very interested in more general citation support from orgmode. Please > > allow some ba

[O] spreadsheet-like "fill down" in org tables?

2015-03-17 Thread Matt Price
I'm starting to use org tables quite a bit. One thing I would like to do is to quickly fill in one or more cells using the value from a cell directly above. In spreadsheets one usually does this by grabbing a cell "handle" and draggind downwards. Is there anything analogous in org? Thanks, Matt

[O] render "->" as "&rarr" on html export?

2015-03-23 Thread Matt Price
I feel like I've seen the answer to this somewhere but I can't find it -- is it possible for me to get "->" and "=>" to render as rightarrows (→, ⇒)? \rightarrow will work, but doesn't give me the visual cue I want when working in org. And entering unicode directly in org is pretty distracting for

[O] set a location for simple export of individual file?

2015-03-28 Thread Matt Price
I have an org file with lots of long tables in it; org is great for the data entry part, but sometimes I want to see the long lines in the table in their entirety, and for this I export to HTML. It works great. However, for whatever reason I don't want the HTML to live in the same directory as the

[O] [OT] wildcards in autocorrect?

2015-03-28 Thread Matt Price
I make a lot of typing errors (I have an injury to one hand, which impedes bilateral cooperation). In Libreoffice I am able to define wildcard autocorrect objects, e.g.: oc.* ---> co.* This will correct ocrrect, ocmputer, ocndition, etc. Does anyone know a way to do something similar in Emacs? R

[O] kill table cell contents?

2015-03-28 Thread Matt Price
Is there an existing function to delete the contents of a table cell, and if so, does it have a keybinding? (I'm asking a lot of questions today! thanks everyone for the help.)

Re: [O] [OT] wildcards in autocorrect?

2015-03-28 Thread Matt Price
On Sat, Mar 28, 2015 at 2:20 PM, John Kitchin wrote: > This is the code Samuel refers to. It is awesome. I use it less and less > ;) by which I mean everytime I use it is one less time I ever have to use > it. > > ;; > http://endlessparentheses.com/ispell-and-abbrev-the-perfect-auto-correct.html

Re: [O] set a location for simple export of individual file?

2015-03-31 Thread Matt Price
Goaziou wrote: > Hello, > > Matt Price writes: > > > I have an org file with lots of long tables in it; org is great for the > > data entry part, but sometimes I want to see the long lines in the table > in > > their entirety, and for this I export to HTML.

[O] Numbering only *some* subheadings?

2015-04-29 Thread Matt Price
I would like to number only a single subset of subheadings in an html export, so that, e.g., * Introduction lorem ipsum * Coiurse Requirements lorem ipsum * Course Outline ** Introduction some long multi paragraph text. ** Origins of the French Revolution more text. Readings. ** Liberty, Equality,

Re: [O] Bug: Table alignment [8.2.10 (release_8.2.10 @ /usr/local/src/emacs/lisp/org/)]

2015-05-06 Thread Matt Price
On May 6, 2015 06:57, "Rasmus" wrote: > > Jay Belanger writes: > > > When I looked at the resulting html, it looked fine: > > Math Department > > But then I checked the css code, which is given by the value of > > `org-html-style-default' in ox-html.el: > > > > th.right { text-align: cente

[O] use of 'system in ox-odt.el

2015-05-19 Thread Matt Price
Hi, When I export-and-open to odt, org doesn't open the resultant odt, even though I get a message: Running xdg-open /home/matt/RLG231/RLG231Syllabus.odt...done org-open-file works fine on links in an org buffer, and an anser on the following stackoverflow page suggests the issue is in ox-odt.el

Re: [O] use of 'system in ox-odt.el

2015-05-19 Thread Matt Price
Resenting to list (sorry rasmus) -- Forwarded message -- From: "Matt Price" Date: May 19, 2015 11:04 Subject: Re: [O] use of 'system in ox-odt.el To: "Rasmus" Cc: On Tue, May 19, 2015 at 10:57 AM, Rasmus wrote: > Matt Price writes: > > &g

Re: [O] use of 'system in ox-odt.el

2015-05-20 Thread Matt Price
On May 20, 2015 1:43 PM, "Suvayu Ali" wrote: > > On Wed, May 20, 2015 at 01:21:34PM +0200, Rasmus wrote: > > Suvayu Ali writes: > > > > > On Wed, May 20, 2015 at 11:50:03AM +0200, Rasmus wrote: > > >> Suvayu Ali writes: > > >> > > > > > >> > Do you have a mailcap which says otherwise? That's wh

Re: [O] use of 'system in ox-odt.el

2015-05-21 Thread Matt Price
On May 21, 2015 04:32, "Rasmus" wrote: > > Matt Price writes: > > >> You are on Gnome, rt? I think there is a long standing "bug" in > >> gvfs-open (which is called by xdg-open). > >> > >> See the following: > >> http

[O] remedial elisp: treating result of plist-get as a string

2015-06-15 Thread Matt Price
Hi, I'm looking at some old code Erik Hetzner wrote for me in January. I have an html string stored in a plist cell, and a function that converts an html string to org-mode syntax. I want to do something like this: (org-zotxt-htmlstring2org (plist-get item :citation-html)) But for whatever r

[O] current status of citation syntax discussion

2015-06-15 Thread Matt Price
Hi folks, Am just wondering what the current status is of the work that was being done earlier this year on improved citation support in org. Has an official syntax been settled on? Are there blessed citation managers and export solutions? I would like to figure out a personal system over the sum

Re: [O] org-cite and org-citeproc

2015-06-16 Thread Matt Price
On Mon, Apr 6, 2015 at 2:51 PM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: > Hi Aaron and all, > > Richard Lawrence writes: > > > Alright, I'll try to move to json.el, and possibly change to having > > org-citeproc generate Org markup in the meantime. > > Just a heads up: I've pushe

Re: [O] current status of citation syntax discussion

2015-06-16 Thread Matt Price
On Jun 16, 2015 3:51 PM, "Rasmus" wrote: > > Matt Price writes: > > > Am just wondering what the current status is of the work that was being > > done earlier this year on improved citation support in org. Has an > > official syntax been settled on? > &g

[O] ox-odt: headline export breaks if org-export-with-section-numbers set to nil

2015-06-25 Thread Matt Price
In an up to date master branch, I'm noticing a bug in ODT export: if org-export-with-section-numbers is set to nil, ox-odt exports headlines as plain-text paragraphs. With emacs -q, evaluate: (setq org-export-with-section-numbers nil org-export-with-toc nil org-export-preserve-breaks

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

2015-06-30 Thread Matt Price
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 file automatically. Now I can't remember how I made that happen. Is thre a really simple way to od this that I've just forgotten? Thanks, Matt

<    1   2   3   4   5   6   7   >