Re: [O] How do you store web pages for reference?

2017-03-13 Thread Peter Salazar
By the way, you can definitely save a PDF with links if you prefer that. I use DevonThink, and I use this snippet to save a PDF of a webpage, complete with links.

Re: [O] HTML presentations using org-html-slideshow?

2017-03-08 Thread Peter Salazar
Excellent. Let me know what you think! On Wed, Mar 8, 2017 at 3:52 AM, Julian M. Burgos <julian.bur...@hafogvatn.is > wrote: > Thanks for the head up. I will check it out. > > Peter Salazar writes: > > > If anyone's interested, there's a new working version of >

Re: [O] HTML presentations using org-html-slideshow?

2017-03-07 Thread Peter Salazar
If anyone's interested, there's a new working version of org-html-slideshow that's compatible with org-mode 9.x available here: https://github.com/aiba/org-html-slideshow. On Mon, Mar 6, 2017 at 10:04 AM, Peter Salazar <cycleofs...@gmail.com> wrote: > Hi everyone, > >

Re: [O] how to export to HTML using old-style numbered div ID's?

2017-03-07 Thread Peter Salazar
that's compatible with org-mode 9.x is available at: https://github.com/aiba/org-html-slideshow. Thanks everyone! On Tue, Mar 7, 2017 at 2:55 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Nick Dokos <ndo...@gmail.com> writes: > > > Peter

[O] how to export to HTML using old-style numbered div ID's?

2017-03-06 Thread Peter Salazar
ed anchors like it used to? Thanks! -- Forwarded message ------ From: Peter Salazar <cycleofs...@gmail.com> Date: Mon, Mar 6, 2017 at 10:04 AM Subject: HTML presentations using org-html-slideshow? To: org-mode <emacs-orgmode@gnu.org> Hi everyone, I've been using the excell

[O] HTML presentations using org-html-slideshow?

2017-03-06 Thread Peter Salazar
Hi everyone, I've been using the excellent org-html-slideshow ( https://github.com/relevance/org-html-slideshow) to generate HTML slides from org-mode, and it's been working well for me for years. It generates HTML slides from org-mode using the org-mode heading hierarchy. Tag any heading with

Re: [O] HTML blocks not exporting correctly

2016-11-07 Thread Peter Salazar
On Mon, Nov 7, 2016 at 6:25 PM Peter Salazar <cycleofs...@gmail.com> > wrote: > >> Since upgrading to org-mode 9.0, I am unable to export HTML blocks. When >> I export to HTML, the contents of HTML blocks export literally, rather than >> as rendered HTML. >

[O] HTML blocks not exporting correctly

2016-11-07 Thread Peter Salazar
Since upgrading to org-mode 9.0, I am unable to export HTML blocks. When I export to HTML, the contents of HTML blocks export literally, rather than as rendered HTML. So for instance, I have an org-mode file containing this: #+BEGIN_HTML http://orgmode.org;>link #+END_HTML When I export to

Re: [O] how to org-refile to a target within the current file?

2016-05-08 Thread Peter Salazar
Here's the solution: (defun my-org-files-list () (delq nil (mapcar (lambda (buffer) (buffer-file-name buffer)) (org-buffer-list 'files t On Wed, May 4, 2016 at 1:20 PM, Peter Salazar <cycleofs...@gmail.com> wrote: > Hello, I use org-refile quite a bit, but for my

[O] how to org-refile to a target within the current file?

2016-05-04 Thread Peter Salazar
Hello, I use org-refile quite a bit, but for my use-case, I want to refile my org-mode subtrees not to an org-agenda file, but to the current file or another file I'm currently visiting. I had a way of doing this that was working correctly, but now has stopped working. I'm not sure what I changed

Re: [O] org-agenda error

2016-03-15 Thread Peter Salazar
Update: I fixed the org-agenda problem. Turns out the problem was that I'd created my own custom defun called org-today, and it was interfering with org-agenda. The helm-org-in-buffer-headings error is still occurring. Thanks for any thoughts. On Tue, Mar 15, 2016 at 7:58 PM, Peter Salazar

Re: [O] org-agenda error

2016-03-15 Thread Peter Salazar
. The error, once again, is this: http://i.imgur.com/FoTiwoq.png And again, the error I get when I call org-agenda is this: http://pastebin.com/wCBgAQLp On Thu, Mar 10, 2016 at 3:21 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Peter Salazar <cycleofs...@gmail.com&

Re: [O] org-agenda error

