Re: [O] Problem with export

2013-07-08 Thread Mark Elston
t problem. BTW, the version is 8.0.5 Mark On Mon, Jul 8, 2013 at 12:43 AM, Noorul Islam K M wrote: > Mark Elston writes: > > > I have just upgraded my org to the latest from git. Now I cannot do an > > export. I have completely commented out any customization in my .emacs &

[O] Problem with export

2013-07-08 Thread Mark Elston
I have just upgraded my org to the latest from git. Now I cannot do an export. I have completely commented out any customization in my .emacs for org mode and the problem still remains. Every time I try to export (C-c C-e) I get: Debugger entered--Lisp error: (void-function org-export-dispatc

Re: [O] [ANN] Org-mode Q&A test drive on stackexchange.com - Please participate!

2011-07-24 Thread Mark Elston
It appears this request has been closed as a duplicate of the emacs.stackexchange.com project which is currently in progress. Mark On 7/20/2011 11:12 PM, Thomas Renkert wrote: Hello list, after reading the responses to my initial suggestion yesterday (http://thread.gmane.org/gmane.emacs.orgmo

Re: [O] Using orgmode to take "inline notes" for research

2011-04-06 Thread Mark Elston
On 4/6/2011 9:33 AM, John Hendy wrote: > ... Inline comments already look pretty good, and I can do something like this: ,- | *** Notes | Here's some notes just want to see how this looks. Here's some notes just want to see | how this looks. | | Here's some notes just want to see

Re: [O] Continuation of main section text after subsections ?

2011-03-30 Thread Mark Elston
On 3/27/2011 8:02 AM, Marcel van der Boom wrote: Hi, When I'm using orgmode to write out largish documents, I often run into the outlining problem that it's apparently not possible to continue text of a higher level outline once subsections have been started. A simplified example of such an out

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-04 Thread Mark Elston
On 2/4/2011 11:16 AM, Eric Schulte wrote: Mark Elston writes: On 2/3/2011 8:03 PM, Torsten Wagner wrote: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from

Re: [Orgmode] [OT] Taskwarrior, nice GTD-oriented CLI thing

2011-02-03 Thread Mark Elston
On 2/3/2011 8:03 PM, Torsten Wagner wrote: Hi Marcelo, Emacs can run as a dameon and as that you could access it via emacsclient. What is needed is a nice interface to allow to send simple requests to insert and fetch data from org-mode. Some of the org-mode function might do this already, howev

Re: [Orgmode] Status google calendar sync

2011-01-30 Thread Mark Elston
On 1/30/2011 5:28 AM, Greg Troxel wrote: Mark Elston writes: On 1/29/2011 12:44 PM, Greg Troxel wrote: >> I have never made use of any .ical/.ics files so this hasn't been an issue for me. The only UUIDs I am dealing with are google calendar's own internal UUIDs. I don

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Mark Elston
On 1/29/2011 12:44 PM, Greg Troxel wrote: Mark Elston writes: [google calendar] I wasn't all that keen on it at first but I really got to like it when I was able to update my calendar from my phone or my laptop or my desktop at work and all three would see it. When I found I

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Mark Elston
On 1/29/2011 6:53 AM, Torsten Wagner wrote: > Slightly OT perhaps, but I am contemplating getting an Android phone and > figuring out how NOT to have my calendar on google, and would like to > sync it with org. (Right now I've made a 0.1-hearted attempt to export > org to ical and put it in

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Mark Elston
On 1/26/2011 4:52 PM, Arun Persaud wrote: Hi You are right that googlecl is poorly documented, and worse, it doesn't even work as the documentation says it should. Try retrieving calendar events with --fields="title,when" and see what happens. I get the title printed out but the "when" always

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Mark Elston
On 1/26/2011 4:33 AM, Eric S Fraga wrote: Arun Persaud writes: [...] For the other route, org to Google, I use the googlecl (command line) interface: http://article.gmane.org/gmane.emacs.orgmode/27214 don't really know that much lisp, but I guess you add the entries directly to google when

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-03 Thread Mark Elston
s empty, etc Thanks again, Matt. Great work. Mark On 12/3/2010 12:51 PM, Mark Elston wrote: Sven, I have tried this according to what you suggested earlier but haven't had any luck yet. My script is: # Capture.py import android droid = android.Android() droid.setClipbo

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-03 Thread Mark Elston
Sven, I have tried this according to what you suggested earlier but haven't had any luck yet. My script is: # Capture.py import android droid = android.Android() droid.setClipboard(droid.recoggnizeSpeech().result) droid.startActivity("com.matburt.mobileorg.Capture") When I run this the voice c

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Mark Elston
earlier version of it before I release it to the market with that change. http://matburt.net On Thu, Dec 2, 2010 at 2:14 PM, Mark Elston mailto:m_els...@comcast.net>> wrote: ... Sven, Matthew said in an earlier email that he has some work to do on the Capture activity to mak

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Mark Elston
On 12/2/2010 12:02 AM, Sven Bretfeld wrote: Mark Elston writes: I don't know about the current state of MobileOrg and its implementation details but I would look at the two sl4a methods: startActivity, and startActivityForResult. Yea, I've tried that already. droid.sta

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-01 Thread Mark Elston
wrote: Hi Mark Mark Elston writes: Have you looked at sl4a (formerly ase)? With it you can start Intents and perform clipboard operations plus file manipulations using a standard scripting language like perl, python, or ruby (among others). This might be very useful. That's really usef

Re: [Orgmode] Creating files for a Kindle

2010-11-30 Thread Mark Elston
On 11/27/2010 2:03 PM, Alan L Tyree wrote: I have used org to create ePub format by exporting to xhtml then using Sigil to complete the task. I would then use Calibre to convert from ePub to Kindle format. There are lots of instructions on the Web for building ePub directly from the xhtml file i

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-30 Thread Mark Elston
Have you looked at sl4a (formerly ase)? With it you can start Intents and perform clipboard operations plus file manipulations using a standard scripting language like perl, python, or ruby (among others). This might be very useful. Mark On 11/28/2010 11:10 AM, Sven Bretfeld wrote: Hi togethe

Re: [Orgmode] RFC: Consistent Latex (& html) publishing environment

2010-11-19 Thread Mark Elston
On 11/18/2010 8:10 PM, Russell Adams wrote: On Thu, Nov 18, 2010 at 10:51:49PM -0500, Nick Dokos wrote: [This doesn't seem to have made it out to the list for some reason, so trying again.] Russell Adams wrote: ... This is great, but pops up an emacs session. If I run emacs in --batch mode

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-10 Thread Mark Elston
Scott, I don't know about Jianshi's specific needs but I have also wanted the same thing for myself. I often put together "standard" information on a variety of topics that I talk about in separate files. When I put together a talk for a given topic I include many of these sub-topics in a given

Re: [Orgmode] latex export: using levels to export to beamer and article-only mode (with beamerarticle)

2010-10-20 Thread Mark Elston
Jay, I do something similar but don't use beamer. I have two sets of latex output from my notes, one for handouts and one for lecture notes. I use an arrangement of sub-headings without titles but with tags for describing what is included in each set of output. It is all put together with an S

Re: [Orgmode] Re: From state table to state diagram

2010-09-27 Thread Mark Elston
Gary, One other request for you to entertain. When you get into the Python code (I can help with this, if you need it) think about organizing it such that you can use multiple output mechanisms. For example, default it to use dot as you have been talking about but allow for the use of tikz as

Re: [Orgmode] Re: questions about html export

2010-06-17 Thread Mark Elston
Daniel, I think the thread that Thomas is referring to is the one started by Nicolas Goaziou regarding exportation to LaTeX. He submitted a patch but in his email he noted that the exportation to HTML is still not working correctly for these cases. However, he provided a clue as to what the pro

Re: [Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-06-01 Thread Mark Elston
Wow! I had hoped to start looking at this over the long weekend but had other things grabbing my attention. Now Chris has already submitted a patch for it! Chris, I take it that the following: #+begin_refquote {Albert Einstein} Make things as simple as possible, but no simpler. #+end_ref

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Mark Elston
On 5/25/2010 9:20 AM, Thomas S. Dye wrote: Thanks Bernt, So, "broken custom settings" appear to be the cause of the unexpected behavior. Two questions: 1) Do programmers have a name for this situation, where custom settings seemed to work perfectly for a long time but then failed noticeably wit

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-22 Thread Mark Elston
#x27;m not at home at the moment. Just a short note off the road. Mark Elston writes: I just noticed, however, that setting a Deadline in Toodledo does set the DEADLINE in org. I think it works for me this way only too. I have mainly tried to use Toodledo as a means for capturing. This works qu

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-20 Thread Mark Elston
I just noticed, however, that setting a Deadline in Toodledo does set the DEADLINE in org. Guess I need to start diving into the code. Mark On 5/20/2010 2:42 PM, Mark Elston wrote: Sven, I have been playing with this today as well and can't get DEADLINES to work. How did you do it? W

Re: [Orgmode] video of the org-mode git repository

2010-05-20 Thread Mark Elston
On 5/20/2010 8:20 AM, Carsten Dominik wrote: On May 20, 2010, at 8:05 AM, Eric Schulte wrote: So this has been done before, but I recently stumbled across the gource (http://code.google.com/p/gource/) tool for visualization of git commit histories, and I applied it to Org-mode's git repository

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-20 Thread Mark Elston
Sven, I have been playing with this today as well and can't get DEADLINES to work. How did you do it? When I set a deadline in org and sync it doesn't show up in Toodledo. In fact, I set a Start Date in Toodledo and did an update and my Scheduled date in org went away. Mark On 5/20/2010 2:1

Re: [Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-05-19 Thread Mark Elston
Ulf, Carsten, On 5/19/2010 12:27 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: On May 19, 2010, at 8:34 AM, Ulf Stegemann wrote: ... the LaTeX exporter seems to cease to work when encountering a LaTeX environment. it has always been like this, check out this entire threa

Re: [Orgmode] Re: Limited #+INCLUDE ?

2010-04-27 Thread Mark Elston
On 4/26/2010 7:19 PM, Dan Davison wrote: Mark Elston writes: Dan, The use of line numbers seems a little error prone since line numbers can change dramatically by simply editing the file. If you edit one section of a file, even if you update the line numbers for that section, you will need

Re: [Orgmode] Re: Limited #+INCLUDE ?

2010-04-26 Thread Mark Elston
On 4/26/2010 12:40 PM, Dan Davison wrote: I'm considering investigating the following and would appreciate comments on this idea. The aim is to make it easier to use Org-mode to work pure code files which are *external to Org-mode* (i.e. this proposal lies outside of the current org-babel tangli

Re: [Orgmode] error when exporting to pdf

2010-04-23 Thread Mark Elston
Buck, Once I installed beamer I was able to run pdflatex to produce the presentation without error. What do you get when you run either latex or pdflatex? Mark On 4/23/2010 9:12 AM, Buck Brody wrote: Nick, I have pasted the tex file below. Thanks for your help. Buck % Created 2010-04-23 F

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick Thanks. I had read on the mydrive website that we needed to use https instead of http. When I switched to http it works fine... The cert problem should have led me in that direction anyway... Now to finish my installation... Mark On 4/15/2010 1:46 PM, Nick Dokos wrote: Mark Elston

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick, I have gotten cadaver running and can use it to connect to mydrive.ch. How do I integrate this in with MobileOrg? Mark On 4/14/2010 9:08 PM, Nick Dokos wrote: Mark Elston wrote: I am having trouble getting a command-line connection to *any* of these services. I have tried

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
Nick, What do you have in your .netrc (besides passwords and such)... Mark On 4/15/2010 12:57 PM, Nick Dokos wrote: Mark Elston wrote: Nick, Thanks. I'm already trying the script approach. I have the following in a script: open https://webdav.mydrive.ch y cd org

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
, Apr 15, 2010 at 3:36 PM, Mark Elston mailto:m_els...@comcast.net>> wrote: Nick, Thanks. I'm already trying the script approach. I have the following in a script: open https://webdav.mydrive.ch y cd org put Teaching.org put Home.or

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
this all works manually, when running it as: cadaver < response.file it barfs on accepting the certificate. Sigh. Time to get the sources and try compiling a local version that doesn't ask to accept the cert and just goes on with the rest. Mark On 4/15/2010 12:31 PM, Nick Dokos wro

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-15 Thread Mark Elston
On 4/14/2010 9:01 PM, Matthew Jones wrote: Could you just map the drive and treat it like a local disk? There was a post about it a little while ago: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg21513.html 73, Matthew W. Jones (KI4ZIB) http://matburt.net The problem is that, in Vist

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-14 Thread Mark Elston
Sven, On 4/14/2010 2:36 PM, Sven Bretfeld wrote: Matthew Jones writes: There are plenty of free webdav services out there, a quick google search came up with a few... I haven't used any of them as I run my own on my VPS, but check out http://www.box.net or http://mydisk.se Any of these sh

Re: [Orgmode] Re: emacs/org-mode on Droid?

2010-04-13 Thread Mark Elston
On 4/13/2010 8:42 AM, Matthew Jones wrote: I am the developer/maintainer of MobileOrg for Android and I'd appreciate any feedback on the application. You can find more information and download links on the wiki: http://wiki.github.com/matburt/mobileorg-android/ 73, Matthew W. Jones (KI4ZIB) ht

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-10 Thread Mark Elston
On 4/10/2010 1:01 PM, Thomas S. Dye wrote: On Apr 10, 2010, at 7:30 AM, Mark Elston wrote: I am having problems with microtype, here. I don't know if it is happening in all my docs or just the ones I am working with now but pdf generation fails with the following in th

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-10 Thread Mark Elston
On 4/7/2010 1:22 AM, Karsten Heymann wrote: Carsten Dominik writes: On Apr 6, 2010, at 8:48 PM, Thomas S. Dye wrote: From the microtype documentation: The microtype package does not work with XETEX. Does that mean it will break running XETEX, or will i just be ignored? It only gives

Re: [Orgmode] Request for feedback about LaTeX setup changes

2010-04-05 Thread Mark Elston
Carsten, I, for one, like this writeup. It is very clear concerning the ins and outs of the new setup. Of course, I paid attention to all the other discussion on this topic so I may be somewhat biased. It only *sounds* complicated when you see it all laid out like you have it below. It breaks

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-04 Thread Mark Elston
Henri, On 4/4/2010 10:36 AM, Henri-Paul Indiogine wrote: Carsten Dominik writes: OK, you can now specify the position where the usepackage definitions should appear in your header by putting the string [PACKAGES] into the header definition in org-export-latex-classes. Default (if you d

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-03 Thread Mark Elston
Carsten, On 4/3/2010 3:57 PM, Carsten Dominik wrote: On Apr 3, 2010, at 8:49 PM, Mark Elston wrote: Carsten, Is there a way to *remove* one or more of the packages in org-export-latex-default-packages-alist? I find that marvosym is conflicting with one of the packages I use in my notes and

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-03 Thread Mark Elston
that symbol but it interferes with latex processing to have them both defined) I suppose a way to remove one or more packages in *specific* export classes would be ideal... Mark On 4/2/2010 12:55 AM, Carsten Dominik wrote: On Apr 2, 2010, at 3:17 AM, Mark Elston wrote: Carsten, Thanks for

Re: [Orgmode] [PATCH] IMPORTANT: (possibly) incompatible Change

2010-04-01 Thread Mark Elston
It appears that the cadr -> cdr change is also necessary in org-latex.el (at least for Emacs 22.3). Mark On 4/1/2010 6:29 PM, Eric Schulte wrote: After updating to the current git head, I have to make the following changes for latex image generation to work. diff --git a/lisp/org.el b/lisp/org

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-01 Thread Mark Elston
Carsten, Thanks for this clarification. This makes the transition much simpler than I originally thought. I can certainly remove the common package names. The existing org-export-latex-classes also contains the documentclass line. That won't change, will it? I am assuming from what you have

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-03-31 Thread Mark Elston
On 3/31/2010 5:35 AM, Carsten Dominik wrote: On Mar 31, 2010, at 11:00 AM, Chris Gray wrote: Carsten Dominik wrote: - * =org-export-latex-classes= no longer should be customized for packages ... So if you have cu

Re: [Orgmode] selective export

2010-03-07 Thread Mark Elston
Graha, This is pretty straightforward really. If all you want to do is exclude a single top-level heading then I would just assign a tag to that heading that you won't be assigning to any other heading. In this case you can probably get away with something simple, like 'data'. If you're not su

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Mark Elston
Livin, On 2/17/2010 7:23 AM, Livin Stephen Sharma wrote: If it works for you, then I can't complain! Well, you *could*, but it would be better to upgrade first... :) Mark Thank you so much... I'll play with the settings, or move to the new version. On 17 February 2010 19:57, M

Re: [Orgmode] org-export [with respect to lists] to HTML

2010-02-17 Thread Mark Elston
Livin, When I export your file to html I get proper numbering. I'm not sure why you don't. You are using an older version of org-mode. I have 6.34 and it works as expected. Mark On 2/16/2010 11:03 PM, Livin Stephen Sharma wrote: I'm pasting content from an org file, and the HTML generated

Re: [Orgmode] latex enumeration issue

2010-02-06 Thread Mark Elston
AM, Daniel Martins wrote: This behaviour and/or hook could not be the default? Daniel 2010/2/4 Eric S Fraga mailto:ucec...@ucl.ac.uk>> At Wed, 03 Feb 2010 18:24:02 -0800, Mark Elston wrote: > P.S. If anyone is interested here is the embarrassingly simple hook > f

Re: [Orgmode] latex enumeration issue

2010-02-03 Thread Mark Elston
Found it. Apparently org-export-preprocess-hook was the wrong hook. When I used org-export-preprocess-final-hook instead it works as expected. Mark On 2/3/2010 7:12 PM, Mark Elston wrote: OK. I guess I was wrong. For some reason this hook doesn't seem to work. I masked the issue a diff

Re: [Orgmode] latex enumeration issue

2010-02-03 Thread Mark Elston
OK. I guess I was wrong. For some reason this hook doesn't seem to work. I masked the issue a different way and it made me *think* this was working. Any ideas why this hook function would not remove header lines with only tags and no header text? Mark On 2/3/2010 6:24 PM, Mark Elston

Re: [Orgmode] latex enumeration issue

2010-02-03 Thread Mark Elston
(add-hook 'org-export-preprocess-hook 'mee-delete-empty-org-headers) On 2/3/2010 12:41 PM, Mark Elston wrote: Hi Carsten, Thanks for the reply. My responses are below: On 2/3/2010 2:34 AM, Carsten Dominik wrote: Hi Mark, On Feb 2, 2010, at 11:08 PM, Mark Elston wrot

Re: [Orgmode] latex enumeration issue

2010-02-03 Thread Mark Elston
Hi Carsten, Thanks for the reply. My responses are below: On 2/3/2010 2:34 AM, Carsten Dominik wrote: Hi Mark, On Feb 2, 2010, at 11:08 PM, Mark Elston wrote: A year ago Flavio de Souza asked a question about latex enumerations that is similar to a problem I now have. The answer given then

[Orgmode] latex enumeration issue

2010-02-02 Thread Mark Elston
A year ago Flavio de Souza asked a question about latex enumerations that is similar to a problem I now have. The answer given then was a workaround that doesn't apply in my case. This stems from my project of using a single file to maintain source for generating my class notes *and* student han

[Orgmode] Changing the level of a heading during an 'include'

2010-01-31 Thread Mark Elston
This may sound off-beat but I have several org files I am using in putting together a set of notes for teaching. Each file is for a different class session. Each file has several top-level headings with sub-headings under it. This works fine for exporting each session's notes (my teaching notes

Re: [Orgmode] Hook Function Examples

2010-01-24 Thread Mark Elston
On 1/24/2010 9:24 PM, Nick Dokos wrote: Mark Elston wrote: I am trying to make use of some of the hooks for exporting and haven't found any docs about what they take or how to make use of them (elisp is *not* my native language). The Emacs Lisp Reference manual has a section (23.1:

Re: [Orgmode] Exporting headlines without tags...

2010-01-24 Thread Mark Elston
On 1/24/2010 5:55 PM, Daniel Clemente wrote: Is there a way to export headlines without the tags. I think you can put this at the top of your file: #+OPTIONS: tags:nil It is explained in the manual: http://orgmode.org/manual/Export-options.html#Export-options Yep. There it is. Sorry

[Orgmode] Exporting headlines without tags...

2010-01-24 Thread Mark Elston
Is there a way to export headlines without the tags. I have tags used to exclude the export of some sections at one time or another (several different sets of tags in a file). I don't want to see the tags in the exported documents. I think I asked this once before but I can't find the answer (i

[Orgmode] Hook Function Examples

2010-01-24 Thread Mark Elston
I am trying to make use of some of the hooks for exporting and haven't found any docs about what they take or how to make use of them (elisp is *not* my native language). In particular, I am trying to figure out how to use the following to see if any of them are going to help me: org-export-pre

Re: [Orgmode] Selective Export Question

2010-01-03 Thread Mark Elston
Carsten Dominik wrote: On Dec 22, 2009, at 7:24 AM, Mark Elston wrote: I have been making progress on my use of org-mode to manage both my teaching notes and handouts in a single document. However, there is something I still have not been able to make happen. That is selective exporting of

Re: [Orgmode] Oddity in LaTeX export?

2010-01-01 Thread Mark Elston
d, or still an open issue? Thanks. - Carsten On Dec 13, 2009, at 4:52 PM, Mark Elston wrote: Nick Dokos wrote: Mark Elston wrote: I have a standard format I like to use in creating some class notes in latex. I use memoir and have a boilerplate that only differs in the title from notes to note

Re: [Orgmode] Selective Export Question

2009-12-24 Thread Mark Elston
So, no Christmas present for me? :) Merry Christmas everyone. Thanks for all the hard work and the help over the last year. Congratulations for working together to produce such a fantastic tool. Mark Mark Elston wrote: I have been making progress on my use of org-mode to manage both my

[Orgmode] Selective Export Question

2009-12-21 Thread Mark Elston
I have been making progress on my use of org-mode to manage both my teaching notes and handouts in a single document. However, there is something I still have not been able to make happen. That is selective exporting of text *without* exporting a headline along with it. Here is a sample of what

Re: [Orgmode] Bug: Incorrect escaping of braces on LaTeX export [6.33trans (release_6.33f.122.g7062a.dirty)]

2009-12-18 Thread Mark Elston
Thank you very much, Carsten. I can confirm it works perfectly now. Mark Carsten Dominik wrote: Hi Mark, On Dec 18, 2009, at 12:16 AM, Mark Elston wrote: Carsten, Notice the title line in the generated latex code. It looks like: \title{ABC Class Notes

Re: [Orgmode] Bug: Incorrect escaping of braces on LaTeX export [6.33trans (release_6.33f.122.g7062a.dirty)]

2009-12-17 Thread Mark Elston
Carsten, Notice the title line in the generated latex code. It looks like: \title{ABC Class Notes\} ^^ The closing brace is escaped. Mark Carsten Dominik wrote: Hi Mark, what is the error you are getting? - Carsten On Dec 17, 2009, at 1:05 AM, Mark Elston

[Orgmode] Bug: Incorrect escaping of braces on LaTeX export [6.33trans (release_6.33f.122.g7062a.dirty)]

2009-12-16 Thread Mark Elston
phicx} \usepackage{bbding} \setlength{\parindent}{0pt} \setlength{\parskip}{1ex} \title{} \author{Mark Elston} \date{16 December 2009} \begin{document} \title{ABC Class Notes\} \begin{titlingpage} \maketitle \end{titlingpage} \maxtocdepth{subsection} \pagenumbering{roman} \cleartood

Re: [Orgmode] Oddity in LaTeX export?

2009-12-13 Thread Mark Elston
Nick Dokos wrote: Mark Elston wrote: I have a standard format I like to use in creating some class notes in latex. I use memoir and have a boilerplate that only differs in the title from notes to notes. I have decided to try to manage my documentation for my notes in org to see if it is

[Orgmode] Oddity in LaTeX export?

2009-12-12 Thread Mark Elston
I have a standard format I like to use in creating some class notes in latex. I use memoir and have a boilerplate that only differs in the title from notes to notes. I have decided to try to manage my documentation for my notes in org to see if it is easier to do. Mostly (so far) it is a pretty

Re: [Orgmode] Beamer support in Org-mode

2009-12-10 Thread Mark Elston
Nick Dokos wrote: IIUC, another way to go (possibly much simpler than org-babel[1]) is to use selective export: #+EXPORT_SELECT_TAGS: Tags that select a tree for export #+EXPORT_EXCLUDE_TAGS: Tags that exclude a tree from export Mark the handout and notes sections with different t

Re: [Orgmode] Beamer support in Org-mode

2009-12-10 Thread Mark Elston
Thomas S. Dye wrote: Hi Mark, On Dec 10, 2009, at 10:49 AM, Mark Elston wrote: I have been following this discussion with some interest as it may provide the basis for something I am interested in doing as well. I hope my discussion doesn't muddy the waters too much... Nick Dokos

Re: [Orgmode] Beamer support in Org-mode

2009-12-10 Thread Mark Elston
I have been following this discussion with some interest as it may provide the basis for something I am interested in doing as well. I hope my discussion doesn't muddy the waters too much... Nick Dokos wrote: Darlan Cavalcante Moreira wrote: At Thu, 10 Dec 2009 17:09:33 +0100, Carsten Dominik

Re: [Orgmode] Orgmode reference card

2009-11-28 Thread Mark Elston
Salvatore Enrico Indiogine wrote: I found online the reference card for org-mode version 6.33f in pdf format. I tried to print it in US letter format. Unfortunately the left margin of the text is cut off by a couple of mm. Has anyone else encountered this problem? Thanks, Enrico In additio

Re: [Orgmode] Re: Build issue with latest git version - org-crypt.el

2009-09-16 Thread Mark Elston
Carsten Dominik wrote: epg is not part of older versions of Emacs, look like mark is using Emacs 22? Yeah. 22.3.1. I tried 23 some time ago and had problems with some of the packages I used routinely (I forget which ones right now). So I gave it up. It was also a real hassle maintaining t

[Orgmode] Build issue with latest git version - org-crypt.el

2009-09-16 Thread Mark Elston
Not so much a problem as an unexpected issue. I read Eric's message about updating org-asymptote.el today and thought I would get the latest to get this fix. When I went through the process of building I found it failed at the org-crypt file since I didn't have epg.el on my system. I found a co

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-07 Thread Mark Elston
Tassilo, Yes, I tried it both ways and it works both ways. Mark Tassilo Horn wrote: Mark Elston writes: Hi Mark! That did it! Your message didn't have Carsten's message attached so I don't know what was in it, but you appear to be correct. Another message Carsten f

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-07 Thread Mark Elston
Tassilo, That did it! Your message didn't have Carsten's message attached so I don't know what was in it, but you appear to be correct. I even commented out the last line (require 'org-gnus) and it still works. Mark Tassilo Horn wrote: Hi all! Could you please try another thing (with the gi

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-07 Thread Mark Elston
rry about that. Mark Carsten Dominik wrote: On Sep 7, 2009, at 6:57 AM, Mark Elston wrote: Melton Low wrote: Sorry I made a mistake. I only see it if I reverted org-mode back to 6.30d. Works fine with this morning's git pull. Hmm. Well, as it turns out, so does mine. Whatever t

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Mark Elston
Melton Low wrote: Sorry I made a mistake. I only see it if I reverted org-mode back to 6.30d. Works fine with this morning's git pull. Hmm. Well, as it turns out, so does mine. Whatever the problem *was* it appears to have gone away now. Mark Mel On Sun, Sep 6, 2009 at 4:32 PM, Melto

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-06 Thread Mark Elston
Yep. Still see it. Mark Tassilo Horn wrote: Scott Otterson writes: Hi Scott & all others having that problem, I also see this problem. In addition, links are rendered in plain text instead of being hidden. I'm using emacs 23 on OS X. This bug is more than strange. Till now, neither Ca

Re: [Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-04 Thread Mark Elston
Bernt Hansen wrote: William Henney writes: I can reproduce that too - but it behaves differently for compiled versus uncompiled files. If I do a make clean removing all the .elc files then it works (for that commit) - but after make there it no fontification when the file is originally loaded

Re: [Orgmode] About `_' in link address .

2009-08-23 Thread Mark Elston
waterloo wrote: Sorry . When I copy `http://swift.siphos.be/linux_sea/ ' to an org file , it was transformed to a link. After I export that file to html , I find `sea' in that link is subscript. It should be normal scale. This is because in org `_' was recognized as Latex command. I recomma

Re: [Orgmode] org-exp-block patch and Graphviz Demo

2009-06-10 Thread Mark Elston
Russell, Russell Adams wrote: Have you compared the output between dot going straight to pdf, vs dot to eps to pdf? Attached are a pair of pdf's for comparison. The default font in eps is better, and the line style is blunted and looks better vs the arrows showing up going through the nodes.

Re: [Orgmode] Exporting org to LaTeX to PDF: headings do not convert to sections

2009-05-21 Thread Mark Elston
Alan E. Davis wrote: I don't understand why I do not see "section" or "subsection", and the sections often come out with bare stars. Is this also because the number of levels has been exceeded? Are you, by any chance, using a top-level org file with #+INCLUDE lines? If so, you need to

Re: [Orgmode] LaTeX Export option for titlepage

2009-05-05 Thread Mark Elston
title page. On Tue, May 05, 2009 at 12:22:49PM -0700, Mark Elston wrote: I am exporting a report to LaTeX and PDF and would like to modify the generated output somewhat and can't find the place I need to tweak. Currently, with the toc turned on the generated .tex file has \make

[Orgmode] LaTeX Export option for titlepage

2009-05-05 Thread Mark Elston
I am exporting a report to LaTeX and PDF and would like to modify the generated output somewhat and can't find the place I need to tweak. Currently, with the toc turned on the generated .tex file has \maketitle immediately after the \begin{document} command. I would like to change this to:

[Orgmode] Re: Use with yasnippets?

2009-04-23 Thread Mark Elston
Bernt, Thanks. That was it. I knew there must be a mode-hook or some such I could take advantage of ant that was what I was missing. Mark Bernt Hansen wrote: Mark Elston writes: I know someone mentioned yasnippets earlier this month but I can't find it. And I don't know if

[Orgmode] Use with yasnippets?

2009-04-23 Thread Mark Elston
I know someone mentioned yasnippets earlier this month but I can't find it. And I don't know if it answers my question or not anyway. I have a number of *very* similar entries in an org file. I teach a number of classes and I would like to set up a yasnippet to create entries (actually a small

Re: [Orgmode] Changing multiple dates en masse

2009-04-11 Thread Mark Elston
Carsten Dominik wrote: Hi Mark, there is nothing like that built-in. However, here is how I would do this: I am assuming that each of the classes has a SCHEDULED date, maybe you created the list of entries with `org-clone-subtree-with-timeshift'. I am also assuming that these are children from

[Orgmode] Changing multiple dates en masse

2009-04-09 Thread Mark Elston
I teach a weekly class and have a number of tasks that go into preparing for the class. I have an org file set up with these tasks. Occasionally I have to put off a class for a week. That means all the following classes and their sub-tasks must also be moved by a week. So far, I have had to ex

Re: [Orgmode] Sectioning in LaTeX export

2009-04-08 Thread Mark Elston
Nick Dokos wrote: Mark, I tried (on Org-mode version 6.25b) the following simple test and it seems to work OK (see attached tex.file) - note that (at least afaik) there is a one-one correspondence between the heading level and the LaTeX construct: that is controlled in a limited way by the varia

Re: [Orgmode] Sectioning in LaTeX export

2009-04-07 Thread Mark Elston
Mark Elston wrote: I have an org file I use specifically for exporting a collection of other org files to pdf (using LaTeX). However, the resulting output is not very much like I would like it to be. I am using the book class for now but will likely add my own LaTeX_CLASS entry later once I

[Orgmode] Sectioning in LaTeX export

2009-04-07 Thread Mark Elston
I have an org file I use specifically for exporting a collection of other org files to pdf (using LaTeX). However, the resulting output is not very much like I would like it to be. I am using the book class for now but will likely add my own LaTeX_CLASS entry later once I get this all figured ou

Re: [Orgmode] Important

2009-04-07 Thread Mark Elston
Matthew Lundin wrote: Hi Carsten, Carsten Dominik writes: Hi, with the current git release, I have again moved some code to new files. The exporters for HTML, XOXO, ASCII, and iCalendar now all have their own files. I hope that this will make things more transparent. However, such a split

Re: [Orgmode] Re: Announcing my Python module to read org-mode files

2009-03-16 Thread Mark Elston
* Charles Cave wrote (on 3/16/2009 6:22 PM): Mark Elston advantest-ard.com> writes: The only thing better would be a way to use this package to update the nodes and then write them back out. Hm.. The changes to the package to write the node output out are... 1. A means

  1   2   >