* text scale for org files @ 2021-05-01 12:34 michael-franzese 2021-05-01 12:59 ` Jean Louis 2021-05-01 13:01 ` Eli Zaretskii 0 siblings, 2 replies; 9+ messages in thread From: michael-franzese @ 2021-05-01 12:34 UTC (permalink / raw) To: Help Gnu Emacs Have been trying to change the text scale when using an org-file. However, the "text-scale-decrease" is not functioning. (global-set-key (kbd "C-,") 'text-scale-decrease) (global-set-key (kbd "C-.") 'text-scale-increase) ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 12:34 text scale for org files michael-franzese @ 2021-05-01 12:59 ` Jean Louis 2021-05-01 18:37 ` michael-franzese ` (2 more replies) 2021-05-01 13:01 ` Eli Zaretskii 1 sibling, 3 replies; 9+ messages in thread From: Jean Louis @ 2021-05-01 12:59 UTC (permalink / raw) To: michael-franzese; +Cc: Help Gnu Emacs * michael-franzese@gmx.com <michael-franzese@gmx.com> [2021-05-01 15:35]: > Have been trying to change the text scale when using an > org-file. However, the "text-scale-decrease" is not > functioning. > > (global-set-key (kbd "C-,") 'text-scale-decrease) > (global-set-key (kbd "C-.") 'text-scale-increase) In my emacs -Q from development it works in Org, decreases the text size. Also C-x = increases and C-x - decreases. You have maybe different version where it does not work, which one? -- Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns Sign an open letter in support of Richard M. Stallman https://stallmansupport.org/ https://rms-support-letter.github.io/ ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 12:59 ` Jean Louis @ 2021-05-01 18:37 ` michael-franzese 2021-05-01 18:41 ` michael-franzese 2021-05-01 18:44 ` michael-franzese 2 siblings, 0 replies; 9+ messages in thread From: michael-franzese @ 2021-05-01 18:37 UTC (permalink / raw) To: Jean Louis; +Cc: Help Gnu Emacs I am using Emacs 25.2.2. > Sent: Sunday, May 02, 2021 at 12:59 AM > From: "Jean Louis" <bugs@gnu.support> > To: michael-franzese@gmx.com > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > Subject: Re: text scale for org files > > * michael-franzese@gmx.com <michael-franzese@gmx.com> [2021-05-01 15:35]: > > Have been trying to change the text scale when using an > > org-file. However, the "text-scale-decrease" is not > > functioning. > > > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > (global-set-key (kbd "C-.") 'text-scale-increase) > > > In my emacs -Q from development it works in Org, decreases the text > size. > > Also C-x = increases and C-x - decreases. > > You have maybe different version where it does not work, which one? > > -- > Jean > > Take action in Free Software Foundation campaigns: > https://www.fsf.org/campaigns > > Sign an open letter in support of Richard M. Stallman > https://stallmansupport.org/ > https://rms-support-letter.github.io/ > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 12:59 ` Jean Louis 2021-05-01 18:37 ` michael-franzese @ 2021-05-01 18:41 ` michael-franzese 2021-05-01 18:44 ` michael-franzese 2 siblings, 0 replies; 9+ messages in thread From: michael-franzese @ 2021-05-01 18:41 UTC (permalink / raw) To: Jean Louis; +Cc: Help Gnu Emacs > Sent: Sunday, May 02, 2021 at 12:59 AM > From: "Jean Louis" <bugs@gnu.support> > To: michael-franzese@gmx.com > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > Subject: Re: text scale for org files > > * michael-franzese@gmx.com <michael-franzese@gmx.com> [2021-05-01 15:35]: > > Have been trying to change the text scale when using an > > org-file. However, the "text-scale-decrease" is not > > functioning. > > > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > (global-set-key (kbd "C-.") 'text-scale-increase) > > In my emacs -Q from development it works in Org, decreases the text > size. > > Also C-x = increases and C-x - decreases. > > You have maybe different version where it does not work, which one? You are right, I have tried "emacs -Q" with "C-x =" and "C-x -" with no problem. Must be something with my init file. > -- > Jean > > Take action in Free Software Foundation campaigns: > https://www.fsf.org/campaigns > > Sign an open letter in support of Richard M. Stallman > https://stallmansupport.org/ > https://rms-support-letter.github.io/ > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 12:59 ` Jean Louis 2021-05-01 18:37 ` michael-franzese 2021-05-01 18:41 ` michael-franzese @ 2021-05-01 18:44 ` michael-franzese 2021-05-01 19:28 ` michael-franzese 2 siblings, 1 reply; 9+ messages in thread From: michael-franzese @ 2021-05-01 18:44 UTC (permalink / raw) To: Jean Louis; +Cc: Help Gnu Emacs Increasing the height works when using (global-set-key (kbd "C-.") 'text-scale-increase) but when using (global-set-key (kbd "C-,") 'text-scale-decrease) I am getting Wrong type argument: arrayp, nil > Sent: Sunday, May 02, 2021 at 12:59 AM > From: "Jean Louis" <bugs@gnu.support> > To: michael-franzese@gmx.com > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > Subject: Re: text scale for org files > > * michael-franzese@gmx.com <michael-franzese@gmx.com> [2021-05-01 15:35]: > > Have been trying to change the text scale when using an > > org-file. However, the "text-scale-decrease" is not > > functioning. > > > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > (global-set-key (kbd "C-.") 'text-scale-increase) > > > In my emacs -Q from development it works in Org, decreases the text > size. > > Also C-x = increases and C-x - decreases. > > You have maybe different version where it does not work, which one? > > -- > Jean > > Take action in Free Software Foundation campaigns: > https://www.fsf.org/campaigns > > Sign an open letter in support of Richard M. Stallman > https://stallmansupport.org/ > https://rms-support-letter.github.io/ > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 18:44 ` michael-franzese @ 2021-05-01 19:28 ` michael-franzese 2021-05-01 19:33 ` Eli Zaretskii 2021-05-01 19:58 ` Christopher Dimech 0 siblings, 2 replies; 9+ messages in thread From: michael-franzese @ 2021-05-01 19:28 UTC (permalink / raw) To: michael-franzese; +Cc: Help Gnu Emacs, Jean Louis Have now seen that "C-x =" and "C-x -" are working, except for the following keybinding (global-set-key (kbd "C-,") 'text-scale-decrease) The problem seems to be derived from the following error. org-cycle-agenda-files: Wrong type argument: arrayp, nil [54 times] > Sent: Sunday, May 02, 2021 at 6:44 AM > From: michael-franzese@gmx.com > To: "Jean Louis" <bugs@gnu.support> > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > Subject: Re: text scale for org files > > Increasing the height works when using > > (global-set-key (kbd "C-.") 'text-scale-increase) > > but when using > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > I am getting > > Wrong type argument: arrayp, nil > > > > > Sent: Sunday, May 02, 2021 at 12:59 AM > > From: "Jean Louis" <bugs@gnu.support> > > To: michael-franzese@gmx.com > > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > > Subject: Re: text scale for org files > > > > * michael-franzese@gmx.com <michael-franzese@gmx.com> [2021-05-01 15:35]: > > > Have been trying to change the text scale when using an > > > org-file. However, the "text-scale-decrease" is not > > > functioning. > > > > > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > > (global-set-key (kbd "C-.") 'text-scale-increase) > > > > > > In my emacs -Q from development it works in Org, decreases the text > > size. > > > > Also C-x = increases and C-x - decreases. > > > > You have maybe different version where it does not work, which one? > > > > -- > > Jean > > > > Take action in Free Software Foundation campaigns: > > https://www.fsf.org/campaigns > > > > Sign an open letter in support of Richard M. Stallman > > https://stallmansupport.org/ > > https://rms-support-letter.github.io/ > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 19:28 ` michael-franzese @ 2021-05-01 19:33 ` Eli Zaretskii 2021-05-01 19:58 ` Christopher Dimech 1 sibling, 0 replies; 9+ messages in thread From: Eli Zaretskii @ 2021-05-01 19:33 UTC (permalink / raw) To: help-gnu-emacs > From: michael-franzese@gmx.com > Date: Sat, 1 May 2021 21:28:52 +0200 > Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>, Jean Louis <bugs@gnu.support> > > > Have now seen that "C-x =" and "C-x -" are working, except for the > following keybinding > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > The problem seems to be derived from the following error. > > org-cycle-agenda-files: Wrong type argument: arrayp, nil [54 times] What does the below tell you? C-h c C-, ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 19:28 ` michael-franzese 2021-05-01 19:33 ` Eli Zaretskii @ 2021-05-01 19:58 ` Christopher Dimech 1 sibling, 0 replies; 9+ messages in thread From: Christopher Dimech @ 2021-05-01 19:58 UTC (permalink / raw) To: michael-franzese; +Cc: Help Gnu Emacs, Jean Louis Have looked into this. Your problem stems from the fact that tho command "(org-cycle-agenda-files)" in already keybinded to C-' See https://orgmode.org/manual/Agenda-Files.html C-' C-, (org-cycle-agenda-files) Cycle through agenda file list, visiting one file after the other. One solution is to first unset C-, Then you can use C-' for executing (org-cycle-agenda-files) > Sent: Sunday, May 02, 2021 at 7:28 AM > From: michael-franzese@gmx.com > To: michael-franzese@gmx.com > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>, "Jean Louis" <bugs@gnu.support> > Subject: Re: text scale for org files > > > Have now seen that "C-x =" and "C-x -" are working, except for the > following keybinding > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > The problem seems to be derived from the following error. > > org-cycle-agenda-files: Wrong type argument: arrayp, nil [54 times] > > > > > > Sent: Sunday, May 02, 2021 at 6:44 AM > > From: michael-franzese@gmx.com > > To: "Jean Louis" <bugs@gnu.support> > > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > > Subject: Re: text scale for org files > > > > Increasing the height works when using > > > > (global-set-key (kbd "C-.") 'text-scale-increase) > > > > but when using > > > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > > > I am getting > > > > Wrong type argument: arrayp, nil > > > > > > > > > Sent: Sunday, May 02, 2021 at 12:59 AM > > > From: "Jean Louis" <bugs@gnu.support> > > > To: michael-franzese@gmx.com > > > Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org> > > > Subject: Re: text scale for org files > > > > > > * michael-franzese@gmx.com <michael-franzese@gmx.com> [2021-05-01 15:35]: > > > > Have been trying to change the text scale when using an > > > > org-file. However, the "text-scale-decrease" is not > > > > functioning. > > > > > > > > (global-set-key (kbd "C-,") 'text-scale-decrease) > > > > (global-set-key (kbd "C-.") 'text-scale-increase) > > > > > > > > > In my emacs -Q from development it works in Org, decreases the text > > > size. > > > > > > Also C-x = increases and C-x - decreases. > > > > > > You have maybe different version where it does not work, which one? > > > > > > -- > > > Jean > > > > > > Take action in Free Software Foundation campaigns: > > > https://www.fsf.org/campaigns > > > > > > Sign an open letter in support of Richard M. Stallman > > > https://stallmansupport.org/ > > > https://rms-support-letter.github.io/ > > > > > > > > > > > > --------------------- Christopher Dimech General Administrator - Naiad Informatics - GNU Project (Geocomputation) - Geophysical Simulation - Geological Subsurface Mapping - Disaster Preparedness and Mitigation - Natural Resource Exploration and Production - Free Software Advocacy ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: text scale for org files 2021-05-01 12:34 text scale for org files michael-franzese 2021-05-01 12:59 ` Jean Louis @ 2021-05-01 13:01 ` Eli Zaretskii 1 sibling, 0 replies; 9+ messages in thread From: Eli Zaretskii @ 2021-05-01 13:01 UTC (permalink / raw) To: help-gnu-emacs > From: michael-franzese@gmx.com > Date: Sat, 1 May 2021 14:34:17 +0200 > Sensitivity: Normal > > Have been trying to change the text scale when using an > org-file. However, the "text-scale-decrease" is not > functioning. "Not functioning" in what sense? ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-05-01 19:58 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-05-01 12:34 text scale for org files michael-franzese 2021-05-01 12:59 ` Jean Louis 2021-05-01 18:37 ` michael-franzese 2021-05-01 18:41 ` michael-franzese 2021-05-01 18:44 ` michael-franzese 2021-05-01 19:28 ` michael-franzese 2021-05-01 19:33 ` Eli Zaretskii 2021-05-01 19:58 ` Christopher Dimech 2021-05-01 13:01 ` Eli Zaretskii
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).