2016-03-09 Thread Peter Salazar
Any thoughts on that? I'm not sure if it's related, but I also get errors when I try to call helm-org-in-buffer-headings. Somehow the backtrace gets immediately erased, so here's a screenshot: http://i.imgur.com/FoTiwoq.png On Mon, Mar 7, 2016 at 10:40 AM, Peter Salazar <cycleofs...@gmail.

Re: [O] org-agenda error

2016-03-07 Thread Peter Salazar
, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Peter Salazar <cycleofs...@gmail.com> writes: > > > I'm suddenly getting "byte-code: Wrong type argument: number-or-marker-p, > > nil" when I try to call org-agenda. This happens even whe

[O] org-agenda error

2016-03-05 Thread Peter Salazar
Hey everyone, I'm suddenly getting "byte-code: Wrong type argument: number-or-marker-p, nil" when I try to call org-agenda. This happens even when org-agenda-files is set to nil. Here's the backtrace. Any thoughts on how I can track down the source of the problem? Thanks! Debugger

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

2015-10-01 Thread Peter Salazar
For those of you on OSX, there's also an Alfred workflow for org-capture: https://github.com/jjasghar/alfred-org-capture org-capture from within any app with one keystroke... On Fri, Sep 18, 2015 at 5:50 PM, Samuel Wales wrote: > fwiw my x logs contain some lines like

[O] help debugging org-element crashes?

2015-09-24 Thread Peter Salazar
Hey everyone, I'm finding my Emacs crashing a lot; other times I get errors like these which I assume are related to the crashes: http://pastebin.com/Tncs79r0 http://pastebin.com/jfdEYwVk I mean total Emacs crashes, where I have to force quit Emacs itself. It's happened in various org-mode

Re: [O] subscript on a table caption

2015-08-26 Thread Peter Salazar
What do you see if you do C-h v org-export-latex-emphasis-alist and org-html-text-markup-alist? Anything about subscript? On Mon, Aug 24, 2015 at 9:54 AM, Johannes Rainer johannes.rai...@gmail.com wrote: dear all! I have a strange problem now with org-mode (I don't know whether I had that

[O] how can I use plain-text URLs in org-mime?

2015-08-24 Thread Peter Salazar
Hi Eric and others, I'm using org-mime-htmlize to send email, but I'm having trouble with plain-text links (i.e. not org-mode formatted links with square brackets, but URLs by themselves) and with image links (again, not org-mode format). Say I have an org-mode file with this subtree: , | |

Re: [O] Collaborative Team Project Management with Orgmode?

2015-08-23 Thread Peter Salazar
So what would it take to make Gnorb work with org-contacts and mu4e? I know Gnorb works with Gnus, but in my opinion, Gnorb's ability to automatically catch and identify incoming emails isn't as useful as its other features. In other words, if using Gnorb with mu4e required the user to manually

Re: [O] Valid use cases for lists?

2015-08-23 Thread Peter Salazar
Agreed, plain-text lists are definitely preferable! On Fri, Aug 21, 2015 at 2:39 PM, Rasmus ras...@gmx.us wrote: Peter Salazar cycleofs...@gmail.com writes: Export isn't a good reason to use lists over headings, since you can always export headings as li lists if you want to, e.g

Re: [O] Help testing orgmode connection to interactive web environment

2015-08-23 Thread Peter Salazar
In Chrome: The show/hide button doesn't seem to do anything. Clicking CLICKING THIS LINK gives elisp links not supported. Edits don't seem to stick. On Sat, Aug 22, 2015 at 4:42 PM, Bill Burdick bill.burd...@gmail.com wrote: Sorry -- I should have mentioned that it only supports

Re: [O] Valid use cases for lists?

2015-08-20 Thread Peter Salazar
Export isn't a good reason to use lists over headings, since you can always export headings as li lists if you want to, e.g. by setting number of heading levels in export options. This doesn't mean plain text lists aren't useful in org, it just means you don't need them to get lists in your export

Re: [O] 8.3 hangs

2015-08-15 Thread Peter Salazar
Same here. On Sat, Aug 15, 2015 at 4:10 PM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi all, Eric Abrahamsen e...@ericabrahamsen.net writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: Samuel Wales samolog...@gmail.com writes: i am still getting a lot of hangs in

Re: [O] Stable releases

2015-08-12 Thread Peter Salazar
Here here. I agree that the new clarified COMMENT vs. :noexport: functionality makes more sense. And thanks to Nicolas and everyone else for their amazing work. On Wed, Aug 12, 2015 at 9:39 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Scott Randby sran...@gmail.com writes: When

Re: [O] couple questions about simple todo

2015-08-12 Thread Peter Salazar
This is great! It should be in the tutorial or something. I'm printing it out to keep. On Wed, Aug 12, 2015 at 12:45 AM, Eric Abrahamsen e...@ericabrahamsen.net wrote: scraw...@gmail.com writes: On Wed, Aug 12, 2015 at 10:27:29AM +0800, Eric Abrahamsen wrote: My take on what you've shown

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-12 Thread Peter Salazar
Glad to be of help! On Wed, Aug 12, 2015 at 11:33 AM, Xebar Saram zelt...@gmail.com wrote: Thx Peter that did the trick, never know when to use RET or return :) z On Wed, Aug 12, 2015 at 6:22 AM, Peter Salazar cycleofs...@gmail.com wrote: Maybe try using return instead of RET

