emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Garrido Xavier <garrido@lal.in2p3.fr>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: Xavier Garrido <xavier.garrido@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: Automagically send all org table
Date: Mon, 14 Jan 2013 15:07:46 +0100	[thread overview]
Message-ID: <50F41132.3090002@lal.in2p3.fr> (raw)
In-Reply-To: <87pq1750jb.fsf@gmail.com>

Thank you all,
Xavier

Le lun. 14 janv. 2013 14:58:32 CET, Jambunathan K a écrit :
> Jambunathan K <kjambunathan@gmail.com> writes:
>
>> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
>>
>>> On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote:
>>>> Hi orgmoders,
>>>>
>>>> I am looking for a simple way to SEND all org tables in a given document to
>>>> their RECEIVER counterparts. Of course, I can go through the whole document
>>>> and do `org-table-send` one-by-one but I would like to do it without opening
>>>> the document and for all tables at the same time. Is there a way ?
>>>>
>>>> Thanks for your help and advices,
>>>
>>> I do not see any other way
>>
>> There is a way
>>
>>> but writing some elisp code of your own.
>>
>> Why not have Emacs write it for you?  You dictate and Emacs will type
>> out the elisp code.
>>
>>> It should be simple to do, I think.
>>
>> Not simpler than resorting to macros.
>>
>> Here is how.  Just hints.  OP should help himself.
>
> Here is what I (or rather Emacs) came up with.  The Elisp snippet has
> control characters, so see the attachment.
>
>
>
>
> Put that in to your .emacs or C-x C-e it.
>
> Then, if you know that your file has no more than N (say 100) tables, do
>
> C-x C-f myfile.html
> C-u 100 M-x send-table RET
>
> You are done.
>
>>
>> ----------------------------------------------------------------------
>>
>> Begin macro, do stuff, end macro,
>>
>>          C-x (, do stuff, C-x )
>>
>> Execute macro
>>          C-x e
>>
>> Or provide a local, on-the-move binding and execute it.
>>          C-x C-k b
>>
>> Name the macro and store it as a command in your .emacs.
>>          C-x C-k n, M-x insert-kbd-macro
>>
>> Run the stored macro from batch script  (Hint: C-h v org-export-as-html-batch)
>>         emacs --batch --load=~/MyInitStuff.el --visit=MyFile --funcall MyNamedMacro"
>>
>> ----------------------------------------------------------------------
>>
>> For help with jumping to relevant Info portions, do
>>
>>          C-h K C-x (
>>          C-h K C-x C-k n
>>
>> (Note the CAPITAL `K' above)
>>
>> ----------------------------------------------------------------------
>
>
>

--

  |
  |__     GARRIDO Xavier       Laboratoire de l'Accélérateur Linéaire
   /\     NEMO                 Université Paris-Sud 11
  /--\    garrido@lal.in2p3.fr UMR 8607
  |       garrido@in2p3.fr     Batiment 200
  |__     +33 1.64.46.84.28    91898 Orsay Cedex, France

  reply	other threads:[~2013-01-14 15:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-14 10:25 Automagically send all org table Xavier Garrido
2013-01-14 12:24 ` Suvayu Ali
2013-01-14 13:03   ` Jambunathan K
2013-01-14 13:09     ` Suvayu Ali
2013-01-14 13:58     ` Jambunathan K
2013-01-14 14:07       ` Garrido Xavier [this message]
2013-01-14 12:56 ` Carsten Dominik
2013-01-14 13:03   ` Garrido Xavier

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=50F41132.3090002@lal.in2p3.fr \
    --to=garrido@lal.in2p3.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=kjambunathan@gmail.com \
    --cc=xavier.garrido@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).