Searched +refs:org +refs:search +refs:todo +refs:below (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex9 % This file can be printed with 1, 2, or 3 columns per page (see below).
16 % are commented below. Revert the changes if you want letter sized paper.
19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
81 % make \bye not \outer so that the \def\bye in the \else clause below
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org
[all...]
H A Dpt-br-refcard.tex6 % This file can be printed with 1, 2, or 3 columns per page (see below).
16 % Nothing else needs to be changed below this line.
59 % Internet: gildea@stop.mail-abuse.org
95 % make \bye not \outer so that the \def\bye in the \else clause below
392 \key{marca todo {\bf buffer}}{C-x h}
406 \key{substitui em todo o texto restante}{!}
510 \metax{verifica todo o buffer}{M-x ispell-buffer}
518 \metax{busca por regexp em todos arquivos}{M-x tags-search}
578 \key{habilita/desabilita um m{\'e}todo de inser{\c{c}}{\~a}o}{C-\\}
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm28 skip todo todo_skip
241 to find the test in your script, simply search for "simple
1154 but will work in the future (a todo test).
1156 For more details on the mechanics of skip and todo tests see
1160 block of tests which can be skipped over or made todo. It's best if I
1254 With a todo block, the tests inside are expected to fail. Test::More
1256 they are "todo". Test::Harness will interpret failures as being ok.
1258 You then know the thing you had todo is done and can remove the
1261 The nice part about todo tests, as opposed to simply commenting out a
1262 block of tests, is it's like having a programmatic todo lis
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
44 ;; structured ASCII file, as HTML, or (todo and agenda items only) as an
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org-version ()
90 (message "Org-mode version %s" org
102 (defgroup org nil function
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
730 autocmd BufNewFile,BufRead git-rebase-todo setf gitrebase
1205 " Nroff/Troff (*.ms and *.t are checked below)
1985 if search('^use\s\s*\k', 'nc', 30)
2040 let firstNC = search('^\s*[^[:space:]%]', 'c', 1000)
2044 let kwline = search('^\s*\\\%(' . lpat . '\)\|^\s*\\\(' . cpat . '\)',
2051 " let lline = search('^\s*\\\%(' . lpat . '\)', 'cn', firstNC + 1000)
2052 " let cline = search('^\s*\\\%(' . cpat . '\)', 'cn', firstNC + 1000)
2245 if line =~ 'xmlns:xbl="http://www.mozilla.org/xbl"'
2276 " X11 xmodmap (also see below)
[all...]

Completed in 99 milliseconds