view doc/lispintro/drawers.eps @ 99139:8fa7ef477c04

2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-format-agenda-item) (org-agenda-filter-make-matcher): Make sure tags are stored and compared donwcased. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org.el (org-insert-todo-heading): Fix bug with force-heading argument. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-as-ascii): Handle the case that we are bulishing from an indirect buffer. * org-table.el (org-table-copy-down): Fix bug with time stamp increment. * org-mouse.el (org-mouse-features): New option. (org-mode-hook): Turn on features depending on `org-mouse-features'. * org.el (org-insert-heading-respect-content): Force heading creation. (org-insert-heading): keep the folding state of the heading before the inserted one. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-archive.el (org-archive-to-archive-sibling): Handle top level headlines better. 2008-10-26 Bastien Guerry <bzg@altern.org> * org-export-latex.el (org-export-latex-classes): Added \usepackage{graphicx} to the default list of packages. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-filter): Renamed from `org-agenda-filter-tags'. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org.el (org-entry-properties): Add CATEGORY property, iven if it is not defined as a property in this entry. (org-add-log-note): Mask prefix argument when immediately storing the note. * org-agenda.el (org-agenda-filter-effort-default-operator): New option. 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc> * org.el (org-add-log-setup): Bugfix; code to find insertion point after drawers was skipping ahead one line too many, so notes were inserted after the first note instead of before it. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form): New variables. (org-prepare-agenda): Reset the filter tags. (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all): Show filter tags in mode line. * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the formatter. * org-export-latex.el (org-latex-entities-regexp): New constant. (org-export-as-pdf): Use two calls to `shell-command'. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-latex-treat-sub-super-char): Honor the {} value of the subsuperscript setting. Make sure that longer subsuperscripts are typeset in a roman font. * org.el (org-clock-update-time-maybe): Compute negative clock intervals correctly. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org.el (org-add-log-setup): Respect `org-log-state-notes-insert-after-drawers'. (org-log-state-notes-insert-after-drawers): New option. (org-todo-trigger-tag-changes): New function. (org-todo): Call `org-todo-trigger-tag-changes'. 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc> * org.el (org-add-log-setup): Only skip drawers if the are immediately after the scheduling keywords. * org-clock.el (org-clock-in-switch-to-state): Allow this to be a function (org-clock-in): If `org-clock-in-switch-to-state' is a function, call it with the current todo state to get the state to switch to when clocking in. (org-clock-in): Use org-indent-line-function to indent clock lines. (org-clock-find-position): Fix indentation of empty clock drawers. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-publish.el (org-publish-org-to): Handle case when org-export-to-pdf does return a file name, not a buffer. (org-publish-org-to-pdf): New function. * org-export-latex.el (org-export-as-pdf) (org-export-as-pdf-and-open): New commands. * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS forms as ranges. * org-export-latex.el (org-export-latex-lists): Ignore lists-like things in protexted regions. 2008-10-26 Carsten Dominik <dominik@science.uva.nl> * org-export-latex.el (org-export-latex-preprocess): Improve quoting of LaTeX environments.
author Carsten Dominik <dominik@science.uva.nl>
date Sat, 25 Oct 2008 21:32:46 +0000
parents 38ec81da0a8b
children cb5d2387102c
line wrap: on
line source

%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 34 577 324 778
%%Title: chest-of-drawers-diagram-new
%%CreationDate: Fri Sep 14 17:40:57 2001
%%Creator: Tgif-4.1.35 by William Chia-Wei Cheng (william@cs.UCLA.edu)
%%ProducedBy: (unknown)
%%Pages: 1
%%DocumentFonts: (atend)
%%EndComments
%%BeginProlog

% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
%   Free Software Foundation, Inc.
%
% This file is part of GNU Emacs.
%
% GNU Emacs is free software: you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation, either version 3 of the License, or
% (at your option) any later version.
%
% GNU Emacs is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY; without even the implied warranty of
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
% GNU General Public License for more details.
%
% You should have received a copy of the GNU General Public License
% along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.

/tgifdict 53 dict def
tgifdict begin

/tgifellipsedict 6 dict def
tgifellipsedict /mtrx matrix put

/TGEL % tgifellipse
 { tgifellipsedict begin
      /yrad exch def
      /xrad exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      xrad yrad scale
      0 0 1 0 360 arc
      savematrix setmatrix
   end
 } def

/TGMAX
 { exch dup 3 1 roll exch dup 3 1 roll gt { pop } { exch pop } ifelse
 } def
