Re: [O] html export does seem to no more recognise EXPORT_ .. PROPERTIES

2014-11-27 Thread Nick Dokos
Rainer Stengele writes: > Hi, > > with latest Org version I find the html export does no more recognise these > settings at the begin of the file: > > :PROPERTIES: > :EXPORT_FILE_NAME: > x:/0PROJEKT/Kunden/customer/customer-Dokumentation-mmdd.html > :EXPORT_TITLE: Stoll - IT (HW/SW) - Zugän

Re: [O] clock gone error, fixing it issues, and K does not clock out

2014-11-27 Thread Samuel Wales
* the clocking error has this view-lossage =clock in C-c C-x TAB =do stuff =start with refile goto =something in this section triggers the bug, apparently ' t a s C-a 3 C-/ C-x C-s C-x s y C-x C-s C-x s H-SPC d C-x s y H-SPC d C-x C-s C-x s y C-/ H-SPC d H

Re: [O] How to view everything DONE today?

2014-11-27 Thread John Kitchin
try (org-read-date)? It seems to return a string after you select the date. #+BEGIN_SRC emacs-lisp (org-read-date) #+END_SRC #+RESULTS: : 2014-11-28 Sascha Ziemann writes: > This: > > http://jcardente.blogspot.de/2010/06/org-mode-hack-tasks-done-last-month.html > > inspired my to do this: >

Re: [O] [Bug] org-indent-mode underindents body in variable-pitch-mode

2014-11-27 Thread Anders Johansson
Anders Johansson gmail.com> writes: > > Tobias Getzner gmx.de> writes: > > > > > Hello, > > > > After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that > > org-indent-mode now underindents item bodies when variable-pitch-mode is > > used. I. e., in the following document, «lore

Re: [O] [BUG][ODT] Headings not created with num:nil

2014-11-27 Thread Rasmus
Hi Christian, Christian Moe writes: > Headings should be styled as Heading 1, Heading 2 etc. in ODT output. > > But when heading numbering is turned off, they are just styled as > paragraphs in Default Style. > > They *are* included in the exported TOC, though. > > Tested in 8.3beta. Thanks! o

[O] html export does seem to no more recognise EXPORT_ .. PROPERTIES

2014-11-27 Thread Rainer Stengele
Hi, with latest Org version I find the html export does no more recognise these settings at the begin of the file: :PROPERTIES: :EXPORT_FILE_NAME: x:/0PROJEKT/Kunden/customer/customer-Dokumentation-mmdd.html :EXPORT_TITLE: Stoll - IT (HW/SW) - Zugänge - Konfigurationen [Stand: mmdd] :EN

[O] [BUG][ODT] Headings not created with num:nil

2014-11-27 Thread Christian Moe
Hi, Headings should be styled as Heading 1, Heading 2 etc. in ODT output. But when heading numbering is turned off, they are just styled as paragraphs in Default Style. They *are* included in the exported TOC, though. Tested in 8.3beta. Example: #+TITLE: Test headings #+

Re: [O] [Bug] org-indent-mode underindents body in variable-pitch-mode

2014-11-27 Thread Anders Johansson
Tobias Getzner gmx.de> writes: > > Hello, > > After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that > org-indent-mode now underindents item bodies when variable-pitch-mode is > used. I. e., in the following document, «lorem», «ipsum», and «etc.» will > fall successively short of

Re: [O] How to view everything DONE today?

2014-11-27 Thread Sascha Ziemann
This: http://jcardente.blogspot.de/2010/06/org-mode-hack-tasks-done-last-month.html inspired my to do this: (defun org-done-view (&optional offset) "Shows all TODOs, which are done." (interactive "nOffset: ") (let ((offset (or offset 0))) (let ((t0 (calendar-current-date offset))

[O] Org clocks into drawer for first clocking although configured otherwise

2014-11-27 Thread Rainer Stengele
Hi, I have set variable org-clock-into-drawer to: "Its value is 6" Since some update or Org lately it looks like the creation of a drawer is happening already for the first clocking of any clocked todo. Can someone please check if he can reproduce this is a bug in one of the latest versions? I

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Rainer M Krug
Jacob Gerlach writes: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. > > I am working on adapting a thesis LaTeX template into org-mode. The > template is set up with a main.tex having several individual files > (chapters, app

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Eric S Fraga
On Wednesday, 26 Nov 2014 at 19:00, Jacob Gerlach wrote: > Hello list, > > I'm starting writing my thesis, for which I hope to remain in org-mode > rather than regular LaTeX. I would encourage this. Although I have been using LaTeX for almost 30 years, I now do all of my writing in org with the o

Re: [O] Large LaTeX project in single file or using publishing

2014-11-27 Thread Andreas Leha
Marcin Borkowski writes: > On 2014-11-26, at 20:00, Jacob Gerlach wrote: [ ... ] > > > Just my 2 cents: I'd go for LaTeX if heavy math typesetting is involved > (then amsmath!), maybe for Org otherwise, check whether the template > imposes a many-file structure (which it probably doesn't), and k

Re: [O] [RFC] Change property drawer syntax

2014-11-27 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >>> ** Sectionnement >>> >>> Exemple de section avec un titre court pour LaTeX : >>> >>> #+begin_src org >>> ,* Ceci est un titre de section assez long >>> :PROPERTIES: >>> :ALT_TITLE: Ceci est un titre court >>> :END: >>> #+

Re: [O] Can special blocks be nested?

2014-11-27 Thread Rasmus
Hi, I'm not an expert, so what I write could be wrong. Marcin Borkowski writes: > this seems to work when exporting: > > #+BEGIN_BLOCK1 > Lorem ipsum > #+BEGIN_BLOCK2 > dolor sit amet > #+END_BLOCK2 > > #+END_BLOCK1 > > but font locking does not (the inner block begin/end markers are not > colo

Re: [O] M-RET vs C-RET

2014-11-27 Thread Andreas Leha
Hi, [ ... ] > >>> Here's another of my pet-griefs >>> - a >>> - b >>> >>> | → M-RET will give me an itme >>> | → M-RET will give me a headline >>> >>> Why is the behavior a function of amount of whitespace/newlines to >>> nearest element? This makes not sense to me and goes against what I >>>