Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
35af3490
Commit
35af3490
authored
Nov 18, 2005
by
Carsten Dominik
Browse files
*** empty log message ***
parent
6fd41b1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
8 deletions
+41
-8
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/orgcard.tex
etc/orgcard.tex
+8
-8
lisp/ChangeLog
lisp/ChangeLog
+21
-0
man/ChangeLog
man/ChangeLog
+8
-0
No files found.
etc/ChangeLog
View file @
35af3490
2005-11-18 Carsten Dominik <dominik@science.uva.nl>
* orgcard.tex: Version 3.20
2005-11-16 Nick Roberts <nickrob@snap.net.nz>
* images/gud/go.xpm, images/gud/go.pbm: Old gud-remove icons.
...
...
etc/orgcard.tex
View file @
35af3490
% Reference Card for Org Mode 3.
19
% Reference Card for Org Mode 3.
20
%
%**start of header
\newcount\columnsperpage
...
...
@@ -32,8 +32,8 @@
% You should have received a copy of the GNU General Public License
% along with GNU Emacs; see the file COPYING. If not, write to
% the Free Software Foundation,
51 Franklin Street, Fifth Floor
,
% Boston, MA 0211
0
-130
1
, USA.
% the Free Software Foundation,
Inc., 59 Temple Place - Suite 330
,
% Boston, MA 0211
1
-130
7
, USA.
% This file is intended to be processed by plain TeX (TeX82).
%
...
...
@@ -58,7 +58,7 @@
% Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
% for their many good ideas.
\def\orgversionnumber
{
3.
19
}
\def\orgversionnumber
{
3.
20
}
\def\year
{
2005
}
\def\shortcopyrightnotice
{
\vskip
1ex plus 2 fill
...
...
@@ -449,9 +449,9 @@ \section{Tables}
\key
{
move the current row down
}{
M-DOWN
}
\key
{
kill the current row or horizontal line
}{
M-S-UP
}
\key
{
insert new row above the current row
}{
M-S-DOWN
}
\key
{
insert horizontal line below the current row
}{
C-c -
}
\key
{
insert horizontal line above the current row
}{
C-u C-c -
}
\key
{
sort lines in region
}{
C-c
\^
{}}
{
\bf
Regions
}
...
...
@@ -462,8 +462,7 @@ \section{Tables}
{
\bf
Calculations
}
Except for the summation commands, these need the Emacs calc package
installed.
These need the Emacs calc package installed.
\key
{
set and eval column formula
}{
C-c =
}
\key
{
set and eval named-field formula
}{
C-u C-c =
}
...
...
@@ -512,8 +511,9 @@ \section{Timeline and Agenda}
\key
{
show timeline of current org file
}{
C-c C-r
}
\key
{
... include past dates
}{
C-u C-c C-r
}
\key
{
add current file to
your
agenda
}{
C-c [
}
\key
{
add
/move
current file to
front of
agenda
}{
C-c [
}
\key
{
remove current file from your agenda
}{
C-c ]
}
\key
{
cycle through agenda file list
}{
C-,
}
\key
{
compile agenda for the current week
}{
C-c a
$^
2
$}
\key
{
agenda for date at cursor
}{
C-c C-o
}
\vskip
1mm
...
...
lisp/ChangeLog
View file @
35af3490
2005-11-18 Carsten Dominik <dominik@science.uva.nl>
* textmodes/org.el: (org-table-sort-lines): New command.
(org-tbl-menu): Add entry for `org-table-sort-lines'.
(org-add-file): Command removed, use `org-agenda-file-to-front'
instead.
(org-export-icalendar): Use `org-icalendar-combined-name'.
(org-cycle-agenda-files, org-agenda-file-to-end)
(org-agenda-file-to-front): New commands.
(org-table-tab-jumps-over-hlines,org-export-html-style): New
options.
(org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
(org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
New functions.
(org-fill-paragraph): Call `org-table-align' in tables.
(org-mode): Call `org-set-autofill-regexps'.
(org-export-as-html): Support for local handformatted lists.
Modified to produce valid HTML 4.0. Use `org-export-html-style'.
(org-export-local-list-max-depth): New option.
(org-html-expand): Use `org-html-protect'.
2005-11-18 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
...
...
man/ChangeLog
View file @
35af3490
2005-11-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi: (FAQ): Document `org-table-tab-jumps-over-hlines'.
(Agenda): Document commands `org-cycle-agenda-files' and
`org-agenda-file-to-front'
(Built-in table editor): Document `org-table-sort-lines'.
(HTML formatting): Export of hand-formatted lists.
2005-11-17 Juri Linkov <juri@jurta.org>
* emacs.texi (Top):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment