From: John Hendy <jw.hendy@gmail.com>
To: Samuel Wales <samologist@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: HTML export and blogging to blogger.com
Date: Thu, 11 Nov 2010 17:40:23 -0600 [thread overview]
Message-ID: <AANLkTimic=dCwDzadOX3TmNUTcDZ93nNGriktUo6n-jp@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinWiZ1w5GWnASsB6YS8sxitGO2+mU-ZAnUmLOZT@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 2926 bytes --]
On Thu, Nov 11, 2010 at 5:18 PM, Samuel Wales <samologist@gmail.com> wrote:
> Hi John,
>
> On 2010-11-11, John Hendy <jw.hendy@gmail.com> wrote:
> > #+options: author:nil email:nil
>
>
That should be in your actual .org file. See below.
> I presume that this is the same as what I tried in elisp. That did not
> work.
>
> Thanks for your detail of your publishing routine. That helps me know
> what the state of the art is.
>
> It looks like org can't yet export to whatever it is that Blogger
> requires. So I will just paste in plain text and forget about
> formatting and emphasis for now. I am limited in typing so doing that
> by hand is beyond what I can do.
>
>
Your call. I really don't endure much with this. Also, see below as your
comment actually refreshed my mind about how easy this really is.
> > - C-c C-e R to export the region
>
> A documentation note: the manual has me confused about these:
>
> ===
> C-c C-e H
> Export to a temporary buffer, do not create a file.
> C-c C-e R
> Export the active region to a temporary buffer. With a
> prefix argument, do not produce the file header and
> footer, but just the plain HTML section for the region.
> This is good for cut-and-paste operations.
> ===
>
> I expected the former to detect an active region. Also it wasn't
> clear at first that it operated on the whole file instead of a
> subtree. I expected something like "subtree unless prefix arg or
> active region" for a single command.
>
>
Yes! I didn't remember this. The "prefix argument" is C-u (in case you did
not know that... I had no idea when I first saw that). This works
fantastically. *That's* how I was doing it when I was really in the groove.
So, here's my updated method:
- Write some stuff
- Select it (move to beginning of what you want, C-space, move to end of
what you want)
- C-u C-c C-e R to export that region with no preamble to a separate buffer
- C-x C-w export.txt
- to terminal: perl -pi -e ' s/\R/ /g; s/\<p\>//g; s/\<\/p\>/\n\n/g;'
export.txt
- back to emacs: C-x C-f export.txt; type "yes"
- M-< to go to front of buffer, C-space, M-> to go to end, M-w to copy
- Paste into basic blogger edit box
- Done
Re. the first part... just take this and save it as an org file in an emacs
buffer.
-------
#+AUTHOR: Samuel Wales
#+OPTIONS: toc:nil *:t tags:nil author:nil email:nil
* Heading 1
** Sub Heading 1
Start. Here is some text that I am writing to test exporting. Here is some
text that I am writing to test exporting. Here is some text that I am
writing to test exporting. Here is some text that I am writing to test
exporting. Here is some text that I am writing to test exporting. Here
is some text that I am writing to test exporting. Here is some text
that I am writing to test exporting. End.
--------------
Then do the above with the blob from: "Start. Here is..." ---> "...to test
exporting. End."
John
Thanks.
>
>
> Samuel
>
[-- Attachment #1.2: Type: text/html, Size: 7052 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-11-11 23:40 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-11 22:05 HTML export and blogging to blogger.com Samuel Wales
2010-11-11 22:50 ` Nick Dokos
2010-11-11 23:06 ` Samuel Wales
2010-11-12 3:45 ` Nick Dokos
2010-11-11 23:07 ` John Hendy
2010-11-11 23:18 ` Samuel Wales
2010-11-11 23:40 ` John Hendy [this message]
2010-11-12 2:25 ` Samuel Wales
2010-11-12 10:47 ` Eric S Fraga
2010-11-12 19:32 ` Samuel Wales
2010-11-14 1:25 ` Samuel Wales
2010-11-14 2:26 ` John Hendy
2010-11-14 2:54 ` Samuel Wales
2010-11-16 3:01 ` Samuel Wales
2010-11-16 9:50 ` Giovanni Ridolfi
2010-11-16 18:26 ` Samuel Wales
2010-11-16 23:17 ` Samuel Wales
2010-11-16 23:32 ` John Hendy
2010-11-17 0:13 ` Samuel Wales
2010-11-17 0:17 ` Samuel Wales
2010-11-17 4:34 ` John Hendy
2010-11-17 4:45 ` John Hendy
2010-11-17 9:09 ` Eric S Fraga
2010-11-17 16:36 ` John Hendy
2010-11-17 16:46 ` Eric S Fraga
2010-11-24 1:59 ` Samuel Wales
2010-11-24 9:09 ` Eric S Fraga
2010-11-24 2:03 ` Samuel Wales
2010-11-17 11:47 ` Christian Moe
2010-11-17 12:28 ` Add a hook with #+BIND? Christian Moe
2010-11-18 5:44 ` Re: HTML export and blogging to blogger.com John Hendy
2010-11-17 3:46 ` Nick Dokos
2010-11-17 4:18 ` John Hendy
2010-11-17 5:17 ` Nick Dokos
2010-11-17 5:52 ` Samuel Wales
2010-11-17 6:09 ` Nick Dokos
2010-11-24 2:00 ` Samuel Wales
2010-11-17 10:17 ` Tim Burt
2010-11-24 1:58 ` Samuel Wales
-- strict thread matches above, loose matches on Subject: below --
2012-05-29 17:24 Annoying behavior of RET after a timestamp Nick Dokos
2012-05-29 17:46 ` Nick Dokos
2012-05-29 17:54 ` Samuel Wales
2012-05-29 18:43 ` Nick Dokos
2012-05-29 18:57 ` Samuel Wales
2012-05-29 19:04 ` suvayu ali
2012-05-29 19:15 ` Nick Dokos
2012-05-29 19:21 ` Nick Dokos
2012-05-29 19:26 ` Nick Dokos
2012-05-29 20:05 ` Samuel Wales
2012-05-31 12:43 ` Matt Lundin
2012-06-01 13:57 ` Bastien
2012-06-01 13:55 ` Bastien
2012-06-01 15:41 ` Nick Dokos
2009-06-11 11:58 tea-time? henry atting
2009-06-11 12:34 ` tea-time? Sebastian Rose
2009-07-17 3:56 ` tea-time? Samuel Wales
2009-07-17 7:24 ` tea-time? Bastien
2009-07-25 19:49 ` tea-time? Samuel Wales
2009-07-25 22:20 ` tea-time? Bastien
2009-07-26 0:14 ` tea-time? Samuel Wales
2009-07-26 19:04 ` tea-time? Bastien
2009-07-29 17:30 ` tea-time? Samuel Wales
2009-07-29 17:31 ` tea-time? Samuel Wales
2009-07-29 17:41 ` tea-time? Bastien
2009-07-29 17:54 ` tea-time? Samuel Wales
2009-07-29 18:41 ` tea-time? Bastien
2009-07-29 19:06 ` tea-time? Bastien
2009-07-29 21:45 ` tea-time? Samuel Wales
2009-07-29 22:29 ` tea-time? Nick Dokos
2009-07-30 5:18 ` tea-time? Bastien
2009-07-30 10:56 ` tea-time? Eric S Fraga
2009-07-30 12:34 ` tea-time? Richard Riley
2009-07-30 5:48 ` tea-time? Bastien
[not found] ` <samologist@gmail.com>
2012-08-28 1:11 ` How to make kill-sexp work as in the rest of Emacs? Samuel Wales
2012-08-28 3:43 ` Nick Dokos
2012-08-28 4:08 ` Samuel Wales
2012-08-28 5:30 ` Nick Dokos
2012-08-28 5:33 ` Samuel Wales
2012-08-30 5:04 ` Bastien
2009-07-17 12:46 ` tea-time? Bernt Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTimic=dCwDzadOX3TmNUTcDZ93nNGriktUo6n-jp@mail.gmail.com' \
--to=jw.hendy@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=samologist@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).