[O] Resume: Squeezing lines tighter in LaTeX output?

2015-04-17 Thread Peter Davis
While it looks beautiful, I'd like to squeeze together: 1) the headers, subheaders, etc. 2) The items in a bullet list 3) Lists and surrounding paragraphs. Is there a way to do this in org? Thank you! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Resume: Squeezing lines tighter in LaTeX output?

2015-04-17 Thread Peter Davis
of white space before/after the headings. I'll dig around. Also, is there a way to get orgmode to stop output the author and date lines in maketitle? Thanks, -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Resume: Squeezing lines tighter in LaTeX output?

2015-04-17 Thread Peter Davis
hin a paragraph. -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Resume: Squeezing lines tighter in LaTeX output?

2015-04-18 Thread Peter Davis
and/or koma-script. Hope that helps. John Best, Thanks for the input! John -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] Javascript syntax highlighting?

2015-05-25 Thread Peter Davis
post? Thanks, -pd -- Peter Davis The Tech Curmudgeon http://www.techcurmudgeon.com

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread Peter Davis
On 5/25/15 10:44 AM, David Engster wrote: Peter Davis writes: #+BEGIN_SRC Javascript Don't capitalize, use 'javascript'. Thanks, David. That doesn't appear to make any difference. Neither does "js". Thanks, -pd -- Peter Davis The Tech Curmudgeon http://www.techcurmudgeon.com

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread Peter Davis
David Engster writes: > Peter Davis writes: >> On 5/25/15 10:44 AM, David Engster wrote: >>> Peter Davis writes: >>>> #+BEGIN_SRC Javascript >>> Don't capitalize, use 'javascript'. >> Thanks, David. >> >> That doesn'

[O] records/diary/journal?

2015-05-30 Thread Peter Davis
.? Thank you. -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] records/diary/journal?

2015-05-31 Thread Peter Davis
On 5/30/15 11:42 AM, Samuel W. Flint wrote: Peter Davis writes: Over time, I keep finding more and more uses for org-mode. It's now my main tool for keeping an agenda/todo list, and for writing informal documents including images, GraphViz diagrams, etc. And I still haven't scr

[O] markdown export?

2015-06-03 Thread Peter Davis
I'm looking at http://orgmode.org/manual/Markdown-export.html, which says I can export to markdown, but these options don't exist in my org installation (8.2.10). If I type C-c C-e m, I get 'Invalid key' Do I have to install something else? Thanks! -pd -- Peter Davis

Re: [O] markdown export?

2015-06-03 Thread Peter Davis
gi...@pexip.com writes: > Peter Davis writes: > >> I'm looking at http://orgmode.org/manual/Markdown-export.html, which >> says I can export to markdown, but these options don't exist in my org >> installation (8.2.10). If I type C-c C-e m, I get '

[O] Forcing line breaks in src (monospace) examples

2015-06-14 Thread Peter Davis
I'm writing a document which includes several example commands, which I've wrapped in #+BEGIN_SRC/#+END_SRC. In LaTeX/PDF export, these come out in Courier, as I hoped, but they run off the right edge of the page. For example: #+BEGIN_SRC curl curl -v -X GET -H "Authorization:...\", \"acces

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-14 Thread Peter Davis
On 6/14/15 10:44 AM, Peter Davis wrote: #+BEGIN_LaTeX curl -v -X GET -H "Authorization:...\", \"access_token\": \"..." "http://blah.blah.blah.com/v1/REST_API_STUFF/..."; #+END_LaTeX Sorry, that should be: #+BEGIN_LaTeX \tt{curl -v -X GET -

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-14 Thread Peter Davis
Robert Klein writes: > Hi, > > On Sun, 14 Jun 2015 10:51:59 -0400 > Peter Davis wrote: > >> >> >> On 6/14/15 10:44 AM, Peter Davis wrote: >> > #+BEGIN_LaTeX >> > curl -v -X GET -H "Authorization:...\", \"access_

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-14 Thread Peter Davis
gt; in my .emacs (utf8 version of listings so I can use umlauts). > > > You can also simply put > > #+LaTeX_HEADER: \usepackage{listings} > > to the top of the file. > > > (PS: you won't need the xcolor package unless you want your triangle > e.g. in r

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-14 Thread Peter Davis
break=\mbox{\ensuremath{\color{red}\hookleftarrow}}, postbreak=\raisebox{0ex}[0ex][0ex]{\ensuremath{\color{red}\hookrightarrow\space}}, columns=fullflexible, keepspaces=true } \author{Peter Davis} \date{\today} \title{wraptest} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs 24.5.1

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-14 Thread Peter Davis
TIONS: [article,letterpaper,times,12pt,listings-bw,microtype] #+author: Peter Davis #+title: Hello, Test Document #+BEGIN_SRC sh curl -v -X GET -H "Authorization:...\", \"access_token\": \"..." "http://blah.blah.blah.com/v1/blahblahblah/..."; #+END_SRC --- sni

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-23 Thread Peter Davis
So getting line breaks in exported LaTeX/PDF src examples is now working beautifully. Is there any way to do this in exported HTML? Thank you, -pd

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-23 Thread Peter Davis
source code blocks to .tex/.pdf: If you use minted instead of listings, the latest minted 2.0 (probably not yet on tex-live) latex package does line wrapping in the source code blocks very elegantly. ... On Tue, Jun 23, 2015 at 10:59 AM Peter Davis <mailto:p...@pfdstudio.com>> wrote:

[O] Error when exporting LaTeX

2015-06-24 Thread Peter Davis
I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC blocks, and when I try to export to LaTeX/PDF, I get: org-latex-src-block: Wrong type argument: stringp, nil Does this ring any bells? I can try to cobble together a "neutralized" sample to reproduce the problem, but I thought

Re: [O] Error when exporting LaTeX

2015-06-24 Thread Peter Davis
Peter Davis writes: > I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC > blocks, and when I try to export to LaTeX/PDF, I get: > > org-latex-src-block: Wrong type argument: stringp, nil > > Does this ring any bells? I can try to cobble together a &q

Re: [O] Error when exporting LaTeX

2015-06-24 Thread Peter Davis
Alan Schmitt writes: > On 2015-06-24 14:28, Peter Davis writes: > >> I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC >> blocks, and when I try to export to LaTeX/PDF, I get: >> >> org-latex-src-block: Wrong type argument: stringp, nil &g

[O] Preventing italics in code blocks exported to HTML

2015-06-25 Thread Peter Davis
I'm writing a document that has a number of URL examples, like this: #+BEGIN_SRC js GET http://sandbox.api.xyz.com/sample/login #+END_SRC The problem is that when I export to HTML, everything following the "http:" is italicized (and blue). Is there any way to suppress that? Thanks, -pd

[O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Is there any way to export HTML with all references images, etc. packaged in a ZIP file? Thank you. -pd

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Rasmus writes: > Peter Davis writes: > >> Is there any way to export HTML with all references images, >> etc. packaged in a ZIP file? > > My guess is that at the moment your best bet is hacking some together with > ox-publish. See org-publish-project-alist. Thank

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > data-uri's is probably what you want. There is no standard format for > zipping multiple HTML files together, while including images (or video's > or audio) directly into the HTML works reasonably well. > > I found a snippet to get ox-html to d

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
://github.com/jkitchin/jmax/blob/master/user/blogofile.el) does something like this to publish org to blogofile. Rasmus writes: Peter Davis writes: Is there any way to export HTML with all references images, etc. packaged in a ZIP file? My guess is that at the moment your best bet is hacking

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
John Kitchin writes: > I did something like this for org-files: > https://github.com/jkitchin/jmax/blob/master/ox-archive.el > > You might use that as a starting point for html. I'm not lisp-savvy, but I've been experimenting with this. I get an error: Unknown "nil" backend: Aborting export It

