[O] serious calendar integration bug

2011-04-27 Thread Matt Price
Hi folks, Using a recent git version of org-mode (release_7.5.209.g1a687) with a fairly recent emacs-snapshot (20110408-1, a package from the debian emacs-snapshot ppa, but running under ubuntu maverick), I'm having a really terrible calendar bug -- not sure if it comes from org or from emacs, but

[O] serious calendar integration bug

2011-04-28 Thread Matt Price
forgot to reply to the list.. -- Forwarded message -- From: Matt Price Date: Wed, Apr 27, 2011 at 6:11 PM Subject: Re: [O] serious calendar integration bug To: David Maus On Wed, Apr 27, 2011 at 3:11 PM, David Maus wrote: > At Wed, 27 Apr 2011 11:06:38 -0400, > Matt

Re: [O] serious calendar integration bug

2011-04-28 Thread Matt Price
On Thu, Apr 28, 2011 at 8:43 AM, Nick Dokos wrote: > Matt Price wrote: > > > One thing is to make sure that it is the first select-window which is > failing: > there is a second one in there as well. Toggling debug-on-error and getting > a full backtrace (assuming you are

[O] [semi-OT] issue trackers?

2011-05-05 Thread Matt Price
Hi everyone, I'm collaborating on a project where I'm starting to feel the need for a shared issue tracker. Anyone have any suggestions? I have my own server (running ubuntu maverick, so pretty up-to-date), and can install pretty well whatever I want there. I'd love something that integrates wit

[O] pinpoint presentation software?

2011-05-23 Thread Matt Price
Has anyone out there tried the pinpoint presentation software from gnome ( http://live.gnome.org/Pinpoint)? I wonder if it would be a good export target for org. I can't compile it right now because of dependency issues, but I'd be very interested to hear of everyone else's experience. Thanks! Ma

[O] changing all timestamps in a document by a certain value?

2012-07-18 Thread Matt Price
Hi, I'm revising my course syllabi for next Fall and therefore need to update all the timestamps. In this case, I need to add 361 days to every stamp. Is there a function somewhere that can read a timestamp, convert it to a numerical value, change the value, and then record the new value in the r

Re: [O] changing all timestamps in a document by a certain value?

2012-07-19 Thread Matt Price
On Wed, Jul 18, 2012 at 11:48 PM, Nick Dokos wrote: > Matt Price wrote: > > > I'm revising my course syllabi for next Fall and therefore need to > > update all the timestamps. In this case, I need to add 361 days to > > every stamp. Is there a function somewh

[O] defining custom timestamps

2012-07-19 Thread Matt Price
Hi, On HTML export, want my timestamps to display as: Thursday, July 19 or maybe: July 19 (Thu) instead of the default 2012-07-19 Thu I've tried setting org-time-stamp-custom-formats but I haven't been able to find the documentation that explains the formatting strings. Also I'm not exactl

[O] starting value for ordered lists?

2012-08-08 Thread Matt Price
Hi, in the org manual (http://orgmode.org/manual/Plain-lists.html) i read that I can start an ordered list at a particular number using an [@20] syntax: If you want a list to start with a different value (e.g. 20), start the text of the item with [@20]4

[O] get rid of empty caption on html export?

2012-08-17 Thread Matt Price
Hi, I have asimpl table in an org document which, when i export to HTML, is for some reason accompanied by an empty tag. My wordpress theme causes the caption to take up valuable space... is there any way to surpress the caption tag from being created on export? If not, maybe osmeone has a css

[O] state of the art for html5 presentations?

2012-09-10 Thread Matt Price
I keep returning to this every few months, hoping things have gotten a little easier -- what tools are people using right now to make html5 presentations out of their org files? thanks for your help! Matt

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Matt Price
On Tue, Sep 18, 2012 at 12:52 PM, John Hendy wrote: > On Tue, Sep 18, 2012 at 10:20 AM, Puneeth Chaganti > wrote: >> On Tue, Sep 18, 2012 at 8:24 PM, John Hendy wrote: >> [..] >>> >>> Has anyone used this? I just cloned it and created the example >>> presentation. For Chromium, Google-Chrome, a

[O] custom agenda view w/ tag filtering?

2012-09-26 Thread Matt Price
Is it possible to define a custom agenda view with tag filtering, but in a date tree as in the weekly agenda? I know I can just filter by tag with "/" in the agenda mode, but I'd rather define a filtered view for a couple of tags. is this possible? I realaly like seeing my action items arranged b

Re: [O] custom agenda view w/ tag filtering?

2012-09-27 Thread Matt Price
On Thu, Sep 27, 2012 at 4:38 AM, Bastien wrote: > Hi Matt, > > (You forgot to CC the list...) > > Matt Price writes: > >> On Wed, Sep 26, 2012 at 5:56 PM, Bastien wrote: >>> Hi Matt, >>> >>> Matt Price writes: >>> >>>&g

[O] naming and/or directly addressing particular windows?

2012-12-01 Thread Matt Price
Hi, After the recent conversation about Scrivener (on help-gnu-emacs) I thought the very first step would be to write a simple function that would create a window layout and populate the windows with a set of buffers, then set mjor and minor modes for some of hte buffers. (After that I guess I wil

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Matt Price
On Sat, Dec 1, 2012 at 11:58 AM, Eduardo Ochs wrote: > Hi Matt, > > if you are considering using a little language to create window > configurations > then maybe you will find this interesting: > > http://angg.twu.net/eev-intros/find-multiwindow-intro.html > http://angg.twu.net/eev-current/eev

Re: [O] naming and/or directly addressing particular windows?

2012-12-01 Thread Matt Price
On Sat, Dec 1, 2012 at 10:59 AM, Drew Adams wrote: >> Anyway: is it possible to give/get a name for a window that persists >> long enough to be called in functions? > > This might help: > > (defun icicle-make-window-alist (&optional all-p) > "Return an alist of entries (WNAME . WINDOW), where W

[O] Org Writer's room

2012-12-05 Thread Matt Price
Hi Everyone, Prompted by a couple of recent threads on help-gnu-emacs (http://comments.gmane.org/gmane.emacs.help/87787), I am trying to create a minor mode for org that would implement some of the cool features of Scrivener (http://www.literatureandlatte.com/scrivener.php). Scrivener is a close

Re: [O] Org Writer's room

2012-12-06 Thread Matt Price
On Thu, Dec 6, 2012 at 5:51 AM, David Engster wrote: > Rainer M. Krug writes: >> On 06/12/12 09:36, Jambunathan K wrote: >>> On the left is the navbar. - You can quickly navigate to any >>> heading, a table or a captioned >>> figure. >> >> Couldn't the navbar from emacs be used for that? I haven't

Re: [O] Org Writer's room

2012-12-06 Thread Matt Price
On Thu, Dec 6, 2012 at 6:25 AM, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/12/12 11:51, David Engster wrote: >> Rainer M. Krug writes: >>> On 06/12/12 09:36, Jambunathan K wrote: On the left is the navbar. - You can quickly navigate to any heading, a >>>

Re: [O] Org Writer's room

2012-12-06 Thread Matt Price
On Thu, Dec 6, 2012 at 3:36 AM, Jambunathan K wrote: > > I am attaching screen shot of LibreOffice UI. > > On the left is the navbar. > - You can quickly navigate to any heading, a table or a captioned > figure. > > On the right is the style - one can choose char, paragraph, frame, list > styles

Re: [O] Org Writer's room

2012-12-06 Thread Matt Price
that looks really great, I'm going to play with it as soon as I can - -thanks! Hve you set up your own window layouts using htis package? matt On Wed, Dec 5, 2012 at 11:21 PM, Yagnesh Raghava Yakkala wrote: > > Hello Matt, > > IIUC Scrivener, the one difficult part is implementing a window mange

Re: [O] Org Writer's room

2012-12-06 Thread Matt Price
On Thu, Dec 6, 2012 at 3:08 AM, Eric Abrahamsen wrote: > Matt Price writes: > >> On Wed, Dec 5, 2012 at 7:44 PM, Alan L Tyree wrote: >>> On 06/12/12 11:22, Rasmus wrote: >>>> >>>> Andrew Hyatt writes: >>>> >>>>&

Re: [O] Org Writer's room

2012-12-06 Thread Matt Price
On Thu, Dec 6, 2012 at 9:15 AM, Eric Abrahamsen wrote: > > On 12/06/12 20:09 PM, Matt Price wrote: >> On Thu, Dec 6, 2012 at 3:08 AM, Eric Abrahamsen >> wrote: >>> Matt Price writes: >>> >>>> On Wed, Dec 5, 2012 at 7:44 PM, Alan L Tyr

Re: [O] Org Writer's room

2012-12-07 Thread Matt Price
On Fri, Dec 7, 2012 at 3:39 AM, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 06/12/12 16:51, Matt Price wrote: >> On Thu, Dec 6, 2012 at 9:15 AM, Eric Abrahamsen >> wrote: >>> >>> On 12/06/12 20:09 PM, Matt Price wrote:

[O] two questions about speedbar

2012-12-07 Thread Matt Price
Hi, I am trying to modify the way speedbar interacts with org files (for the purpose of the 'writers room' project I've discussed in other threads). I wonder if anyone can help me with these two issues: - when I browse an org file in speedbar (and, interestingly, some org files don't seem to wor

Re: [O] Linking to Thunderbird (correction)

2012-12-10 Thread Matt Price
On Mon, Dec 10, 2012 at 2:24 AM, Christoph Herzog wrote: > (org-add-link-type "thunderlink" 'org-thunderlink-open) > (defun org-thunderlink-open (path) > "Opens a specified email in Thunderbird with the help of the add-on > ThunderLink." > (start-process "myname" nil "thunderbird" "-thunderli

[O] org -> deck.js?

2012-03-22 Thread Matt Price
Hi folks, has anyone had any luck converting org files to deck.js? I'm working on a presentation for tomorrow... and wondering if html5-slideshow is still the best export path. Thanks folks!! matt

[O] relative links in html export

2012-03-26 Thread Matt Price
Hi, I want to include a link like this in a document intended only for html output: [[/][Front Page]] I've also tried [[http:/][Front Page]] Neither produces the result I want, which is Front Page Is there any way to get the latter result? Thanks, matt

[O] #+ATTR_HTML ineffetive in recent org_mode?

2012-03-27 Thread Matt Price
Hi, I pulled from git yesterday and am having trouble with #+ATTR_HTML in html export -- from what I cna tell, the #+ATTR_HTML: lines are just being ignored. Has anyone else seen this? I've inlined a very simple test file below, perhaps there are errors that I'm missing? ---

[O] mail integration, advice?

2012-04-26 Thread Matt Price
I'd like to take one more shot at returning to text-based email within emacs, mostly because I want to be able to integrate mail easily into my org-mode workflow. The last time I tried this I used wanderlust, and I'd be willing to give it a try again but a couple of things have discouraged me in t

[O] indentation in html export?

2012-05-09 Thread Matt Price
Hi everyone, once again hoping for some collective wisdom. I'm tyring to get into the habit of storing all my lecture notes online in HTML. However, I miss the clean look of indented text that org-mode + emacs gives me. Does anyone have a set of CSS rules or other hacks to get exported HTML to

Re: [O] indentation in html export?

2012-05-10 Thread Matt Price
On Thu, May 10, 2012 at 12:57 AM, Eric S Fraga wrote: > Matt Price writes: > > > Hi everyone, > > > > once again hoping for some collective wisdom. I'm tyring to get into the > > habit of storing all my lecture notes online in HTML. However, I miss > th

[O] Manipulating Dates Automatically in a Headline

2014-08-11 Thread Matt Price
Hi Everyone, I've asked this before, but that was a year or two ago and am hoping someone has an idea now, perhaps involving babel or something. every year at this time I rewrite a set of syllabi. I do a lot of moving htings around while i'm oding it, and at the end I have to enter a whole bunch

Re: [O] Manipulating Dates Automatically in a Headline

2014-08-13 Thread Matt Price
BUFFER) I don't have much experience with babel so I'm not sure how to do this, but if it's possible I would love some hints. Thanks as always, Matt On Mon, Aug 11, 2014 at 2:20 PM, Matt Price wrote: > Hi Everyone, > > I've asked this before, but that was a year or t

[O] help tracking down bad setting?

2014-09-18 Thread Matt Price
Hi everyone, When I load org-mode I get the following error: local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC I am pretty sure I set something to this value somewhere at some time, but I have no idea what, where, or when. I have grepped through .emacs .emacs.d/* for

Re: [O] help tracking down bad setting?

2014-09-18 Thread Matt Price
On Thu, Sep 18, 2014 at 3:46 PM, Matt Price wrote: > Hi everyone, > > When I load org-mode I get the following error: > > local-set-key: Key sequence C-c SPC C-r starts with non-prefix key C-c SPC > > I am pretty sure I set something to this value somewhere at some time, >

Re: [O] help tracking down bad setting?

2014-09-18 Thread Matt Price
I meant to add: found the culprit by checking the value of org-mode-hook. And also, thanks Thorsten!

[O] adding #+ATTR_XXX to list items?

2014-12-03 Thread Matt Price
I came across this bug for ox-reveal.el (which is not supported), but it seems to originate in ox-html.el. When I try something like this: - show bullet-points - show more bullet-points #+ATTR_REVEAL: :frag roll-in - one - by - one the HTML that is generated gives: ul class="org-ul">show bullet

[O] exporting zotxt or orgref links to HTML and ODF

2015-01-26 Thread Matt Price
Hi eveyrone, I've just looked back through my email archives and from what I can tell, almost everyone who uses Org to write papers uses LaTex for the final product. I have never learned to use Latex, mostly because, as a humanist, almost none of my colleagues can use LaTex files, and the same go

[O] HTML --> Org-mode?

2015-01-26 Thread Matt Price
Hmm, Looks like I asked this about a year ago and didn't follow up on it. Does anyone know a way to generate org-mode syntax from an html string? I would like to extend zotxt slightly (see my last post) and at present zotxt can pull citations 7 bibliography entries from Zotero only in plain-text

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-26 Thread Matt Price
an instructional > designer at at law school), I appreciate the question. > > I also appreciate the point to zotxt! Didn't know about that. > > I hope you get some good replies. > > Will > > - > Will Monroe, Ph.D. > Head of Instructio

Re: [O] HTML --> Org-mode?

2015-01-26 Thread Matt Price
pandoc will be your friend. It guided me to the following simple > (interactive) use: > > pandoc -f html -t org > how are you? > I am good > *how are you?* /I am good/ > > I won't be able to help you much farther than that, though. > - Tory > > Matt Price writes

Re: [O] HTML --> Org-mode?

2015-01-27 Thread Matt Price
t On Tue, Jan 27, 2015 at 3:23 AM, Willem Rein Oudshoorn wrote: > Matt Price writes: > > > Hmm, > > > > Looks like I asked this about a year ago and didn't follow up on it. > Does > > anyone know a way to generate org-mode syntax from an html string? I >

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Matt Price
For me, the main issue with this route is that I don't understand LaTex at all, and it seems like there's a bit of a steep learning curve to get to a working set up. Maybe someone can recommend a good guide for starting out in LaTex? It does seem like somehting one should learn, I suppose. On T

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Matt Price
On Tue, Jan 27, 2015 at 8:30 AM, Rasmus wrote: > Hi, > > Christian Moe writes: > > IMO we /need/ to add proper citation support to Org, preferably with a > real syntax rather than these link-"solutions" and with good backend > support (bibtex & Zotero for starters, I guess). > > #+begin_rant > >

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-27 Thread Matt Price
I am very eager to see this work of yours, Christian. I also would very much like to find a way to have a single, well-supported citation framework in org -- I certainly think John's work looks incredible, and zotxt is very powerful, but it would be fantastic if one could just choose a bibliograph

Re: [O] HTML --> Org-mode?

2015-01-27 Thread Matt Price
On Tue, Jan 27, 2015 at 1:59 PM, Willem Rein Oudshoorn wrote: > Matt Price writes: > > > Thank you Willem, > > > > This looks very helpful. > > > > I am trying the code out in a scratch buffer and I am unable to gnerate > org > > syntax, e.g. wit

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-28 Thread Matt Price
i think I may have seen it these on the list at one point, but it's very helpful to be reminded. I do think that the default fonts, etc., are a bit of an acquired taste for humanists; and I've gotten used to using custom styles in html & odt for size & placing of images; but even without following

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-28 Thread Matt Price
ine file tags like: > > #+PANDOC_CSL: some-csl-file > > that would also get passed to the pandoc command to determine the style > of the citation and bibliography. > > > > > Matt Price writes: > > > i think I may have seen it these on the list at one point, but

[O] [sort-of OT] Help with "request" and "deferred"

2015-01-28 Thread Matt Price
in pursuit of the zotero integration I discussed in other threads, I am trying to write one simple little function to extend Erik's code, and failing. Since I'm flailing and going to bed soon: can anyone see what's wrong with this function? The results are generated perfectly well, but the retur

[O] help with pattern-matching

2015-01-29 Thread Matt Price
I'm sorry to come with a basic elisp question, once again. I continue to work on this citation stuff. Currently, I can get html back from Zotero in a form like this: - Broder, John M., and Ian Urbina. “All Eyes Turn to Virginia Senate Race.” The New York Times, November 9, 2006

[O] using #+BIND:

2015-01-31 Thread Matt Price
Hi Everyone, I have a variable I would like to set on a per-file basis. My readingof the documentation suggests I should use the #+BIND: keyword to do this. So, I have set org-export-with-todo-keywords to non-nil. In my buffer I put: #+BIND: org-zotxt-link-description-stylqe :citation and t

Re: [O] using #+BIND:

2015-02-01 Thread Matt Price
On Sat, Jan 31, 2015 at 2:56 PM, Eric S Fraga wrote: > > On Saturday, 31 Jan 2015 at 14:31, Matt Price wrote: > > [...] > > > Does BIND only work during export? If so, is there a better way to add a > > local variable to a buffer? > > My understanding is that

Re: [O] Citations, continued

2015-02-02 Thread Matt Price
I have very little of substance to say, but many thanks to Richard for raising the level of discourse to a much more sophisticated one than I was able to achieve in my initial post. I don't feel qualified to comment on whether links or a new citation syntax is appropriate. But I do think that Ric

[O] quickly toggling properties

2013-04-09 Thread Matt Price
Hi everyone, I just updated to the latest git to try out the ox-deck exporter -- wow it's great, thank you Rick! The exporter makes use of two properties to control the display of slide fragments -- STEP and HTML_CONTAINER_CLASS. I think I'm going to be using these a lot, so I'm wondering what t

[O] ctrl-enter and alt-enter behaviour in current org

2013-04-09 Thread Matt Price
Hi again, after updating to the current git version yesterday, I'm noticing a change in keybindings. Previously, if I wasi n a ist inside a headline: * Heading - list item - list item 2 Alt-Enter would create a new list item, while Ctrl-Enter would create a new headline. Now, I'm finding that

[O] reveal.js?

2013-04-09 Thread Matt Price
... and one more thing: Now that deck.js export seems to work PERFECTLY(!), I find myself wishing for a reveal.js presentation exporter. Has anyone started one already? Thanks!! Matt

Re: [O] New maintainer

2013-04-22 Thread Matt Price
Just echoing what everyone else has said: Bastien, your tenure at the helm has just been fabulous. 8.0 is just an amazing release and org already just amazingly great has become even better. Carsten, it's so generous for you to come back to this project to which you have already devoted so much

Re: [O] Let's discuss citation and Org syntax

2013-05-22 Thread Matt Price
On Wed, May 22, 2013 at 5:02 AM, Christian Moe wrote: > > I have a rough, working example of this enabling Zotero cites for ODT > export (attached). I've been meaning to polish it up as a contributed > module for Zotero users, but if there's interest in a unified citation > syntax along these line

Re: [O] org-blog 0.9 release

2013-05-23 Thread Matt Price
On Wed, May 1, 2013 at 7:04 AM, Puneeth Chaganti wrote: > Mike, > > On Wed, May 1, 2013 at 4:18 PM, Michael Alan Dorman > wrote: >> Puneeth Chaganti writes: >>> Or, if it seems reasonable, we could club the two projects into a >>> single one to give the users something that's better than a sum o

[O] using a simple numerical variable in an org text ocument

2013-07-25 Thread Matt Price
Hi, I'm making a very simple org-document -- a packing list for a trip. It has entries like - 4 mugs - for sleeping bags - 4 thermarest pads I'd like to replace the numbers there by a variable -- so if I make a list for 4 people, the number displayed will be '4'; but if the list is for 2 people

[O] don't show author and date on odt export?

2013-08-26 Thread Matt Price
Hi, I'm trying to figure out how best to tell org not to display my name and the date at the top of the page when it exports document. Currently, it seems I can do htis by setting #+OPTIONS: author:nil date:nil However, this also removes the relevant info from the file metadata. I would prefer t

Re: [O] don't show author and date on odt export?

2013-08-26 Thread Matt Price
On Mon, Aug 26, 2013 at 2:49 PM, Matt Price wrote: > I'm trying to figure out how best to tell org not to display my name > and the date at the top of the page when it exports document. > Currently, it seems I can do htis by setting > > #+OPTIONS: author:nil date:nil &g

Re: [O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-08-26 Thread Matt Price
I just came across this, having missed it in February. Rick, I was wondering if you had thought about enabling some of deck.js's snazzier features -- transitions for text elements, for instance, like we see in the intro deck here: http://imakewebthings.com/deck.js/#intro I'm mostly asking because

Re: [O] [PATH] [NEW EXPORTER] two slide backends for contrib

2013-08-27 Thread Matt Price
On Tue, Aug 27, 2013 at 10:12 AM, Rick Frankel wrote: > On 2013-08-27 00:41, Matt Price wrote: >> >> I just came across this, having missed it in February. Rick, I was >> wondering if you had thought about enabling some of deck.js's snazzier >> features -- tr

[O] angle brackets around timestamps in html export

2013-08-30 Thread Matt Price
Hello again, I'm trying to get rid of angle brackets in HTML export. I've set org-export-date-timestamp-format to "%a, %b %d". I also have timestamp overlays turned on, and the displayed custom format set to "<%a, %b %d>" (that seems unlikely to be relevant, but I've changed it just in case). S

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Matt Price
On Tue, Sep 3, 2013 at 9:01 AM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > >> I'm trying to get rid of angle brackets in HTML export. I've set >> org-export-date-timestamp-format to "%a, %b %d". > > This variable only applies to

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Matt Price
On Tue, Sep 3, 2013 at 9:50 AM, Nicolas Goaziou wrote: > Matt Price writes: > >>> You can also use a filter on every timestamp exported and make sure any >>> angle bracket is removed. >> >> I was able to add this bit of javascript to my word

[O] syntax for blocks that the exporter should not render?

2013-09-03 Thread Matt Price
Hi, certain lines are not rendered by the org exporter, but are instead interpreted as instructions, e.g.: #+AUTHOR: Matt Price I'm using org2blog/wp, which is only partially converted to the new exporter. It works pretty well, but not perfectly. It has the neat feature that, when I ins

[O] set minor mode based on first line of a buffer?

2013-09-03 Thread Matt Price
Last question for a while I hope! I have a whole bunch of org files that I am reposting to my website at the beginning of the school year. These are files generated with org2blog/wp, and htey all have afirst line like: #+POSTID: 1797 I would really like to tell org-mode that files that start thi

Re: [O] angle brackets around timestamps in html export

2013-09-03 Thread Matt Price
On Tue, Sep 3, 2013 at 10:34 AM, Nicolas Goaziou wrote: > Matt Price writes: > The following should work: > > (defun matt-org-export-filter-timestamp-function (timestamp backend info) > "removes relevant brackets from a timestamp" > (when (org-export-der

Re: [O] syntax for blocks that the exporter should not render?

2013-09-05 Thread Matt Price
On Thu, Sep 5, 2013 at 6:09 AM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> On 3.9.2013, at 17:32, Matt Price wrote: >> >>> Hi, >>> >>> certain lines are not rendered by the org exporter, but are instead >>> int

Re: [O] syntax for blocks that the exporter should not render?

2013-09-05 Thread Matt Price
wrote: >>> >>>>>> #+/home/matt/Matt_headshots/Matt Price/IMG_9367_.jpg >>>>>> http://2013.hackinghistory.ca/wp-content/uploads/2013/08/wpid-IMG_9367_2.jpg >>>>> >>>>> I don't think this is the right behavior, such lines sh

[O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
I'm trying to write my lectures entirely in org. I would like to just write them once, using the main org file for my notes, and an exported deck.js presentation for slides. However, I would like to include quite a number of notes to myself for each slide. One way to do this is to make a drawer.

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
On Thu, Sep 12, 2013 at 1:26 PM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > >> One way to do this is to make a drawer. Unfortunately, from what I >> can tell, within a drawer it is not posible to use org structures like >> lists. > > Drawers c

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
On Thu, Sep 12, 2013 at 1:16 PM, Thorsten Jolitz wrote: > Matt Price writes: > >> or- mark certain elements (like a list or subheading) as not-for-export? > > Maybe using the :noexport: tag on a heading? yes, that works! thank you! sorry I missed it in the manual. Mat

[O] removing "Figure x" from a caption

2013-09-12 Thread Matt Price
sorry, another question whose answer I'm having trouble finding in the manual: is it possible to remove the text "Figure X: " from a caption defined with #+CAPTION: ? I'm just doing lecture slides, and the images are merely illustrative, labelling them "Figure 1" is a bit grandiose. Thanks again

Re: [O] org structuresin a drawer? (or some other presentation soution)

2013-09-12 Thread Matt Price
Thanks Nicolas! Works great. Matt On Thu, Sep 12, 2013 at 4:35 PM, Nicolas Goaziou wrote: > Carsten Dominik writes: > >> Hi Nicolas, this looks good to me, please apply it. > > Done (in master). > > > Regards, > > -- > Nicolas Goaziou

Re: [O] removing "Figure x" from a caption

2013-09-13 Thread Matt Price
On Thu, Sep 12, 2013 at 4:15 PM, Eric S Fraga wrote: > Matt Price writes: > >> sorry, another question whose answer I'm having trouble finding in the >> manual: is it possible to remove the text "Figure X: " from a caption >> defined with >> >&g

Re: [O] removing "Figure x" from a caption

2013-09-13 Thread Matt Price
On Thu, Sep 12, 2013 at 2:18 PM, Rasmus wrote: > Matt Price writes: > >> sorry, another question whose answer I'm having trouble finding in the >> manual: is it possible to remove the text "Figure X: " from a caption >> defined with >> >> #+CAPT

Re: [O] removing "Figure x" from a caption

2013-09-15 Thread Matt Price
On Sat, Sep 14, 2013 at 10:28 AM, Eric S Fraga wrote: > Matt Price writes: >> Unfortunatey, I'm exporting to HTML (deck.js) not Beamer. I guess I >> still on't understand how to use beamer -- I tried it just now and it >> seemed to produce a very plain pdf, not a

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-16 Thread Matt Price
On Tue, Sep 3, 2013 at 5:12 AM, Achim Gratz wrote: > > Or you could leave it in and see who complains. The instances where > xdg-open doesn't work or is not correctly configured will probably be in > multi-user / corporate environments where it is unlikely that the newest Org > or Emacs is instal

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-16 Thread Matt Price
On Tue, Sep 17, 2013 at 12:42 AM, Matt Price wrote: > On Tue, Sep 3, 2013 at 5:12 AM, Achim Gratz wrote: >> >> Or you could leave it in and see who complains. The instances where >> xdg-open doesn't work or is not correctly configured will probably be in >> mul

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-16 Thread Matt Price
> ("xdg-open-my-org-file.html") has been run. --> ("xdg-open my-org-file.html") has been run.

[O] some movement on zotero!

2013-09-17 Thread Matt Price
hi, Just found this: http://zotero-odf-scan.github.io/zotero-odf-scan/ don't havetime to look thorugh it yet, but it looks like a way to write in org-mode and still use a zotero bibliography. It wil mean that odt is the only really usable export, though. I'd be interested to hear what other pe

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-17 Thread Matt Price
On Tue, Sep 17, 2013 at 5:25 PM, Suvayu Ali wrote: > Hi, > > On Tue, Sep 17, 2013 at 10:31:41PM +0200, Carsten Dominik wrote: >> >> On 17.9.2013, at 22:21, Suvayu Ali wrote: >> > >> > I can consistently repeat this outside of Org. I am trying with >> > `dired-do-shell-command'. >> > >> > Steps:

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-17 Thread Matt Price
On Tue, Sep 17, 2013 at 5:25 PM, Glyn Millington wrote: > Carsten Dominik writes: > >> On 17.9.2013, at 15:56, Suvayu Ali >> wrote: >> >>> On Tue, Sep 17, 2013 at 09:04:45AM +0100, Glyn Millington wrote: >>>> Carsten Dominik writes: >>

[O] applying html classes to the "figure div on HTML export

2013-09-19 Thread Matt Price
Hi, Is there a way to apply an HTML class to the the element which is generated around an image link on HTML export? I am making a presentation using org--> deck.js (ox-deck.el), and I want most of my images to be centred, but in cases where I have more than one image, I want them to display in

Re: [O] applying html classes to the "figure div on HTML export

2013-09-19 Thread Matt Price
On Thu, Sep 19, 2013 at 3:05 PM, Christian Moe wrote: > > Matt Price writes: > >> Hi, >> >> Is there a way to apply an HTML class to the the >> element which is generated around an image link on HTML export? > > I don't think there is...? > >

[O] ODT export failed: wrong number of agruments

2013-09-19 Thread Matt Price
lots of questions lately! Sorry. I am trying to export an org-file to odt after having created a deck.js presentation from the same file. Exports to html work fine, and exports of other files to odt also seem to work. With this image-heavy org-file I'm having trouble. Export fails thus: -

Re: [O] ODT export failed: wrong number of agruments

2013-09-19 Thread Matt Price
On Thu, Sep 19, 2013 at 8:36 PM, Matt Price wrote: > lots of questions lately! Sorry. > > I am trying to export an org-file to odt after having created a > deck.js presentation from the same file. Exports to html work fine, > and exports of other files to odt also seem to w

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-20 Thread Matt Price
sorry, forgot to cc the group. On Fri, Sep 20, 2013 at 6:34 PM, Matt Price wrote: > On Fri, Sep 20, 2013 at 9:14 AM, Suvayu Ali > wrote: >> On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik wrote: >>> >>> >> On Sep 19, 2013, at 4:25 PM, Suvayu Ali

Re: [O] Org Tutorials need more structure

2013-09-29 Thread Matt Price
On Sun, Sep 29, 2013 at 4:44 AM, Eric Abrahamsen wrote: > Carsten Dominik writes: > >> Hi everyone, >> >> today I looked at our tutorial page at >> >> http://orgmode.org/worg/org-tutorials/index.html >> >> and came away with the feeling that that this page has become >> somewhat useless for peopl

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Matt Price
On Tue, Oct 1, 2013 at 3:28 PM, Bob Newell wrote: > Aloha Matt, > > For some while I've been also working on my "writer-mode" for org-mode, > and run into similar problems. (However, I don't think I ever intend > writer-mode for general release; it will probably just remain something > I use mysel

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Matt Price
On Tue, Oct 1, 2013 at 5:37 PM, Myles English wrote: > > Hi Matt, > > mopto...@gmail.com writes: > >> (3) in the right-hand panel, I'd like to just show the properties >> drawer of the currently active heading. >> >> >> Can someone suggest the best way to create that third buffer (or more >> prec

Re: [O] multiple indirect buffers, and limiting to a drawer

2013-10-02 Thread Matt Price
On Tue, Oct 1, 2013 at 1:19 PM, Thorsten Jolitz wrote: > Matt Price writes: > > Hi, > >> (1) in a narrow window on the left, an outline of the whole org-file, >> which I take to represent a major writing project >> >> (2) in the main window, a heading eleme

[O] Setting org-insert-heading-hook while in a minor mode

2013-10-30 Thread Matt Price
Hi everyone, I am trying to write a minor mode that will help me write a little more efficiently. While I'm in that mode, I want to insert a properties drawer every time I create a new heading. So I would like to temporarily change "org-insert-heading-hook" when the minor mode is active. It's n

[O] check if properties drawer exists before creating or manipulating?

2013-10-31 Thread Matt Price
(still trying to set properties automatically when a minor-mode is set, see first message in thread) Is there a simple way to check if the properties drawer exists before creating one? I'm trying to add a hook to org-insert-heading-hook that will create a property drawer if one doesn't exist; I do

[O] check if properties drawer exists before creating or manipulating?

2013-10-31 Thread Matt Price
Is there a simple way to check if the properties drawer exists before creating one? I'm trying to add a hook to org-insert-heading-hook that will create a property drawer if one doesn't exist (see my earlier email, in which I ask,

<    1   2   3   4   5   6   7   >