On 21 December 2013 09:58, Bastien wrote:
> Hi Johann,
>
> Johann Spies writes:
>
> > On 19/12/2013 22:45, Nicolas Goaziou wrote:
> >> You may need to tweak `org-icalendar-use-scheduled' (for VEVENT) and
> >> `org-icalendar-include-todo' (for VTODO).
> >
> > Thanks.
> >
> > I have search a littl
Hi Bastien,
On Mon, 23 Dec 2013 00:05:39 +0100
Bastien wrote:
> Hi Manfred,
>
> Manfred Lotz writes:
>
> > Yes, this works. I simply didn't know about #+BEGIN_ABSTACT aso.
>
> I guess this is a quite common need for the LaTeX exporter,
> so I explicitely used #+BEGIN_ABSTACT as an example of
On Sunday, December 22, 2013 9:36:34 PM HKT, Nicolas Goaziou wrote:
Oh, I think I see the issue... there's only one org-latex-title-command.
;; 10. Title command.
(org-element-normalize-string
(cond ((string= "" title) nil)
((not (stringp org-latex-title-command)) nil)
...
I don't think the v
> >
> > Can I re-export using the last settings?
>
> C-u C-c C-e
Thanks, that makes it faster, but you need to be in the same subtree. Is
there something that also remembers which subtree was exported?
Bastien writes:
> Hi Zebee,
>
> Zebee Johnstone writes:
>
>> was afraid of that. I've experimented with using columns but it was
>> too much faffing about to really bother with.
>
> Maybe you can use `org-after-todo-state-change-hook' to store a note
> in a property, then display the content of
On Sun, 22 Dec 2013 23:49:04 +
"Sean O'Halpin" wrote:
> On Sun, Dec 22, 2013 at 4:03 PM, Sharon Kimble
> wrote:
> > Thanks to auntie google I've found out how to keep the formatting of
> > elisp on export to html using '#+BEGIN_SRC emacs-lisp' at the
> > beginning of the code block, and '#+E
On Sun, Dec 22, 2013 at 4:03 PM, Sharon Kimble wrote:
> Thanks to auntie google I've found out how to keep the formatting of
> elisp on export to html using '#+BEGIN_SRC emacs-lisp' at the beginning
> of the code block, and '#+END_SRC' at the end. Whilst its in .emacs its
> nicely colorized, but h
Hi Kenneth,
Kenneth Jacker writes:
> I'd like to toggle (hide/show) the *non*-diary entries in the agenda
> view ... to basically get a quick view of my diary/calender.
>
> 'org-agenda-toggle-diary', toggles the Diary entries. Maybe something
> like 'org-agenda-toggle-nondiary'?
>
> I tried to
Hi Waldemar,
Waldemar Quevedo writes:
> This is just to share my setup for using Jekyll and Org mode in case
> someone finds it useful...
> https://github.com/wallyqs/yet-another-jekyll-org-template
As a user of github pages, yes, I can imagine how useful this is!
Thanks for sharing it,
--
Achim Gratz writes:
> In a number of recent discussions it transpired that some people expect
> to automatically be switched to a specific Git branch when updating.
>
> I've added this as an option to the standard Makefile.
Thanks!
--
Bastien
Hi Ted,
Ted Wiles writes:
> Take care of all DONE keywords, not just the last one.
>
> * lisp/org-habit.el
>
> This fixed a hard-coded TODO keyword
> in the org-habit code. Updated to apply to all DONE keywords, as per
> Aaron Ecay
>
> TINYCHANGE
Applied, with a tiny rewrite of the comm
Hi Manfred,
Manfred Lotz writes:
> Yes, this works. I simply didn't know about #+BEGIN_ABSTACT aso.
I guess this is a quite common need for the LaTeX exporter,
so I explicitely used #+BEGIN_ABSTACT as an example of special
block in the manual.
This will be in the next release.
--
Bastien
Sebastian Fischmeister writes:
> Yes, but this inserts a blank line before every entry. I would like to
> have a blank line only before level 1 headings.
Ah, then clearly this option is not enough. Sorry, I'm short of
ideas here.
--
Bastien
On Thu, 19 Dec 2013 21:42:47 +0100
Nicolas Goaziou wrote:
> Hello,
>
> Manfred Lotz writes:
>
> > Actually I want to have an abstract between title/author and the
> > first chapter.
>
> Isn't the following sufficient?
>
> #+title: My title
> #+author: Me
>
> #+begin_abstract
> ...
>
Dear maintainers,
I may have found a bug relate to org-refile function,though I have not
push privileges,I submit a patch using git format-patch.
Wait for your review, awesome Org mode!!
From 866b7be3536d92eb7d7b04cdd48a8b806b9b7253 Mon Sep 17 00:00:00 2001
From: Vacker
Date: Sun, 22 Dec 201
Daniel Clemente gmail.com> writes:
>
>
> Hi, after exporting a subtree to HTML, I do some change and want to
export again. I find that I have to do a long
> process to get there:
> C-spaceC-c C-u C-c C-e C-s h HC-u space
>
[snip]
>
> Can I re-export using the last settings?
[s
Hi, after exporting a subtree to HTML, I do some change and want to export
again. I find that I have to do a long process to get there:
C-spaceC-c C-u C-c C-e C-s h HC-u space
This works, but for every little change I do I have to select again which
subtree and which format I want
Hi Nicolas,
At Sun, 22 Dec 2013 09:20:57 +0100,
Nicolas Goaziou wrote:
>
> Yasushi SHOJI writes:
>
> > Ah, OK. Those coding keys are for the back-ends to select proper
> > strings, not for the string encoding.
>
> This is also related to string encoding. You will get garbage if you
> insert a
Thanks to auntie google I've found out how to keep the formatting of
elisp on export to html using '#+BEGIN_SRC emacs-lisp' at the beginning
of the code block, and '#+END_SRC' at the end. Whilst its in .emacs its
nicely colorized, but how do I colorize the output when its been
exported please? For
Samuel Wales gmail.com> writes:
>
> +1y?
>
> On 12/20/13, Rene yahoo.com> wrote:
> > How can I set org-agenda-custom-commands so that I can get the tasks past a
> > date in the coming year?
> >
> > Suppose I'm interested in things past next september. This
> >
> > ("y"
> > "Next year
>> Is there a way to always force a blank line above a level 1
>> heading. When I enter them manually, orgmode somethings things it
>> belongs to the level 2 (or so) item above it and hides it.
>
> Check `org-blank-before-new-entry'.
Yes, but this inserts a blank line before every entry. I would l
When using 'org2blog' to post to my wordpress blog, I can have the code
for e.g., .emacs showing nicely formatted in emacs24, but when it is
uploaded it converts itself all to one long continuous line! How can I
keep the Emacs formatting please when it is exported?
Sharon.
--
A taste of linux =
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> Just for me to understand:
>> The recommended way now
>
> Note that the recommended way hasn't really changed. There was no
> recommended way before, nor there is one now.
>
;-)
>> is to have a filter and write (say) \mypersonalnew
Hello,
Andreas Leha writes:
> Just for me to understand:
> The recommended way now
Note that the recommended way hasn't really changed. There was no
recommended way before, nor there is one now.
> is to have a filter and write (say) \mypersonalnewline in my orgmode
> files? Even if \mypersonal
Hi Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> Andreas Leha writes:
>
>> So in short: If page breaks are not in org directly many people will
>> end up with inferior and/or less portable org files.
>
> For the record, after thinking about it, I'd rather stay away from
> invisible characters
Hello,
Andreas Leha writes:
> So in short: If page breaks are not in org directly many people will
> end up with inferior and/or less portable org files.
For the record, after thinking about it, I'd rather stay away from
invisible characters in Org syntax, would it be page breaks or
non-breaki
Hello,
James Harkins writes:
>> The beamer user guide (I.3.4) specifies the following:
>>
>> \begin{frame}
>> \titlepage
>> \end{frame}
>>
>> But org-mode simply writes "\maketitle" outside of a frame.
>
> Oh, I think I see the issue... there's only one org-latex-title-command.
>
> ;; 10. Ti
Hi Zebee,
Zebee Johnstone writes:
> was afraid of that. I've experimented with using columns but it was
> too much faffing about to really bother with.
Maybe you can use `org-after-todo-state-change-hook' to store a note
in a property, then display the content of this property in the column
vi
On Sunday, December 22, 2013 6:38:02 PM HKT, James Harkins wrote:
Hi,
Is there a reason why Beamer export does not place "\maketitle" in a
frame?
The beamer user guide (I.3.4) specifies the following:
\begin{frame}
\titlepage
\end{frame}
But org-mode simply writes "\maketitle" outside of a
Hi,
Is there a reason why Beamer export does not place "\maketitle" in a frame?
The beamer user guide (I.3.4) specifies the following:
\begin{frame}
\titlepage
\end{frame}
But org-mode simply writes "\maketitle" outside of a frame.
This is important when you are using the same source to produ
Jambunathan K writes:
> When we are typesetting a xref in a backend - I can authoritatively
> speak for the ODT backend - we need not be resticted to "ONE-OF" but can
> have "ANY-COMBINATION-OF" descriptors. What I mean is this:
>
> In the pdf version of Emacs info manuals one typically sees all
On Sun, Dec 22, 2013 at 7:54 PM, Bastien wrote:
> Hi Zebee,
>
> sadly no, this is not currently possible. The notes attached to a
> TODO state change are not really stored in a structure way, so it's
> not possible to retrieve this information and to display it.
Bastien,
was afraid of that. I
Thanks Bastien, it's what I am expecting :)
> From: b...@gnu.org
> To: truonghat...@outlook.com
> CC: emacs-orgmode@gnu.org
> Subject: Re: Get the maximum date within a list of dates
> Date: Sun, 22 Dec 2013 08:27:08 +0100
>
> Bastien writes:
>
> > Put your cursor in @2$2 then C-c ^ T to sort b
Hi Daniel,
Daniel Gerber writes:
> A minor bug with spreadsheets: when swapping two columns in a table
> (alt+left), column formulas are updated only when defined in the first
> #+TBLFM: line.
this is now fixed in the git repository, thanks for reporting this bug.
Best,
--
Bastien
Hi Zebee,
sadly no, this is not currently possible. The notes attached to a
TODO state change are not really stored in a structure way, so it's
not possible to retrieve this information and to display it.
Sorry,
--
Bastien
Hi Francesco,
"Francesco Pizzolante"
writes:
> I noticed that I miss the following patch from Eric Schulte (from 2
> months ago):
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=15847336c39e7219e1c51c55d487f99956a06e34
>
> I have Org-mode version 8.2.4 (8.2.4-8-gf1b933-elpaplus @
> c:/Us
Hi Francesco,
"Francesco Pizzolante"
writes:
> I have Org-mode version 8.2.4 (8.2.4-8-gf1b933-elpaplus @
> c:/Users/fpz/Documents/home/.emacs.d/elpa/org-plus-contrib-20131216/).
>
> I notice that I miss several packages like htmlize (important) and
> org-effectiveness.
>
> My questions are:
>
Hello,
Yasushi SHOJI writes:
> Ah, OK. Those coding keys are for the back-ends to select proper
> strings, not for the string encoding.
This is also related to string encoding. You will get garbage if you
insert a string containing characters outside the encoding you use to
save the file, won'
Hi Alexander,
Alexander Poslavsky writes:
> I regularly use org-mac-link from contrib/. It works fine, but
> somehow my links are a bit mangled, I get:
>
> [["http://orgmode.org/worg/org-contribute.html#sec-4][How to
> contribute to Org?"]]
>
> Instead of:
>
> [[http://orgmode.org/worg/org-contr
Hi Sebastian,
Sebastian Fischmeister writes:
> Is there a way to always force a blank line above a level 1
> heading. When I enter them manually, orgmode somethings things it
> belongs to the level 2 (or so) item above it and hides it.
Check `org-blank-before-new-entry'.
HTH,
--
Bastien
40 matches
Mail list logo