Re: [O] HTML/images zipped?

2015-06-26 Thread Peter Davis
Thanks, John. That didn't solve it for me. I'll keep digging when I get a chance. Thank you. -pd John Kitchin writes: > I am not sure. I have this in my init file: > > (require 'ox-org) > > maybe that is required for you too? > > Peter Davis writes: >

[O] "Capture"-like browser plugin?

2015-07-23 Thread Peter Davis
Frequently when I'm doing a Web search and find pages I like, I want to save a link to the page, along with the title and perhaps a few notes. Something like org-mode's capture would be great, but I'd like to initiate it from a browser. I imaging hitting a plugin button on the the browser's tool

Re: [O] "Capture"-like browser plugin?

2015-07-23 Thread Peter Davis
Wow! Thanks for the quick and helpful responses! I should have known this would be a solved problem. Cheers! -pd

Re: [O] "Capture"-like browser plugin?

2015-07-28 Thread Peter Davis
Daniele Pizzolli writes: > On Thu, Jul 23 2015, Peter Davis wrote: > >> Frequently when I'm doing a Web search and find pages I like, I want >> to save a link to the page, along with the title and perhaps a few >> notes. Something like org-mode's capture

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Alan Schmitt writes: > On 2015-07-28 11:58, Peter Davis writes: > >>> if you use firefox, see: >>> >>> https://addons.mozilla.org/it/firefox/addon/org-mode-capture/ >>> >> >> Thank you, Daniele. I'm afraid I haven't been able to g

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Daniele Pizzolli writes: > On Tue, Jul 28 2015, Peter Davis wrote: > >> Daniele Pizzolli writes: >> > > A manual test would be to execute on a console something like: > > emacsclient > 'org-protocol://capture://https%3A%2F%2Fdeveloper.mozilla.org%2Fe

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Alan Schmitt writes: > On 2015-07-29 06:18, Peter Davis writes: > >> Thank you, Daniele. I've tried the above command line, and I get: >> >> emacsclient: can't find socket; have you started the server? >> To start the server in Emacs, type "M-

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Nick Dokos writes: > Peter Davis writes: > >> Alan Schmitt writes: >> >>> On 2015-07-29 06:18, Peter Davis writes: >>> >>>> Thank you, Daniele. I've tried the above command line, and I get: >>>> >>>> emacsclient

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Peter Davis writes: > > Excellent! That works. It prepends "CAPTURE-2-" to the filename I specified > in the template, but otherwise seems to work > beautifully. This is not working as expected. Each time I click the Org Capture button in Firefox, it opens a new buffe

Re: [O] "Capture"-like browser plugin?

2015-07-29 Thread Peter Davis
Nick Dokos writes: > Peter Davis writes: > >> Peter Davis writes: >> >>> >>> Excellent! That works. It prepends "CAPTURE-2-" to the filename I specified >>> in the template, but otherwise seems to work >>> beautifully. >>

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-06 Thread Peter Davis
Xebar Saram writes: > Hi list > > I know this is a bit off topic but im desperately looking for some > advice regarding email through emacs. > > i have tried a bunch of them over the last month (gnus, mu4e, > wanderlust, rmail,mew and maybe other i forget). > I had various levels of success with

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Peter Davis
Fabrice Popineau writes: > On this thread, I will report quite a different user experience. > I have been a long time user of emacs and Gnus (Emacs since 1987). > I have been using (ding) Gnus under Windows NT in the late 90's and up > to about 2010. > > But now, I process my mail using the GMail

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Peter Davis
Scott Randby writes: > On 08/11/2015 08:23 AM, Peter Davis wrote: >> >> 2) I need a decent editor for replies. I have not found a >> browser-based client that has this. > > For me, setting up any of the Emacs email clients to work properly > with my various email

[O] Automatically encrypt on save, decrypt on open?

2015-08-13 Thread Peter Davis
I'd like to store information in an org page that gets automatically encrypted when I save it, and decrypted when I open it. Is there some built-in functionality or hooks for this? Thank you, -pd

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-13 Thread Peter Davis
-file-handler file-name-handler-alist) > (epa-file-enable)) > > (require 'org-crypt) > (org-crypt-use-before-save-magic) > (setq org-tags-exclude-from-inheritance (quote ("crypt"))) > ;; GPG key to use for encryption > ;; Either the Key ID or set to nil to use sy

Re: [O] Automatically encrypt on save, decrypt on open?

2015-08-13 Thread Peter Davis
Thanks! This might be the best solution, since it's really just one file I want to encrypt/decrypt. -pd Eric S Fraga writes: > On Thursday, 13 Aug 2015 at 10:28, Peter Davis wrote: >> I'd like to store information in an org page that gets automatically >> encr

[O] email -> TODO items?

2014-01-05 Thread Peter Davis
re an easier way? Thanks very much! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] email -> TODO items?

2014-01-06 Thread Peter Davis
On Mon, Jan 6, 2014, at 05:51 AM, Karl Voit wrote: > * Peter Davis wrote: > > > > Sometimes it's much quicker and easier to email myself notes on things > > to do. > > Using email for a todo management system has many disadvantages. I > read a *lot* about t

Re: [O] email -> TODO items?

2014-01-13 Thread Peter Davis
Nick Dokos writes: > Brett Viren writes: > >> Peter Davis writes: >> >>> I use half a dozen email clients, including mutt, which lets me easily >>> pipe a message to a script. >> >> The need to support multiple clients may rule out my suggestion

Re: [O] .emacs (init.el) on Dropbox: Ho to access it?

2014-01-18 Thread Peter Davis
emacs") -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] Nested ordered lists?

2014-01-21 Thread Peter Davis
Is there any way to create nested, ordered lists in org-mode? I'm thinking of something that would result in: 1) item 1 a) item 1a b) item 1b c) item 1c 2) item 2 a) item 2a b) item 2b 3) item 3 4) etc. ... Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Nested ordered lists?

2014-01-21 Thread Peter Davis
On Tue, Jan 21, 2014 at 08:20:07PM +0100, Bastien wrote: > Hello Peter, > > Peter Davis writes: > > > 1) item 1 > > a) item 1a > > b) item 1b > > c) item 1c > > 2) item 2 > > a) item 2a > > b) item 2b > > 3) item 3 > >

Re: [O] Nested ordered lists?

2014-01-21 Thread Peter Davis
On Tue, Jan 21, 2014 at 02:40:11PM -0500, Peter Davis wrote: > On Tue, Jan 21, 2014 at 08:20:07PM +0100, Bastien wrote: > > > > (setq org-list-allow-alphabetical t) > > > > Symbol's value as variable is void: org-drawers > Ok, quitting and re-starting emac

Re: [O] Nested ordered lists?

2014-01-21 Thread Peter Davis
for various numbering schemes: org-ol-1 org-ol-A org-ol-a org-ol-i etc. Meanwhile, I'll make do. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
e to some other piece I'm missing? I added this to get around that: (unless (boundp 'org-export-latex-packages-alist) (setq org-export-latex-packages-alist nil)) Other ideas? Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
bsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) I don't even know if this error is coming from emacs or LaTeX. Thanks, -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
On Fri, Jan 24, 2014 at 04:32:38PM +, Eric S Fraga wrote: > Peter Davis writes: > > [...] > > >> Do you have an entry for "org-article" in org-export-latex-classes? > > > > Yes, like this: > > > > (add-to-list 'org-export-latex-cl

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-24 Thread Peter Davis
On Fri, Jan 24, 2014 at 01:54:20PM -0500, Peter Davis wrote: > On Fri, Jan 24, 2014 at 04:32:38PM +, Eric S Fraga wrote: > > Peter Davis writes: > > > > [...] > > > > >> Do you have an entry for "org-article" in org-export-latex-classes? >

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-25 Thread Peter Davis
On Sat, Jan 25, 2014 at 12:34:34PM +, Eric S Fraga wrote: > Peter Davis writes: > > [...] > > > Ok, something weird is going on. This worked on my office MacBook, but > > when I try on the home one, also with org 8.2.3c, > > org-export-latex-classes is defined

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-26 Thread Peter Davis
Eric S Fraga writes: > Peter Davis writes: > > [...] > >>> > Ok, something weird is going on. This worked on my office MacBook, but >>> > when I try on the home one, also with org 8.2.3c, >>> > org-export-latex-classes is defined, but

[O] Exporting text

2014-01-26 Thread Peter Davis
Well, I don't know how messed up my org-mode installation is, but in addition to my problems with LaTeX, even text exporting fails. When I try C-c C-e t A, I get: Symbol's value as variable is void: org-drawers Any clues what the problem might be? Thanks! -pd -- ---- Peter Davi

Re: [O] LaTeX export: Unknown LaTeX class `org-article'

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 09:55:52AM +, Eric S Fraga wrote: > Peter Davis writes: > > [...] > > > It does say the variable is define in org-latex.el, and clicking on that > > name takes me to the definition in org-latex.el.gz. > > Just to confirm what Nick has

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 10:05:29AM -0500, Peter Davis wrote: > > > I suggest you install Org through git, as explained in the manual. > > > > Don't forget to ~$ make autoloads or just ~$ make > > > > I'll try re-installing via git. > Ok, I t

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Sun, Jan 26, 2014 at 11:14:28PM +0100, Bastien wrote: > Hi Peter, > > Peter Davis writes: > > > Well, I don't know how messed up my org-mode installation is, but in > > addition to my problems with LaTeX, even text exporting fails. When I > > try C-c C-e t

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 11:19:09AM -0500, Peter Davis wrote: > On Mon, Jan 27, 2014 at 10:05:29AM -0500, Peter Davis wrote: > > > > > I suggest you install Org through git, as explained in the manual. > > > > > > Don't forget to ~$ make autoloads or

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
gs, so I'm assuming org prepends some definitions. The org file starts with: --8<---cut here---start->8--- #+STARTUP: showeverything logdone #+options: num:nil #+OPTIONS: H:5 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t #+LaTeX_CLASS: org-ar

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
g stone to what I really want ... a) sans-serif headings and b) Palatino as the base font. I'd welcome any suggestions on how to achieve those. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
ll* my documents, putting all the parameters in each org file would be pretty tedious. I'll keep looking for a more elegant solution. I'll be happy to post here when I find something (that works!) Thank you! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Exporting text

2014-01-27 Thread Peter Davis
On Mon, Jan 27, 2014 at 03:41:29PM -1000, Thomas S. Dye wrote: > Aloha Peter, Aloha! > > The Koma scripts for LaTeX use sans-serif headings. Try this: Excellent! Thank you, Thomas! -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] Arranging images on a LaTeX page?

2014-01-29 Thread Peter Davis
there a way to do this? Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Arranging images on a LaTeX page?

2014-01-29 Thread Peter Davis
I may give it a try if I get desperate though. Thanks! -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Arranging images on a LaTeX page?

2014-01-29 Thread Peter Davis
Photoshop or GIMP, and place the resulting composite in the document. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Arranging images on a LaTeX page?

2014-01-30 Thread Peter Davis
is is a real education in what org-mode can do. For my current needs, the images are different sizes and aspect ratios, so I'm probably better off laying them out by hand. But I'm definitely saving this example for future reference. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] LaTeX export controls

2014-01-30 Thread Peter Davis
I'm finding the documentation on LaTeX export a bit thin. Where, for example, does the author's name come from? I noticed my documents do have my correct name, but I don't know where it's coming from. I want to add some information. I tried #+LATEX_HEADER: \author{Peter Dav

Re: [O] LaTeX export controls

2014-01-31 Thread Peter Davis
On 1/30/14, 9:04 PM, John Hendy wrote: #+author: Peter Davis (addl info) Aha! That also lead me to #+title:, which I also needed. Thank you! I kept looking for LaTeX-specific options, instead of more global export ones. -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Emacs Mac Port

2014-02-13 Thread Peter Davis
;ve certainly seen distnoted turn into a complete CPU hog. I have emacs running all the time, so if that's the cause, this will be a huge relief. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] Space around tables in LaTeX export?

2014-02-14 Thread Peter Davis
--cut---cut---cut--- In the resulting PDF, there's no space between the table and the surrounding text. I couldn't find anything here [[http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-13]] on how to fix this. Thanks! -pd -- ---- Peter Davis The

Re: [O] Space around tables in LaTeX export?

2014-02-14 Thread Peter Davis
On Fri, Feb 14, 2014 at 12:18:20PM -0500, Charles Millar wrote: > Peter Davis wrote: > >In the resulting PDF, there's no space between the table and the surrounding > >text. > how about > > #+BEGIN_LATEX > \vspace{/somelength}/ > #+END_LATEX > Ok,

Re: [O] Space around tables in LaTeX export?

2014-02-14 Thread Peter Davis
On Fri, Feb 14, 2014 at 06:27:28PM +0100, Rasmus wrote: > > It will become a float if you give it a caption. That's probably what > you want. You can still force it to be at a particular location. > Ah! Yes, that works, even with a blank caption. Thank you! -pd -- ---

[O] Tables with line wrapping?

2014-02-22 Thread Peter Davis
table with some other tool, and include it as an image into the org document Am I missing anything? Are there other (better?) ways? As I expect to be revising both the table and the rest of the document for a while, the uni-directional workflow in #1 above would be difficult. Thanks! -pd --

Re: [O] Tables with line wrapping?

2014-02-22 Thread Peter Davis
ware of this. That solves my problem perfectly. Thank you! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Tables with line wrapping?

2014-02-22 Thread Peter Davis
uses. (My first thought it to embed pstricks graphics into my documents, but then I'd have to bypass pdflatex and use xelatex or something instead.) Thank you! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Tables with line wrapping?

2014-02-23 Thread Peter Davis
On Sun, Feb 23, 2014 at 10:30:57AM +0530, Jambunathan K wrote: > Peter Davis writes: > > > I'm using org-mode to prepare a document that will ultimately be > > exported to PDF. Unfortunately, I need to include a table whose contents > > will wrap as needed. >

[O] Include on file open?

2014-02-25 Thread Peter Davis
file when I open/reload a .org file? Or is there a better way to create a menu or frequently visited files? Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Include on file open?

2014-02-26 Thread Peter Davis
On Wed, Feb 26, 2014 at 02:07:22PM +0800, Eric Abrahamsen wrote: > > I think org-toc in the contrib/lisp directory is meant to do just this, > automatically. I haven't tried it, though... > Ah! Excellent! Thanks very much! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] trunc fill modes?

2014-02-27 Thread Peter Davis
same modes by default as the first? Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

[O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
e, I would just delete the page in Acrobat, but as it is, that would leave pages 1-5, 7-9. Thanks! -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
On 2/28/14, 12:03 PM, John Hendy wrote: On Fri, Feb 28, 2014 at 10:59 AM, Peter Davis wrote: I'm writing a short paper containing tables, images, etc., but I'm getting a blank page in the PDF output. That is, it's completely blank *except* for the page number. Any sugges

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
On 2/28/14, 12:26 PM, Peter Davis wrote: Thanks, John. I figured it has something to do with LaTeX float behavior, but I'm trying to understand how to control it through org-mode. I'm attaching a small sample that reproduces the problem. I'd also like to get rid of th

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
the TOC will be fixed by modifying your existing options at the top of the document: #+options: num:nil toc:nil Thanks again! Yes, this works, and seems to eliminate the blank page (for now)! Cheers, -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
On 2/28/14, 1:19 PM, Peter Davis wrote: On 2/28/14, 12:37 PM, John Hendy wrote: You can also try: #+latex: \scriptsize % or \small, \footnotesize, or \tiny before your table to make it smaller as well if you think that's contributing. These seem like things to try after the conte

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
dings differently from unnumbered ones as far as pagination. I'll try to make a simple, clean sample that reproduces it, but it's going to take some trial-and-error testing. -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
) You don't need the images. -pd On 2/28/14, 8:21 PM, Peter Davis wrote: On 2/28/14, 7:38 PM, Nick Dokos wrote: John is correct, I think, although latex's behavior in leaving an empty page does not make much sense to me. Nevertheless, when I reduce the height of the last image to less

Re: [O] Blank page in LaTeX/PDF output

2014-02-28 Thread Peter Davis
On 2/28/14, 10:32 PM, Nick Dokos wrote: Peter Davis writes: Attached is a simple file that demonstrates this. As is, it does not leave a blank page. But if you remove the num:nil option from the second line of this file, you do get a blank page. Not for me: in both cases, I get a blank

Re: [O] Blank page in LaTeX/PDF output

2014-03-01 Thread Peter Davis
Here are the two LaTeX files. The only differences, apart from creation time, are the the use of \section* instead of \section, so perhaps this is a LaTeX bug. Anyone know how to report that? -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com no-blank-page-bug.tex

Re: [O] Blank page in LaTeX/PDF output

2014-03-03 Thread Peter Davis
} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \usepackage{graphicx} \usepackage{longtable} \usepackage{float} \usepackage{wrapfig} \usepackage{rotating} \usepackage[normalem]{ulem} \usepackage{amsmath} \usepackage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{amssymb} \usepackage

Re: [O] Blank page in LaTeX/PDF output

2014-03-03 Thread Peter Davis
On Mon, Mar 03, 2014 at 07:08:35PM -0600, John Hendy wrote: > > On Mar 3, 2014 6:51 PM, "Peter Davis" wrote: > > > > > > On Sat, Mar 1, 2014, at 02:19 PM, John Hendy wrote: > > > I can confirm Peter's results, ... > > > > Thanks, Jo

Re: [O] Blank page in LaTeX/PDF output

2014-03-04 Thread Peter Davis
On Mon, Mar 3, 2014, at 10:46 PM, John Hendy wrote: [snip] > On Mon, Mar 3, 2014 at 7:13 PM, Peter Davis wrote: > From my fiddling: > - As-is produces 4 pages, blank 3rd > - Commenting out the hyperref package does *not* produce a blank 3rd page > - Using \section* does *not* prod

[O] In-line code, italics, quotation marks, etc.

2014-03-04 Thread Peter Davis
xt."= Embedded equal signs, quotation marks and emphasized text make this a nightmare. Can this be done, or is this just more complicated than org was designed to handle? I can, of course, edit the exported files, but that's pretty limiting. Thanks, -pd -- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Tables with line wrapping?

2014-03-08 Thread Peter Davis
On Sat, Mar 8, 2014, at 08:08 PM, Marcin Borkowski wrote: > Dnia 2014-02-22, o godz. 23:08:23 > Peter Davis napisaƂ(a): > > > [...] but then I'd have to bypass pdflatex and > > use xelatex or something instead.) > > Or not. http://www.ctan.org/pkg/pdftricks

[O] Images in tables?

2014-03-28 Thread Peter Davis
. Can that work with a table somehow? Thanks! -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com

Re: [O] Images in tables?

2014-03-29 Thread Peter Davis
On 3/28/14, 10:58 PM, Feng Shu wrote: Peter Davis writes: I'm finishing a PDF document that will contain a number of screen shots. I'd like to put them in a table to avoid just having them arranged vertically on the page. Is there a way to do that? #+MACRO: p \includegraphics[s

<    1   2   3   4   >