Searched +refs:org +refs:table +refs:edit +refs:line +refs:up (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
108 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
146 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
158 % This next line is useful when designing the layout.
231 % typeset in a typewriter font with line breaks preserved
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org
[all...]
H A Drefcard.tex16 % Nothing else needs to be changed below this line.
59 % Internet: gildea@stop.mail-abuse.org
117 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
156 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
168 % This next line is useful when designing the layout.
238 % typeset in a typewriter font with line breaks preserved
344 \threecol{line}{C-p}{C-n}
345 \threecol{go to line beginning (or end)}{C-a}{C-e}
358 \key{scroll current line to center of screen}{C-u C-l}
366 \threecol{line (t
[all...]
H A Dpl-refcard.tex69 % Internet: gildea@stop.mail-abuse.org
129 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
161 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
172 % This next line is useful when designing the layout.
242 % typeset in a typewriter font with line breaks preserved
324 %To read in a file to edit, see Files, below.
425 %\threecol{line}{C-p}{C-n}
426 %\threecol{go to line beginning (or end)}{C-a}{C-e}
450 %\key{scroll current line to center of screen}{C-u C-l}
465 %\threecol{line (t
[all...]
H A Dgnus-refcard.tex60 \def\logoscale{0.5}% FIXME: too large for 2up printing? --rsteib
82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
188 The table below assumes that you use the default Gnus levels.
221 All these marks appear in the first column of the summary line, and so
238 C & (M C; M C-c; M H; c, Z c; Z n; Z C) Killed by {\bf catch-up}.\\
254 A & {\bf Answered} (followed-up or replied). [2]\\
263 `gnus-summary-line-format'. [3]\\
287 c & Mark all unticked articles in this group as read ({\bf catch-up}).
306 C & Mark all articles in this group as read ({\bf Catch-up}). [p/p]\\
484 RET & (A RET) Scroll this article one line forwar
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm85 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
174 my $table = $class ? $class->table : $self->table;
175 $cmap{ $alias || $table } = $class || ref $self || $self;
177 return $table . $alias;
182 my @table = split /\s+/, $joins;
183 my %tojoin = map { $table[$_] => $table[ $_ + 1 ] } 0 .. $#table
273 sub table { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm72 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
215 sub table { subroutine
216 my ($proto, $table, $alias) = @_;
218 $class->_table($table) if $table;
511 # time to clean up your room?
607 my $id = $dbh->last_insert_id(undef, undef, $self->table, undef) # std
687 $self->_croak("Need hash-ref to edit copied column values")
901 # edit the values in the hash if required.
1234 # Foo can't load Bar: Bar can't load Baz: syntax error at line
[all...]

Completed in 204 milliseconds