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
* 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
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:
>
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
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
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
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
#+
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
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))
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
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
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
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
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:
>>> #+
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
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
>>>
16 matches
Mail list logo