all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: "José Miguel García Urrutia" <josemgu91@gmail.com>
Cc: Bastien Guerry <bzg@gnu.org>,
	64578@debbugs.gnu.org, Ihor Radchenko <yantar92@posteo.net>
Subject: bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych.
Date: Mon, 04 Dec 2023 23:00:39 -0500	[thread overview]
Message-ID: <87wmttti1k.fsf@kyleam.com> (raw)
In-Reply-To: <CAGQFwfifY_rNYLBwNz0prQVE2YHiekciAVp6JHTtHi0ZwoGKEw@mail.gmail.com>

José Miguel García Urrutia writes:

> Also, what's the difference between the org-cards in the Emacs (
> https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/refcards/orgcard.tex)
> and Org Mode (
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/doc/orgcard.tex)
> repositories? Seems that the Emacs one is more up to date and that the Org
> Mode one is missing some variables (e.g. orgversionnumber).

Here is the difference between the two cards, as of the last sync:

  # in Org repo
  $ git diff release_9.6.11..origin/emacs-sync -- doc/orgcard.tex
  diff --git a/doc/orgcard.tex b/doc/orgcard.tex
  index 13e8b8d7a..4b73a544e 100644
  --- a/doc/orgcard.tex
  +++ b/doc/orgcard.tex
  @@ -1,5 +1,7 @@
   % Reference Card for Org Mode
  -\input org-version.tex
  +\def\orgversionnumber{9.6.11}
  +\def\versionyear{2023}          % latest update
  +\input emacsver.tex
   
   %**start of header
   \newcount\columnsperpage
  @@ -77,6 +79,9 @@
   \centerline{Released under the terms of the GNU General Public License}
   \centerline{version 3 or later.}
   
  +\centerline{For more Emacs documentation, and the \TeX{} source for this card, see}
  +\centerline{the Emacs distribution, or {\tt https://www.gnu.org/software/emacs}}
  +
   \endgroup}
   
   % make \bye not \outer so that the \def\bye in the \else clause below

So there are some adjustments for the Emacs tree (e.g., don't depend on
Org's generated org-version.tex and include Emacs's generated
etc/refcards/emacsver.tex).

> Do you want me to update both?

You can just update the card on Org's side; the changes will be
propagated.





  reply	other threads:[~2023-12-05  4:00 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-12  4:25 bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych José Miguel García Urrutia
2023-07-13 10:51 ` Ihor Radchenko
2023-07-13 14:17   ` José Miguel García Urrutia
2023-09-15  8:50   ` Ihor Radchenko
2023-11-15  9:26     ` Ihor Radchenko
2023-11-19 20:10       ` Bastien Guerry
2023-11-19 20:20         ` José Miguel García Urrutia
2023-12-04 12:51           ` Ihor Radchenko
2023-12-04 17:58             ` José Miguel García Urrutia
2023-12-04 18:17               ` José Miguel García Urrutia
2023-12-05  4:00                 ` Kyle Meyer [this message]
2023-12-05 12:37                   ` Syncing orgcard.tex with upstream Emacs (was: bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych.) Ihor Radchenko
2023-12-06  1:44                     ` Kyle Meyer
2023-12-06 14:13                       ` Ihor Radchenko
2023-12-07  4:53                         ` Kyle Meyer
2023-12-07 10:42                           ` Ihor Radchenko
2023-12-08  3:14                             ` Kyle Meyer
2023-12-05 12:34               ` bug#64578: orgcard.tex fixes to allow PDF rendering to be used as a triptych Ihor Radchenko
2024-01-17 11:47                 ` 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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wmttti1k.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=64578@debbugs.gnu.org \
    --cc=bzg@gnu.org \
    --cc=josemgu91@gmail.com \
    --cc=yantar92@posteo.net \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.