emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: Re: Feature request: export form feed as page break
Date: Sun, 22 Oct 2023 14:55:23 +0200	[thread overview]
Message-ID: <87y1fulsuc.fsf@mat.ucm.es> (raw)
In-Reply-To: f240054f-fa22-4329-b33d-352d8900d0d8@gmail.com

[-- Attachment #1: Type: text/plain, Size: 2627 bytes --]

>>> "JK" == Jambunathan K <kjambunathan@gmail.com> writes:

> I am the original author of ox-odt.el.
> The page break feature is available as part of
> https://github.com/kjambunathan/org-mode-ox-odt

> This is a fork of the ODT exporter in Emacs Orgmode.


Hello

Since I have used this exporter for some time now, I would like to share
a few thoughts.

I am «forced» in my university to interchange docx(odt) and excel(ods)
file with my colleagues.[1]. By interchange, I really mean editing
documents. For those of you, who had a similar experience, I presume you
can feel the pain.

Now there were a couple of features I needed and which the org vanilla
exporter did not provide:

    - odt: nested tables and page breaks

    - ods: you can export org-tables to ods in org-mode (I use the
      following wrapper)

#+begin_src 
(defun org-table-export-to-spreadsheet (arg) 
  "Export org table to varios first to cvs and then via LO/OO 
to various  spreadsheet  format, the most common are `ods', `xls' and 
`xlsx'."
  (interactive "sFormat: ")
  (let* ((source-file  (file-name-sans-extension (buffer-file-name (current-buffer))))
         (csv-file (concat source-file ".csv")))
    (org-table-export csv-file "my-tbl-to-csv")
    (org-odt-convert csv-file arg)))
#+end_src

But formulas are not exported, nor can you export various tables to
different sheets.

The https://github.com/kjambunathan/org-mode-ox-odt exporter on the
other side, can:

    1. Export simple formulas such as *vsum* etc

    2. More complicated things like org-lookup-first and remote which
       are then exported as VSLOOKUP etc

    3. Export several tables in one org document to several sheets in an
       ods document.

For me, these features have speeded up my workflow considerably.

Two additional comments

    1. The exporter regularly merges the latest org versions into its
       fork, so there is no compatibility problem.

    2. The author/maintainer is very responsive to bug reports and keen
       to implement new features.

So in summary my experience has been entirely positive.

Regards

Uwe Brauer  


-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Hamas bestialic terroristic attack on Israel, especially the despicable pogroms.
I strongly condemn Putin's war of aggression against Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the NATO membership of Ukraine.
I support the EU membership of Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

  reply	other threads:[~2023-10-22 12:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21  7:42 Feature request: export form feed as page break Marvin Gülker
2023-10-21  9:19 ` Ihor Radchenko
2023-10-21 14:43   ` Max Nikulin
2023-10-22  8:54     ` Ihor Radchenko
2023-10-21 16:33   ` Marvin Gülker
2023-10-22  8:58     ` Ihor Radchenko
2023-10-21 14:26 ` Max Nikulin
2023-10-21 16:27   ` Marvin Gülker
2023-10-22  9:00   ` Ihor Radchenko
2023-10-23 10:37     ` Max Nikulin
2023-10-22  6:00 ` Jambunathan K
2023-10-22 12:55   ` Uwe Brauer [this message]
2023-10-24  6:08   ` Marvin Gülker
2024-01-07  7:23   ` Timothy
2024-01-07 12:57     ` Ihor Radchenko

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=87y1fulsuc.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /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).