/TGMIN
 { exch dup 3 1 roll exch dup 3 1 roll lt { pop } { exch pop } ifelse
 } def
/TGSW { stringwidth pop } def

/bd { bind def } bind def

/GS { gsave } bd
/GR { grestore } bd
/NP { newpath } bd
/CP { closepath } bd
/CHP { charpath } bd
/CT { curveto } bd
/L { lineto } bd
/RL { rlineto } bd
/M { moveto } bd
/RM { rmoveto } bd
/S { stroke } bd
/F { fill } bd
/TR { translate } bd
/RO { rotate } bd
/SC { scale } bd
/MU { mul } bd
/DI { div } bd
/DU { dup } bd
/NE { neg } bd
/AD { add } bd
/SU { sub } bd
/PO { pop } bd
/EX { exch } bd
/CO { concat } bd
/CL { clip } bd
/EC { eoclip } bd
/EF { eofill } bd
/IM { image } bd
/IMM { imagemask } bd
/ARY { array } bd
/SG { setgray } bd
/RG { setrgbcolor } bd
/SD { setdash } bd
/W { setlinewidth } bd
/SM { setmiterlimit } bd
/SLC { setlinecap } bd
/SLJ { setlinejoin } bd
/SH { show } bd
/FF { findfont } bd
/MS { makefont setfont } bd
/AR { arcto 4 {pop} repeat } bd
/CURP { currentpoint } bd
/FLAT { flattenpath strokepath clip newpath } bd
/TGSM { tgiforigctm setmatrix } def
/TGRM { savematrix setmatrix } def

end

%%EndProlog
%%Page: 1 1

%%PageBoundingBox: 34 577 324 778
tgifdict begin
/tgifsavedpage save def

1 SM
1 W

0 SG

72 0 MU 72 11 MU TR
72 128 DI 100.000 MU 100 DI DU NE SC

GS

/tgiforigctm matrix currentmatrix def

% BOX
0 SG
GS
   10 SM
   GS
      NP 64 104 M 255 104 L 255 360 L 64 360 L CP
      S
   GR
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      65 296 M
      254 296 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      63 233 M
      255 233 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      63 169 M
      255 169 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      251 362 M
      251 361 L
      251 379 L
      244 379 L
      229 361 L
   TGSM
   1 W
   S
GR

% OVAL
0 SG
GS
   GS
      NP 160 72 10 6 TGEL
      S
   GR
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      63 104 M
      128 64 L
      138 69 L
   TGSM
   1 W
   S
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      255 103 M
      190 63 L
      180 68 L
   TGSM
   1 W
   S
GR

% TEXT
NP
0 SG
   GS
      1 W
      160 152 M
      GS
        GS
        0
            /Courier FF [17 0 0 -17 0 0] MS
            (symbol name) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (symbol name) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      160 41 M
      GS
        GS
        0
            /Courier FF [17 0 0 -17 0 0] MS
            (Chest of Drawers) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (Chest of Drawers) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      344 41 M
      GS
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (Contents of Drawers) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      344 160 M
      GS
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (bouquet) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      344 220 M
      GS
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            ([none]) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      344 279 M
      GS
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (\(rose violet buttercup\)) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      344 337 M
      GS
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            ([not described here]) SH
      GR
   GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      68 362 M
      68 361 L
      68 379 L
      75 379 L
      90 361 L
   TGSM
   1 W
   S
GR

% TEXT
NP
0 SG
   GS
      1 W
      158 132 M
      GS
        GS
        0
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      345 139 M
      GS
            0 SG
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (map to) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      350 259 M
      GS
            0 SG
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (map to) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      159 213 M
      GS
        GS
        0
            /Courier FF [17 0 0 -17 0 0] MS
            (symbol definition) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (symbol definition) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      159 195 M
      GS
        GS
        0
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      160 276 M
      GS
        GS
        0
            /Courier FF [17 0 0 -17 0 0] MS
            (variable name) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (variable name) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      158 260 M
      GS
        GS
        0
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      160 339 M
      GS
        GS
        0
            /Courier FF [17 0 0 -17 0 0] MS
            (property list) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [17 0 0 -17 0 0] MS
            (property list) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      158 323 M
      GS
        GS
        0
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /NewCenturySchlbk-Roman FF [17 0 0 -17 0 0] MS
            (directions to) SH
      GR
   GR

GR
tgifsavedpage restore
end
showpage

%%Trailer
%MatchingCreationDate: Fri Sep 14 17:40:57 2001
%%DocumentFonts: NewCenturySchlbk-Roman
%%+ Courier
%%EOF