Re: [O] Babel error on init with 8.3.1

2015-08-11 Thread Peter Salazar
about when you try exactly per: http://stackoverflow.com/questions/31855904/emacs-sees-the-directory-with-the-new-org-mode-version-but-loads-the-old-versio?answertab=active#tab-top does the “confirm success” step work? *From:* Peter Salazar [mailto:cycleofs...@gmail.com] *Sent

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

2015-08-11 Thread Peter Salazar
Like Fabrice, I also still process my email using the Gmail web interface. The only reason I want email within Emacs is so I can compose replies in a proper editor with all my keybindings. I tried Chrome's Edit with Emacs, but it loses line breaks when it sends the output from Emacs back to Gmail.

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-11 Thread Peter Salazar
Maybe try using return instead of RET? Something like this: (define-key org-mode-map (kbd C-return) 'org-insert-heading) On Tue, Aug 11, 2015 at 1:45 PM, Xebar Saram zelt...@gmail.com wrote: Hi guys im trying to switch between C-RET and M-RET (i use M-ret alot more but C-RET is much more

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
I'm trying to do this for my other install of Emacs (which uses Spacemacs) and now I'm running into problems. I'm using GUI Emacs on Mac OSX (from brew install --with-cocoa --srgb emacs). When I do open -a /Applications/Emacs.app --args --no-init --eval (progn (require 'package) (add-to-list

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
was not successfully upgraded. Any thoughts? Thanks! On Mon, Aug 10, 2015 at 4:43 PM, Peter Salazar cycleofs...@gmail.com wrote: I'm trying to do this for my other install of Emacs (which uses Spacemacs) and now I'm running into problems. I'm using GUI Emacs on Mac OSX (from brew install --with-cocoa --srgb

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
. That is forcing org to load. You don’t WANT org loaded when you build it again inside the package manager. *From:* Peter Salazar [mailto:cycleofs...@gmail.com] *Sent:* Monday, August 10, 2015 4:30 PM *To:* Cook, Malcolm m...@stowers.org *Cc:* Ryan Schuetzler rsch...@gmail.com; emacs-orgmode@gnu.org

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
/emacsd/scratch.el Is this part of the problem, or is that part OK? On Mon, Aug 10, 2015 at 9:36 PM, Kyle Meyer k...@kyleam.com wrote: Peter Salazar cycleofs...@gmail.com wrote: Thanks. Tried that, but then when I launch regular Emacs with my init file, I still get this error: https

Re: [O] wrong type argument listp... org-element-set-contents

2015-08-08 Thread Peter Salazar
Sure, I'll try that. I'm not quite sure how to figure out what argument org-export-dispatch takes. Something like this? (org-reload (org-export-dispatch 'html)) On Sat, Aug 8, 2015 at 3:29 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Peter Salazar cycleofs...@gmail.com writes

Re: [O] wrong type argument listp... org-element-set-contents

2015-08-08 Thread Peter Salazar
Yes! That worked. What does this mean? I tried going to package-list-packages and uninstalling and reinstalling org, but that didn't help. What's my next step? On Sat, Aug 8, 2015 at 9:27 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Peter Salazar cycleofs...@gmail.com writes: Sure

Re: [O] wrong type argument listp... org-element-set-contents

2015-08-08 Thread Peter Salazar
Yes, that worked! Thank you so much! On Sat, Aug 8, 2015 at 11:59 AM, Kyle Meyer k...@kyleam.com wrote: Peter Salazar cycleofs...@gmail.com wrote: Yes! That worked. What does this mean? I tried going to package-list-packages and uninstalling and reinstalling org, but that didn't help

Re: [O] wrong type argument listp... org-element-set-contents

2015-08-08 Thread Peter Salazar
Yes. In my case, I installed org-plus-contrib. On Sat, Aug 8, 2015 at 1:09 PM, Kyle Meyer k...@kyleam.com wrote: Peter Salazar cycleofs...@gmail.com wrote: Yes, that worked! Thank you so much! Great. Just for future reference, these were the steps that worked? - C-u M-x org-reload

[O] wrong type argument listp... org-element-set-contents

2015-08-07 Thread Peter Salazar
I'm getting a strange error whenever I try to export an org file, and I'm not sure how to track down the cause. It seemed to start when I upgraded to org 8.3.1, but it's hard to tell because this is the first time I've exported anything in a week or so. The error says: (wrong-type-argument listp

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

2015-08-07 Thread Peter Salazar
I also just installed notmuch, in addition to mu4e, and so far I quite like notmuch. The interface so far is a little more intuitive (with mu4e, for instance, I kept getting tripped up hitting r to reply to a message and finding that it's bound to something else). I did get offlineimap working,

Re: [O] Change in ox export for #+DATE keywords

2015-08-07 Thread Peter Salazar
As I mentioned, I'm getting that same error, not just with #+DATE but also with #+TITLE, #+AUTHOR, etc. Any one of these is sufficient to break export for me. On Fri, Aug 7, 2015 at 3:59 PM, Alex Bennée alex.ben...@linaro.org wrote: Hi, I've been using org-mode as a source for my

[O] how to pass variables (such as to-address) to org-mime?

2015-06-30 Thread Peter Salazar
To Eric and the org-list, Question about org-mime. When sending email, I'd like to instruct org-mime to pull certain variables from my org-mode subtrees. For example, how can I instruct org-mime to pull the to email address from the subtree? So that, for example, my org-mode subtree could look

[O] how to org-refile-region?

2014-08-13 Thread Peter Salazar
Is there a way to automatically refile highlighted text under an org-heading? i.e. to cut the highlighted text and automatically paste it under the heading of my choice? You could call it org-refile-region. Similar to org-refile, but to refile not the entire subtree, but only the highlighted

Re: [O] how to org-refile-region?

2014-08-13 Thread Peter Salazar
? On Wed, Aug 13, 2014 at 5:28 PM, Peter Salazar cycleofs...@gmail.com wrote: Is there a way to automatically refile highlighted text under an org-heading? i.e. to cut the highlighted text and automatically paste it under the heading of my choice? You could call it org-refile-region. Similar to org

[O] org todos on paper?

2014-02-27 Thread Peter Salazar
I keep meeting people who say they started getting more things done more efficiently once they started printing out their tasks lists, so they can have the experience of seeing the list on paper and, more importantly, the satisfaction of crossing an item off on the page. Does anyone have a

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Peter Salazar
I'm having the same issue as Nick: the command line invocation works, but the button in Firefox has no effect. I changed the emacs binary path to /usr/bin/aquamacs On Fri, Feb 21, 2014 at 12:48 PM, Nick Dokos ndo...@gmail.com wrote: Olivier Schwander olivier.schwan...@chadok.info writes:

Re: [O] copy title text string from #+TITLE field?

2014-02-12 Thread Peter Salazar
Thanks. I do need it only on export, but even so, it doesn't seem to be working: http://i.imgur.com/1tMGaHz.png Again, it's inside an HTML code block. Not sure if there's a way to make it work inside that block? #+BEGIN_HTML ... div class=page-header h1{{{title}}}/h1 /div ... #+END_HTML

Re: [O] external setup file for org-html-preamble?

2014-02-10 Thread Peter Salazar
Yes! That solved it. Thank you! On Mon, Feb 10, 2014 at 4:10 AM, Bastien b...@gnu.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: However, when I try to export to HTML, I get Invalid format string You need to replace % with %% in the preamble string. HTH

[O] external setup file for org-html-preamble?

2014-02-09 Thread Peter Salazar
Hello, I'm exporting my org-mode files to HTML. I've been using: # Local Variables: # org-html-preamble: # End: to insert a custom HTML preamble and postamble for my org files for HTML export. Just now for simplicity, I'm trying to move the preamble and postamble to an external setup file. In

Re: [O] external setup file for org-html-preamble?

2014-02-09 Thread Peter Salazar
Yes! That was exactly it! Thank you. On Sun, Feb 9, 2014 at 5:33 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Peter Salazar cycleofs...@gmail.com writes: Just now for simplicity, I'm trying to move the preamble and postamble to an external setup file. In my org-mode file

[O] copy title text string from #+TITLE field?

2014-02-09 Thread Peter Salazar
Next question: is there a way to take the text from the #+TITLE: field of an org file and insert it, as text, somewhere else within the file (i.e. inside an HTML block)? I can't do this manually because my various org files all use an #+INCLUDE: reference to the same org file, which contains some

Re: [O] using lightbox plugins in HTML export

2014-01-24 Thread Peter Salazar
Good idea, that would be great! On Thu, Jan 23, 2014 at 2:33 AM, Bastien b...@gnu.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: Thanks for the response. That ATTR_HTML comes in very handy. I made one adjustment to your code, and it totally worked! Amazing! Here

Re: [O] best way of customizing generated css to match bootstrap css

2014-01-24 Thread Peter Salazar
, 2014 at 2:46 PM, Mehul Sanghvi mehul.sang...@gmail.comwrote: Thanks. That helps a lot and gives me some other ideas as well. cheers, mehul On Fri, Jan 24, 2014 at 12:00 AM, Peter Salazar cycleofs...@gmail.comwrote: Here you go. https://github.com/petersalazar/org-tocify Again

Re: [O] best way of customizing generated css to match bootstrap css

2014-01-23 Thread Peter Salazar
://gregfranko.com/jquery.tocify.js/ On Wed, Jan 22, 2014 at 4:17 PM, Mehul Sanghvi mehul.sang...@gmail.comwrote: Peter, Do you have an example of an org file in which you use it ? cheers, mehul On Wed, Jan 22, 2014 at 3:41 PM, Peter Salazar cycleofs...@gmail.comwrote: I've had

Re: [O] best way of customizing generated css to match bootstrap css

2014-01-22 Thread Peter Salazar
I've had success exporting org to HTML and using it with http://gregfranko.com/jquery.tocify.js/ - which automatically generates a dynamically updating table of contents based on HTML headings and uses a Bootstrap theme and Bootstrap CSS. On Wed, Jan 22, 2014 at 3:35 PM, Mehul Sanghvi

Re: [O] using lightbox plugins in HTML export

2014-01-22 Thread Peter Salazar
, Bastien b...@gnu.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: Alternatively, how do I specify the LaTeX image on one line, and the HTML image as an a href rel=lightbox on a different line, such that the link doesn't appear in the LaTeX export and the image doesn't

[O] in LaTeX, how to start page numbering after TOC?

2014-01-22 Thread Peter Salazar
In export to LaTeX/PDF, has anyone had success in suppressing page numbering on the cover page and the Table of Contents, such that the first text section appears as Page 1? I tried adding this at the beginning of my document, but it had no effect: #+LATEX_CMD: \cleardoublepage #+LATEX_CMD:

Re: [O] using lightbox plugins in HTML export

2014-01-16 Thread Peter Salazar
Alternatively, how do I specify the LaTeX image on one line, and the HTML image as an a href rel=lightbox on a different line, such that the link doesn't appear in the LaTeX export and the image doesn't get duplicated in the HTML export? Thanks! On Wed, Jan 15, 2014 at 1:32 AM, Peter Salazar

Re: [O] wide images in LaTex and HTML export

2014-01-14 Thread Peter Salazar
, Jan 13, 2014 at 2:27 AM, Peter Salazar cycleofs...@gmail.com wrote: Has anyone had success recently working with wide images? I have source documents and I'm trying to export to both LaTeX/PDF and HTML. Working from the manual, my image links look like this (the wide dimension becomes

[O] using lightbox plugins in HTML export

2014-01-14 Thread Peter Salazar
Does anyone know of a lightbox-style plug-in that will work with org-mode HTML export that will automatically, on click, expand images to fill the screen, i.e. one doesn't require me to manually add an href and rel=lightbox manually to each image? (Most lightbox-style plugins require you to not

[O] wide images in LaTex and HTML export

2014-01-13 Thread Peter Salazar
Has anyone had success recently working with wide images? I have source documents and I'm trying to export to both LaTeX/PDF and HTML. Working from the manual, my image links look like this (the wide dimension becomes height when rotated): #+ATTR_LATEX: :height 9in :options angle=90 :float t

[O] sending HTML e-mail

2014-01-11 Thread Peter Salazar
What's the state of the art in sending lightly formatting e-mail in HTML format? Is org-mime still the best way? This doesn't seem to be working for me. I'm doing this: (setq load-path (cons ~/org/contrib load-path)) (setq load-path (cons ~/org/contrib/lisp load-path)) and this: (require

Re: [O] sending HTML e-mail

2014-01-11 Thread Peter Salazar
. On Sat, Jan 11, 2014 at 10:16 PM, Eric Schulte schulte.e...@gmail.comwrote: Peter Salazar cycleofs...@gmail.com writes: What's the state of the art in sending lightly formatting e-mail in HTML format? Is org-mime still the best way? This doesn't seem to be working for me. I'm doing

Re: [O] heading numbering in LaTeX export?

2013-09-08 Thread Peter Salazar
That appears to work perfectly. Thank you so much! If I have 5 levels of heading, should I do it like this? #+LATEX_HEADER: \setcounter{secnumdepth}{0} #+LATEX_HEADER: \setcounter{tocdepth}{5} On Sun, Sep 8, 2013 at 1:54 AM, Nick Dokos ndo...@gmail.com wrote: Peter Salazar cycleofs

Re: [O] heading numbering in LaTeX export?

2013-09-08 Thread Peter Salazar
Ah, I see. Cool, then I will stick to {tocdepth}{3}. Thanks again! On Sun, Sep 8, 2013 at 7:47 AM, Nick Dokos ndo...@gmail.com wrote: Peter Salazar cycleofs...@gmail.com writes: That appears to work perfectly. Thank you so much! If I have 5 levels of heading, should I do it like

Re: [O] heading numbering in LaTeX export?

2013-09-07 Thread Peter Salazar
what the exact command is! I don't need section numbers ever, so my desire is to turn off numbering forever, but still have an intact Table of Contents and header. Thanks guys! On Fri, Sep 6, 2013 at 4:30 PM, John Hendy jw.he...@gmail.com wrote: On Fri, Sep 6, 2013 at 2:43 PM, Peter Salazar

Re: [O] heading numbering in LaTeX export?

2013-09-07 Thread Peter Salazar
to that, or is that just the way it is? Thanks again. On Sun, Sep 8, 2013 at 12:05 AM, Nick Dokos ndo...@gmail.com wrote: Peter Salazar cycleofs...@gmail.com writes: Thanks for the responses! John: Oh yes, of course. Sorry about that. inimal org file and config files are here. I had to make

[O] heading numbering in LaTeX export?

2013-09-06 Thread Peter Salazar
I have a LaTeX template I created for use with org-mode, to export to PDF via LaTeX using xelatex. I don't edit LaTeX directly, I just generate from org-mode. This works perfectly for me except for one thing: it only works when I have heading numbering turned on. When I turn numbering off in

[O] how to change appearance of org-mode files on Github?

2013-06-27 Thread Peter Salazar
Github supports org-mode files, and has a renderer that parses .org files and converts them to HTML form. Headings appear in larger font, org tables are converted to graphical HTML tables, etc. Is there a way to control the way .org files appear on Github? I tried adding some export options in

[O] change styling in code block HTML export?

2013-05-27 Thread Peter Salazar
When I export an org-mode file to HTML, my code blocks don't have curly quotes and don't convert --- to —. I know this is by design but I want to change it. I have (setq org-export-with-smart-quotes t) set in my .emacs, which works correctly in the rest of my exported document—but code blocks

Re: [O] problems with latex custom classes in new exporter

2013-05-12 Thread Peter Salazar
Brilliant. That worked perfectly. Thank you! On Sat, May 11, 2013 at 10:37 PM, Nick Dokos ndo...@gmail.com wrote: Peter Salazar cycleofs...@gmail.com writes: I use a LaTeX custom class which I hired someone to create for me, which I load as a preference file latex.el: http

[O] problems with latex custom classes in new exporter

2013-05-11 Thread Peter Salazar
OK, I took the plunge and upgraded to org-8.0 and tried the new exporter. The HTML export works fine! However, I'm having trouble exporting to PDF via LaTeX. I use a LaTeX custom class which I hired someone to create for me, which I load as a preference file latex.el:

[O] make footnotes appear as tooltips on HTML export?

2013-03-16 Thread Peter Salazar
Hey everyone, I had a thought. So, I export most of my org files to both HTML and PDF. I was thinking that for HTML, the behavior of putting footnotes at the end of the document, as you would for a printed page, is a bit outdated. In a printed document, you put the footnotes at the end because

Re: [O] block quotes in prose?

2013-02-24 Thread Peter Salazar
Excellent! Thank you so much! :-) On Sat, Feb 23, 2013 at 4:54 AM, Bastien b...@altern.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: What about John Hendy's suggestion of finding a face I like, and then adding ^ text... to the list of things org fontifies

Re: [O] block quotes in prose?

2013-02-16 Thread Peter Salazar
to get src code fontification applied. On Mon, Feb 11, 2013 at 10:54 AM, Bastien b...@altern.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: Now the question is: How do I make org-mode recognize the prefix as a demarcator of a code block, so that my document remains

Re: [O] block quotes in prose?

2013-02-04 Thread Peter Salazar
is: How do I make org-mode recognize the prefix as a demarcator of a code block, so that my document remains readable as Markdown? Thanks! On Wed, Jan 23, 2013 at 12:03 AM, John Hendy jw.he...@gmail.com wrote: On Tue, Jan 22, 2013 at 6:13 PM, Peter Salazar cycleofs...@gmail.com wrote: 1

Re: [O] block quotes in prose?

2013-01-23 Thread Peter Salazar
This is awesome, thank you. I'll play around with it! On Wed, Jan 23, 2013 at 7:44 AM, Bastien b...@altern.org wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: 1. What's the best way to demarcate block quotes in org-mode? (setq org-fontify-quote-and-verse-blocks t

[O] block quotes in prose?

2013-01-22 Thread Peter Salazar
1. What's the best way to demarcate block quotes in org-mode? I'd like a way to demarcate them that makes it visually clear at a glance that it's a block quote and not regular text. I would prefer not to have to put them inside #+BEGIN_QUOTE and #+END_QUOTE references, because I'd rather not have

Re: [O] exporting clock-in and clock-out times

2012-11-15 Thread Peter Salazar
n.goaz...@gmail.comwrote: Peter Salazar cycleofs...@gmail.com writes: Oh cool. How do I install the new exporter? I don't use git. You can use package.el, for example and install org-plus-contrib package (new exporter is in contrib/ directory). See: http://orgmode.org/elpa.html Regards,

Re: [O] exporting clock-in and clock-out times

2012-11-10 Thread Peter Salazar
Thanks! On Fri, Nov 9, 2012 at 5:31 AM, Giovanni Ridolfi giovanni.rido...@yahoo.itwrote: Da: Peter Salazar cycleofs...@gmail.com Inviato: Venerdì 9 Novembre 2012 10:50 Hi, Peter, I'm exporting to HTML and trying to get my clock-in and clock-out times to export as well, but it's

Re: [O] exporting clock-in and clock-out times

2012-11-10 Thread Peter Salazar
On Sat, Nov 10, 2012 at 5:33 AM, Nicolas Goaziou n.goaz...@gmail.comwrote: Peter Salazar cycleofs...@gmail.com writes: Wait, I was wrong—adding the c:t OPTION actually did not solve the problem. I forgot I had converted my clock-in and clock-out to plain text in an attempt to work around

[O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
I'm exporting to HTML and trying to get my clock-in and clock-out times to export as well, but it's not working. My org file looks like this: * foo CLOCK: [2012-11-09 Fri 03:58]--[2012-11-09 Fri 03:59] = 0:01 foo. #+OPTIONS: d:t timestamp:t --- But the clock-in and clock-out times

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
Thanks! The c:t OPTION worked like a charm! Is there a way to get clock items to display in 12-hour format? At least in the HTML export? On Fri, Nov 9, 2012 at 5:38 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Giovanni Ridolfi giovanni.rido...@yahoo.it writes: 2. Otherwise I

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
Great! And how should I specify org-time-stamp-custom-formats in order to display 12-hour times? Default is this, which displays 24-hour times: (%m/%d/%y %a . %m/%d/%y %a %H:%M) On Fri, Nov 9, 2012 at 12:04 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Peter Salazar cycleofs...@gmail.com

Re: [O] exporting clock-in and clock-out times

2012-11-09 Thread Peter Salazar
Perfect! Worked perfectly! Thank you! On Fri, Nov 9, 2012 at 12:50 PM, Nicolas Goaziou n.goaz...@gmail.comwrote: Peter Salazar cycleofs...@gmail.com writes: Great! And how should I specify org-time-stamp-custom-formats in order to display 12-hour times? Default is this, which displays

Re: [O] error in orgstruct-mode

2012-10-20 Thread Peter Salazar
-command-106(1) call-interactively(orgstruct-hijacker-command-106 nil nil) On Fri, Oct 19, 2012 at 9:13 PM, Nick Dokos nicholas.do...@hp.com wrote: Peter Salazar cycleofs...@gmail.com wrote: Thanks. I tried upgrading my version of org to 7.9.2, but then whenever I launched Aquamacs, I got

Re: [O] error in orgstruct-mode

2012-10-19 Thread Peter Salazar
item) (and orgstruct-is-++ t ...)) (org-run-like-in-org-mode (quote org-insert-heading)) (let (orgstruct-mode) (call-interactively ...))) orgstruct-hijacker-command-106(1) call-interactively(orgstruct-hijacker-command-106 nil nil) On Thu, Oct 18, 2012 at 12:52 PM, Peter Salazar cycleofs

Re: [O] error in orgstruct-mode

2012-10-19 Thread Peter Salazar
-or-marker-p, nil? On Fri, Oct 19, 2012 at 6:54 PM, Nick Dokos nicholas.do...@hp.com wrote: Peter Salazar cycleofs...@gmail.com wrote: Oops. Here's the full backtrace. Anyone have any thoughts? Help! org-maybe-renumber-ordered-list() org-insert-item() org-insert-heading(nil) call

[O] error in orgstruct-mode

2012-10-18 Thread Peter Salazar
I'm using Aquamacs in markdown-mode with orgstruct-mode turned on. When I start a numbered list: 1. foo ...at the end of that line, I want to automatically generate the next number on the list, so I hit OPTION-RETURN but instead of generating a 2. on the next line, I get this error: Debugger

Re: [O] send org subtree as e-mail?

2012-04-11 Thread Peter Salazar
Wow, that worked perfectly. Thank you! On Tue, Apr 3, 2012 at 7:09 AM, Eric Schulte eric.schu...@gmx.com wrote: Peter Salazar cycleofs...@gmail.com writes: I frequently compose e-mails as subtrees of my org files. I'd like to be able to e-mail the contents of these subtrees, maybe

[O] send org subtree as e-mail?

2012-04-03 Thread Peter Salazar
I frequently compose e-mails as subtrees of my org files. I'd like to be able to e-mail the contents of these subtrees, maybe by first viewing the subtree in an indirect buffer. My org files look like this: * e-mails ** note to person about blah To: per...@blah.com Subject: ADD

[O] include Markdown files?

2012-03-26 Thread Peter Salazar
Hey everyone, How hard would it be to add Markdown to the list of file formats supported by #+INCLUDE? Thanks, Peter

Re: [O] Sending and archiving emails with capture...

2012-03-17 Thread Peter Salazar
Awesome. How do you get it to ignore the org star header (** Email) on the first line? I'd like to be able to open existing org subtrees in an indirect buffer—ideally in mail-mode—and then mail-send the contents of the buffer. When I try this at home, I get Invalid header line. On Thu, Mar 15,

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread Peter Salazar
I thought of this too. But the problem is that when opening an indirect buffer under an org tree entry, or even opening a capture buffer, the org star heading appears at the top of the buffer. Whereas to send e-mail, at least using the mail-send command I've been using, the e-mail header

Re: [O] Sending and archiving emails with capture...

2012-03-15 Thread Peter Salazar
Amazing. I tried it and I get Heading not found on level 1: Emails I must missing a step? On Thu, Mar 15, 2012 at 5:22 PM, Jos'h Fuller Jos'h.ful...@arcproductions.com wrote: Hi! Assuming I've got everything set up correctly and this email makes it to the list, this is in response to

[O] extra whitespace on first page of LaTeX PDF

2012-03-14 Thread Peter Salazar
I'm using xelatex org-latex-to-pdf-process to convert org-mode to PDF. I wanted a page break after the Table of Contents so I modified my org-export-latex-classes and added: \\makeatletter \\g@addto@macro\\@cfttocfinish{\\clearpage} \\makeatother But now I have lots of extra whitespace on the

Re: [O] org-mode as an accountability system?

2012-03-08 Thread Peter Salazar
can use tags to restrict what is shown in the agenda before you copy/export it. -- Darlan At Sun, 4 Mar 2012 14:08:40 + (UTC), Memnon Anon gegendosenflei...@googlemail.com wrote: Hi Peter, Peter Salazar cycleofs...@gmail.com writes: My committed actions for a day consist

[O] org tables

2012-03-08 Thread Peter Salazar
Hey everyone, Is there a way to get org to wrap text within a table cell? I want to be able to enter long text entries into cells without expanding column width. Also, is there a way to merge cells—say, three cells vertically? Finally, orgtbl-mode is broken in markdown-mode. Does anyone know a

[O] org-mode as an accountability system?

2012-03-03 Thread Peter Salazar
I have an accountability partner with whom I exchange daily committed actions. Every morning, I e-mail him a list of the tasks I commit to completing that day. When I complete a task, I mark it DONE. If I don't complete a task that day, I mark it @didnotdo and manually cut and paste it to the

Re: [O] org-mode as an accountability system?

2012-03-03 Thread Peter Salazar
not do it on the day I was supposed to do it. On Sat, Mar 3, 2012 at 1:56 PM, Thorsten quintf...@googlemail.com wrote: Peter Salazar cycleofs...@gmail.com writes: Hi Peter, without claiming being an expert org-mode user, I had the following thoughts when reading your post: I have

  1   2   >