[O] org-speed-commands and `org-beginning-of-line-tip'

2013-08-01 Thread Oleh
Hi all, I've come to rely on org-speed-commands quite a lot, and I wanted to share this tip with other people, who use them: (define-key org-mode-map (kbd "C-a") (lambda()(interactive) (if (looking-at "^[^*]") (re-search-backward "^*") (org-beginning-of-line

Re: [O] [bug] latex export ascii encoding

2013-08-01 Thread Jan-Mark Batke
Thanks for the hint - I installed the current tar.gz and get Org-mode version N/A (N/A @ /home/batkejm/org-mode/lisp/) now. The export behaviour remains as reported, exporting latin-1 into a file does work, exporting into a buffer yields correct results but wrong encoding of the buffer (utf-8) is

[O] Agenda in the mode-line?

2013-08-01 Thread Kyle Sexton
All, Does anyone know if there is a feature to show something like 'Tasks: 4' on the mode-line for tasks that are currently open? Thanks! -- Kyle Sexton

Re: [O] [bug] latex export ascii encoding

2013-08-01 Thread Jan-Mark Batke
I tried make clean make autoloads make the result is still N/A as reported during make and found in the generated org-version.el BTW, I tested windows in the mean time - encoding is maintained for file export, but buffer export yields wrong encoding of the buffer. Jan-Mark 2013/8/1 Nicolas Goa

Re: [O] [bug] latex export ascii encoding

2013-08-01 Thread Nicolas Goaziou
Jan-Mark Batke writes: > Org-mode version N/A (N/A @ /home/batkejm/org-mode/lisp/) Still not correct. You probably need to "make autoloads" Regards, -- Nicolas Goaziou

Re: [O] [WORG] How to ediff folded Org files?

2013-08-01 Thread Thorsten Jolitz
Ratish Punnoose writes: > Thorsten Jolitz gmail.com> writes: > >> Hi List, >> >> many files on Worg have this startup option: >> >> ,-- >> | +STARTUP:... fold ... >> `-- >> >> what leads to trouble when there is a merge-conflict in (Ma)git

Re: [O] [WORG] How to ediff folded Org files?

2013-08-01 Thread Rémi Vanicat
Ratish Punnoose writes: > Thorsten Jolitz gmail.com> writes: > [...] > #+BEGIN_SRC emacs-lisp > ;; diff hooks for org mode > (add-hook 'ediff-select-hook 'f-ediff-org-unfold-tree-element) > (add-hook 'ediff-unselect-hook 'f-ediff-org-fold-tree) > ;; Check for org mode and existence of

Re: [O] Reading books with org-mode

2013-08-01 Thread Kyle Sexton
Christian Wittern writes: > Hi Kyle, > > Thanks for sharing this, this is excellent. I have been looking for a > way to read epub books in Emacs and this is even better! > > However, trying this out I noted that I can't seem to follow the > (internal) links in the file, whatever I click on, it a

Re: [O] [bug] latex export ascii encoding

2013-08-01 Thread Achim Gratz
Nicolas Goaziou writes: > Jan-Mark Batke writes: > >> Org-mode version N/A (N/A @ /home/batkejm/org-mode/lisp/) > > Still not correct. You probably need to "make autoloads" If he builds from a plain cgit snapshot tarball then this is the correct report from org-version (this is missing mk/version

Re: [O] org-speed-commands and `org-beginning-of-line-tip'

2013-08-01 Thread Rainer Stengele
Am 8/1/2013 9:18 AM, schrieb Oleh: > Hi all, > > I've come to rely on org-speed-commands quite a lot, > and I wanted to share this tip with other people, who use them: > > (define-key org-mode-map (kbd "C-a") > (lambda()(interactive) > (if (looking-at "^[^*]") > (re-search