* Help checking orgcard.pdf @ 2017-02-05 17:03 Kyle Meyer 2017-02-05 20:19 ` Kaushal Modi 0 siblings, 1 reply; 18+ messages in thread From: Kyle Meyer @ 2017-02-05 17:03 UTC (permalink / raw) To: Org-mode [-- Attachment #1: Type: text/plain, Size: 398 bytes --] Hello, On the maint branch, doc/orgcard.tex lists the Org version as 8.2. I'd like to bump this to 9. It'd be helpful if a few people could look at a topic or two that they are familiar with and report back about whether things look up-to-date. The card on the website [*] is still stuck at 7.8.11, so I've attached one built from the maint branch. Thanks. [*] http://orgmode.org/orgcard.pdf [-- Attachment #2: orgcard.pdf --] [-- Type: application/pdf, Size: 118969 bytes --] [-- Attachment #3: Type: text/plain, Size: 10 bytes --] -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-05 17:03 Help checking orgcard.pdf Kyle Meyer @ 2017-02-05 20:19 ` Kaushal Modi 2017-02-05 20:53 ` Kyle Meyer 0 siblings, 1 reply; 18+ messages in thread From: Kaushal Modi @ 2017-02-05 20:19 UTC (permalink / raw) To: Kyle Meyer, Org-mode [-- Attachment #1.1: Type: text/plain, Size: 687 bytes --] Hi Kyle, I had few fixes in my version of orgcard.tex. I had reviewed the bindings till the Tables section last November. I have attached the patch for review. On Sun, Feb 5, 2017 at 12:05 PM Kyle Meyer <kyle@kyleam.com> wrote: > Hello, > > On the maint branch, doc/orgcard.tex lists the Org version as 8.2. I'd > like to bump this to 9. > > It'd be helpful if a few people could look at a topic or two that they > are familiar with and report back about whether things look up-to-date. > The card on the website [*] is still stuck at 7.8.11, so I've attached > one built from the maint branch. > > Thanks. > > [*] http://orgmode.org/orgcard.pdf > > > -- > Kyle > -- Kaushal Modi [-- Attachment #1.2: Type: text/html, Size: 1527 bytes --] [-- Attachment #2: 0001-Update-few-bindings-descriptions-based-on-org-9.0.4.patch --] [-- Type: application/octet-stream, Size: 2004 bytes --] From ddab68771c6f435f063b34636e17f9adeb87437e Mon Sep 17 00:00:00 2001 From: Kaushal Modi <kaushal.modi@gmail.com> Date: Sun, 5 Feb 2017 15:05:19 -0500 Subject: [PATCH] Update few bindings' descriptions based on org 9.0.4 * doc/orgcard.tex: Update descriptions for M-UP/DOWN and M-S-UP/DOWN bindings for structural editing. Removed the C-c C-q binding description in the Tables/Regions section as it sets org tags as usual, does not fill paragraph. --- doc/orgcard.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/orgcard.tex b/doc/orgcard.tex index e22d7de842..dacb0563d5 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -1,7 +1,7 @@ % Reference Card for Org Mode -\def\orgversionnumber{8.2} -\def\versionyear{2014} % latest update -\def\year{2014} % latest copyright year +\def\orgversionnumber{9.0.4} +\def\versionyear{2017} % latest update +\def\year{2017} % latest copyright year %**start of header \newcount\columnsperpage @@ -309,10 +309,11 @@ \key{turn item/line into headline}{C-c *} \key{promote/demote heading}{M-LEFT/RIGHT} \metax{promote/demote current subtree}{M-S-LEFT/RIGHT} -\metax{move subtree/list item up/down}{M-S-UP/DOWN} +\metax{move subtree/list item up/down}{M-UP/DOWN} +\metax{move the line at point up/down}{M-S-UP/DOWN} \metax{sort subtree/region/plain-list}{C-c \^{}} \metax{clone a subtree}{C-c C-x c} -\metax{copy visible text}{C-c C-x v} +\metax{copy visible parts of the region}{C-c C-x v} \metax{kill/copy subtree}{C-c C-x C-w/M-w} \metax{yank subtree}{C-c C-x C-y or C-y} \metax{narrow buffer to subtree / widen}{C-x n s/w} @@ -372,7 +373,6 @@ Outside of tables, the same keys may have other functionality. \metax{cut/copy/paste rectangular region}{C-c C-x C-w/M-w/C-y} %\key{copy rectangular region}{C-c C-x M-w} %\key{paste rectangular region}{C-c C-x C-y} -\key{fill paragraph across selected cells}{C-c C-q} {\bf Miscellaneous} -- 2.11.0 ^ permalink raw reply related [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-05 20:19 ` Kaushal Modi @ 2017-02-05 20:53 ` Kyle Meyer 2017-02-05 21:02 ` Kaushal Modi 0 siblings, 1 reply; 18+ messages in thread From: Kyle Meyer @ 2017-02-05 20:53 UTC (permalink / raw) To: Kaushal Modi, Org-mode Kaushal Modi <kaushal.modi@gmail.com> writes: > Hi Kyle, > > I had few fixes in my version of orgcard.tex. I had reviewed the bindings > till the Tables section last November. > > I have attached the patch for review. Thanks! Looks good. -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-05 20:53 ` Kyle Meyer @ 2017-02-05 21:02 ` Kaushal Modi 2017-02-05 21:20 ` Kyle Meyer 0 siblings, 1 reply; 18+ messages in thread From: Kaushal Modi @ 2017-02-05 21:02 UTC (permalink / raw) To: Kyle Meyer, emacs-org list [-- Attachment #1: Type: text/plain, Size: 538 bytes --] Thanks. Please push that for me. Can only do http push from my machine (work), external ssh is blocked. I some point, I will need to figure out a push mechanism from my phone. On Sun, Feb 5, 2017, 3:53 PM Kyle Meyer <kyle@kyleam.com> wrote: > Kaushal Modi <kaushal.modi@gmail.com> writes: > > > Hi Kyle, > > > > I had few fixes in my version of orgcard.tex. I had reviewed the bindings > > till the Tables section last November. > > > > I have attached the patch for review. > > Thanks! Looks good. > > -- > Kyle > -- Kaushal Modi [-- Attachment #2: Type: text/html, Size: 1275 bytes --] ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-05 21:02 ` Kaushal Modi @ 2017-02-05 21:20 ` Kyle Meyer 2017-02-09 2:54 ` Kyle Meyer 0 siblings, 1 reply; 18+ messages in thread From: Kyle Meyer @ 2017-02-05 21:20 UTC (permalink / raw) To: Kaushal Modi, emacs-org list Kaushal Modi <kaushal.modi@gmail.com> writes: > Thanks. Please push that for me. OK, will do. I'll wait a day or two for comments on other sections and apply your patch when I commit those changes. -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-05 21:20 ` Kyle Meyer @ 2017-02-09 2:54 ` Kyle Meyer 2017-02-09 16:21 ` David Talmage 0 siblings, 1 reply; 18+ messages in thread From: Kyle Meyer @ 2017-02-09 2:54 UTC (permalink / raw) To: Kaushal Modi, emacs-org list Kyle Meyer <kyle@kyleam.com> writes: > Kaushal Modi <kaushal.modi@gmail.com> writes: > >> Thanks. Please push that for me. > > OK, will do. I'll wait a day or two for comments on other sections and > apply your patch when I commit those changes. Pushed (4340cc78). -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 2:54 ` Kyle Meyer @ 2017-02-09 16:21 ` David Talmage 2017-02-09 17:06 ` Kyle Meyer 0 siblings, 1 reply; 18+ messages in thread From: David Talmage @ 2017-02-09 16:21 UTC (permalink / raw) To: emacs-org list [-- Attachment #1.1: Type: text/plain, Size: 659 bytes --] On Wed, Feb 8, 2017 at 9:54 PM, Kyle Meyer <kyle@kyleam.com> wrote: > Kyle Meyer <kyle@kyleam.com> writes: > > > Kaushal Modi <kaushal.modi@gmail.com> writes: > > > >> Thanks. Please push that for me. > > > > OK, will do. I'll wait a day or two for comments on other sections and > > apply your patch when I commit those changes. > > Pushed (4340cc78). There is a formatting bug in orgcard.tex. The US letter version, orgcard_letter.pdf, does not fit on the front and back of a single page as orgcard.pdf does. The Tables section should begin in the middle column of the first page instead of the right-most column. If I knew how to fix this, I would. [-- Attachment #1.2: Type: text/html, Size: 1194 bytes --] [-- Attachment #2: orgcard_letter.pdf --] [-- Type: application/pdf, Size: 119823 bytes --] ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 16:21 ` David Talmage @ 2017-02-09 17:06 ` Kyle Meyer 2017-02-09 18:02 ` Kyle Meyer 0 siblings, 1 reply; 18+ messages in thread From: Kyle Meyer @ 2017-02-09 17:06 UTC (permalink / raw) To: David Talmage, emacs-org list David Talmage <david.talmage@shoutpoint.com> writes: [...] >> Pushed (4340cc78). > > > There is a formatting bug in orgcard.tex. The US letter version, > orgcard_letter.pdf, does not fit on the front and back of a single page as > orgcard.pdf does. Thanks for catching that. It seems to be the extra line \metax{move the line at point up/down}{M-S-UP/DOWN} added in 4340cc78. I'll play around with it a bit to see if I can get things to fit. At the worst, I'll remove that line. -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 17:06 ` Kyle Meyer @ 2017-02-09 18:02 ` Kyle Meyer 2017-02-09 19:09 ` David Talmage 2017-02-09 19:33 ` Charles C. Berry 0 siblings, 2 replies; 18+ messages in thread From: Kyle Meyer @ 2017-02-09 18:02 UTC (permalink / raw) To: David Talmage, emacs-org list Kyle Meyer <kyle@kyleam.com> writes: > David Talmage <david.talmage@shoutpoint.com> writes: [...] >> There is a formatting bug in orgcard.tex. The US letter version, >> orgcard_letter.pdf, does not fit on the front and back of a single page as >> orgcard.pdf does. > > Thanks for catching that. It seems to be the extra line > > \metax{move the line at point up/down}{M-S-UP/DOWN} > > added in 4340cc78. I'll play around with it a bit to see if I can get > things to fit. At the worst, I'll remove that line. Should be fixed with fd565d6e6. There was a stale line in the "Filtering and Sparse Trees" section, and removing that made space for the new entry. -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 18:02 ` Kyle Meyer @ 2017-02-09 19:09 ` David Talmage 2017-02-09 19:33 ` Charles C. Berry 1 sibling, 0 replies; 18+ messages in thread From: David Talmage @ 2017-02-09 19:09 UTC (permalink / raw) To: emacs-org list [-- Attachment #1: Type: text/plain, Size: 732 bytes --] On Thu, Feb 9, 2017 at 1:02 PM, Kyle Meyer <kyle@kyleam.com> wrote: > Kyle Meyer <kyle@kyleam.com> writes: > > > David Talmage <david.talmage@shoutpoint.com> writes: > > [...] > > >> There is a formatting bug in orgcard.tex. The US letter version, > >> orgcard_letter.pdf, does not fit on the front and back of a single page > as > >> orgcard.pdf does. > > > > Thanks for catching that. It seems to be the extra line > > > > \metax{move the line at point up/down}{M-S-UP/DOWN} > > > > added in 4340cc78. I'll play around with it a bit to see if I can get > > things to fit. At the worst, I'll remove that line. > > Should be fixed with fd565d6e6. There was a stale line in the > ... I confirm that it is fixed. Thanks! [-- Attachment #2: Type: text/html, Size: 1386 bytes --] ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 18:02 ` Kyle Meyer 2017-02-09 19:09 ` David Talmage @ 2017-02-09 19:33 ` Charles C. Berry 2017-02-09 21:11 ` Kyle Meyer 2017-02-11 22:49 ` Kyle Meyer 1 sibling, 2 replies; 18+ messages in thread From: Charles C. Berry @ 2017-02-09 19:33 UTC (permalink / raw) To: Kyle Meyer; +Cc: emacs-org list On Thu, 9 Feb 2017, Kyle Meyer wrote: > Kyle Meyer <kyle@kyleam.com> writes: > Sorry not to be sending a patch, but I figured I should at least mention that these are not current: \key{export visible part only}{C-c C-e v} \key{insert template of export options}{C-c C-e t} Also `C-c C-e' brings up the export dispatcher menu (by default) where options to select the visible part or insert a template are revealed. So, mention of the correct incantations need not appear in the refcard. Also AFAICS, this one is not current either: \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} HTH, Chuck ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 19:33 ` Charles C. Berry @ 2017-02-09 21:11 ` Kyle Meyer 2017-02-11 22:49 ` Kyle Meyer 1 sibling, 0 replies; 18+ messages in thread From: Kyle Meyer @ 2017-02-09 21:11 UTC (permalink / raw) To: Charles C. Berry; +Cc: emacs-org list "Charles C. Berry" <ccberry@ucsd.edu> writes: > Sorry not to be sending a patch, but I figured I should at least mention > that these are not current: > > \key{export visible part only}{C-c C-e v} > \key{insert template of export options}{C-c C-e t} > > Also `C-c C-e' brings up the export dispatcher menu (by default) where > options to select the visible part or insert a template are revealed. So, > mention of the correct incantations need not appear in the refcard. > > > Also AFAICS, this one is not current either: > > \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} Thanks. I'll update these in the next couple days, grouped together with any other stale bindings/descriptions that others have spotted. -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-09 19:33 ` Charles C. Berry 2017-02-09 21:11 ` Kyle Meyer @ 2017-02-11 22:49 ` Kyle Meyer 2017-02-11 23:44 ` Charles C. Berry 2017-02-14 14:48 ` J. David Boyd 1 sibling, 2 replies; 18+ messages in thread From: Kyle Meyer @ 2017-02-11 22:49 UTC (permalink / raw) To: Charles C. Berry; +Cc: emacs-org list "Charles C. Berry" <ccberry@ucsd.edu> writes: > Sorry not to be sending a patch, but I figured I should at least mention > that these are not current: > > > \key{export visible part only}{C-c C-e v} > \key{insert template of export options}{C-c C-e t} With e50cd98f9, I've update these, as well as added keys for other options listed in (info "(org)The Export Dispatcher"). > Also `C-c C-e' brings up the export dispatcher menu (by default) where > options to select the visible part or insert a template are revealed. So, > mention of the correct incantations need not appear in the refcard. True, but because there's space on the page and because commands for the agenda dispatch are mentioned, I chose to leave them (well, actually add more). > Also AFAICS, this one is not current either: > > \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} Hmm, C-c C-x \ is bound to org-toggle-pretty-entities, so the binding is correct. Is the description no longer accurate? -- Kyle ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-11 22:49 ` Kyle Meyer @ 2017-02-11 23:44 ` Charles C. Berry 2017-02-14 14:48 ` J. David Boyd 1 sibling, 0 replies; 18+ messages in thread From: Charles C. Berry @ 2017-02-11 23:44 UTC (permalink / raw) To: Kyle Meyer; +Cc: emacs-org list On Sat, 11 Feb 2017, Kyle Meyer wrote: > "Charles C. Berry" <ccberry@ucsd.edu> writes: > [snip] > >> Also AFAICS, this one is not current either: >> >> \key{toggle pretty display of scripts, entities}{C-c C-x {\tt\char`\\}} > > Hmm, C-c C-x \ is bound to org-toggle-pretty-entities, so the binding is > correct. Is the description no longer accurate? > My bad. I *misread* the TeX as rendering =C-c C-x `=. Sorry. The rest of that section looks good now. Chuck ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-11 22:49 ` Kyle Meyer 2017-02-11 23:44 ` Charles C. Berry @ 2017-02-14 14:48 ` J. David Boyd 2017-02-14 16:30 ` Nick Dokos 1 sibling, 1 reply; 18+ messages in thread From: J. David Boyd @ 2017-02-14 14:48 UTC (permalink / raw) To: emacs-orgmode I'm not sure what got changed, but now when I compile and print the orgcard, I get a left margin that is too big, and text is pushed off the card to the right. Any idea where to set margins in tex files? Or is that something I should never have to deal with? It was printing fine in prior version, back when it said (for version 8.2) on the card... ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-14 14:48 ` J. David Boyd @ 2017-02-14 16:30 ` Nick Dokos 2017-02-14 17:38 ` J. David Boyd 0 siblings, 1 reply; 18+ messages in thread From: Nick Dokos @ 2017-02-14 16:30 UTC (permalink / raw) To: emacs-orgmode dboyd2@mmm.com (J. David Boyd) writes: > I'm not sure what got changed, but now when I compile and print the orgcard, I > get a left margin that is too big, and text is pushed off the card to the > right. > > Any idea where to set margins in tex files? Or is that something I should > never have to deal with? It was printing fine in prior version, back when it > said (for version 8.2) on the card... > You should not have to deal with margins, but With a fairly recent org (Org mode version 9.0.5 (release_9.0.5-260-geb59c7 @ /home/nick/elisp/org-mode/lisp/)), I don't see a problem. I did make card and the resulting PDFs (both orgcard.pdf and orgcard_letter.pdf) look fine in xpdf and evince. -- Nick ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-14 16:30 ` Nick Dokos @ 2017-02-14 17:38 ` J. David Boyd 2017-02-14 20:06 ` Nick Dokos 0 siblings, 1 reply; 18+ messages in thread From: J. David Boyd @ 2017-02-14 17:38 UTC (permalink / raw) To: emacs-orgmode Thanks very much. orgcard_letter printed just fine. I didn't even know that was there. Perhaps it is new? Anyway, orgcard still too far to right, but orgcard_letter is perfect, and since letter sized is what I'm printing on, I'm happy. Thanks for the info, made my day! Dave ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: Help checking orgcard.pdf 2017-02-14 17:38 ` J. David Boyd @ 2017-02-14 20:06 ` Nick Dokos 0 siblings, 0 replies; 18+ messages in thread From: Nick Dokos @ 2017-02-14 20:06 UTC (permalink / raw) To: emacs-orgmode dboyd2@mmm.com (J. David Boyd) writes: > Thanks very much. orgcard_letter printed just fine. I didn't even know that > was there. Perhaps it is new? Anyway, orgcard still too far to right, but > orgcard_letter is perfect, and since letter sized is what I'm printing on, I'm > happy. > orgcard.pdf is for A4 paper. > Thanks for the info, made my day! > Glad it helped! -- Nick ^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2017-02-14 20:06 UTC | newest] Thread overview: 18+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-02-05 17:03 Help checking orgcard.pdf Kyle Meyer 2017-02-05 20:19 ` Kaushal Modi 2017-02-05 20:53 ` Kyle Meyer 2017-02-05 21:02 ` Kaushal Modi 2017-02-05 21:20 ` Kyle Meyer 2017-02-09 2:54 ` Kyle Meyer 2017-02-09 16:21 ` David Talmage 2017-02-09 17:06 ` Kyle Meyer 2017-02-09 18:02 ` Kyle Meyer 2017-02-09 19:09 ` David Talmage 2017-02-09 19:33 ` Charles C. Berry 2017-02-09 21:11 ` Kyle Meyer 2017-02-11 22:49 ` Kyle Meyer 2017-02-11 23:44 ` Charles C. Berry 2017-02-14 14:48 ` J. David Boyd 2017-02-14 16:30 ` Nick Dokos 2017-02-14 17:38 ` J. David Boyd 2017-02-14 20:06 ` Nick Dokos
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).