was the intent since commit
> 0c67513e7dbc260ba24552ae71d4cac40e5cec2a (Sep 2010), but the regexp was
> buggy. This was fixed recently.
Which regexp are refering to?
I would very much like the checkbox cookies "[2/5]" be shown at all times.
Is there an easy way I can tweak this regexp to do so?
--
Georges
Nicolas Goaziou nicolasgoaziou.fr> writes:
> Did you look at the commit? This is a one-line change introducing
> a single regexp.
This regexp apparently is not active anymore
So, I've tweaked `org--get-outline-path-1' in order to keep the
statistical/checkboxes cookies.
> The problem is that i
Nick Dokos gmail.com> writes:
> Michael Welle gmx.net> writes:
>
> > Marco Wahl gmail.com> writes:
> >
> >> BTW I use `org-bbdb-anniversaries-future'. See section "Anniversaries
> >> from BBDB" in the info documentation (info "(org) Weekly/daily agenda").
Not present in latest org elpa pack
eing quite new to this game, I could be mistaken, but it doesn't seem
to have anything to do with org-babel, right ?
And please, don't hesitate to tell if this ain't the right mailing-list
for that kind of question :-)
Cheers
--
Georges Racinet, http://www.racinet.fr
Zope/
On 04/23/2011 05:58 PM, Juan Pechiar wrote:
> NEO (No Emacs Org) has just been announced:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00598.html
Ah, indeed, should have searched the archives in reverse chronological order
Thanks, and sorry for the noise
--
George
the implementation. The functions have nothing to do with
> org-odt, btw.
Another way to get the week of the year is:
(require 'calendar)
(require 'cal-iso)
(car
(calendar-iso-from-absolute
(calendar-absolute-from-gregorian
(list month day year
--
Georges Ko g...@gko.net 2012-02-03
Hi,
I'd like to open a PDF file to a specific page from a link, using the
default PDF viewer in Windows (same as w32-shell-execute "open"), which
opens a browser.
With a browser, I can open it with this HTML link:
Page 4
This link as an Org mode link doesn't work:
file:///c:/a/b/c/file.pdf
;outline-isearch-open-invisible
org-src-mode-hook '(org-src-babel-configure-edit-buffer
org-src-mode-configure-edit-buffer)
org-babel-load-languages '((R . t) (emacs-lisp . t) (shell . t) (python . t)
(latex . t) (makefile . t) (sql . t))
org-capture-after-finalize-hook '(denote-org-capture-delete-empty-file)
org-journal-file-format "%Y%m%d.org"
org-agenda-loop-over-headlines-in-active-region nil
org-agenda-files '("~/share/org" "~/share/journal")
org-link-elisp-confirm-function 'yes-or-no-p
org-outline-path-complete-in-steps nil
org-src-lang-modes '(("beamer" . LaTeX) ("latex" . LaTeX) ("C" . c) ("C++" .
c++) ("asymptote" . asy) ("beamer" . latex) ("calc" . fundamental) ("cpp" . c++)
("ditaa" . artist) ("desktop" . conf-desktop) ("dot" .
fundamental) ("elisp" . emacs-lisp) ("ocaml" . tuareg) ("screen" .
shell-script) ("sqlite" . sql)
("toml" . conf-toml) ("shell" . sh) ("ash" . sh) ("sh" .
sh) ("bash" . sh) ("jsh" . sh) ("bash2" . sh) ("dash" . sh) ("dtksh" . sh)
("ksh" . sh)
("es" . sh) ("rc" . sh) ("itcsh" . sh) ("tcsh" . sh)
("jcsh" . sh) ("csh" . sh) ("ksh88" . sh) ("oash" . sh) ("pdksh" . sh) ("mksh"
. sh) ("posix" . sh)
("wksh" . sh) ("wsh" . sh) ("zsh" . sh) ("rpm" . sh))
org-journal-enable-agenda-integration t
org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-show-empty-lines
org-cycle-optimize-window-after-visibility-change
org-cycle-display-inline-images)
org-journal-dir "~/share/journal"
org-persist-before-read-hook '(org-element--cache-persist-before-read)
org-journal-file-type 'monthly
)
--
Georges Dupret