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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo