Hello,
Samuel Wales writes:
> On 11/27/16, Nicolas Goaziou wrote:
>> I pushed a few more fixed in plain time-stamps and deadlines. Please
>> report if you find anything suspicious.
>
> please try this:
>
> SCHEDULED: <2016-09-17 Sat .+2d>
>
> emacs -Q, with a 2-day span and show-all nil.
[..
On 11/27/16, Nicolas Goaziou wrote:
> I pushed a few more fixed in plain time-stamps and deadlines. Please
> report if you find anything suspicious.
please try this:
SCHEDULED: <2016-09-17 Sat .+2d>
emacs -Q, with a 2-day span and show-all nil.
in org 8:
1] it shows today
2] it shows 2x
Hi,
Thanks for your answer.
It was another beginner's fault that happened during some polishing of
my init file.
After all, the init file loaded my TODO file before before setting the
TODO keywords and their faces; now the files are loaded in the end of
the init process, and everything work
Samuel Wales writes:
> when show all is nil, i expect the second of a two-day span to not
> show the repeater if the first shows it. org 8 seems more correct to
> me.
I pushed a few more fixed in plain time-stamps and deadlines. Please
report if you find anything suspicious.
Regards,
Hello,
Scott Otterson writes:
> In my org file, I have ordered capital lettered plain lists like this:
>
> A. Item A
> B. Item B
> a. subitem a
> b. submitem b
> C. Item C
>
>
> But when I export them to a pdf via latex, they look like this:
>
> 1. Item A
> 2. Item B
> (a) subitem a
In my org file, I have ordered capital lettered plain lists like this:
A. Item A
B. Item B
a. subitem a
b. submitem b
C. Item C
But when I export them to a pdf via latex, they look like this:
1. Item A
2. Item B
(a) subitem a
(b) submitem b
3. Item C
Is this a bug or is it exp
Scott Otterson writes:
> Happy to try it out. Should I expect the change on elpa/org sometime
> soon?
If you cannot test it straight from Org repository, you need to wait
until tomorrow. It will then be included in the new Org ELPA package.
Regards,
Happy to try it out. Should I expect the change on elpa/org sometime soon?
Scott
On Sun, Nov 27, 2016 at 12:12 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Scott Otterson writes:
>
> > Thanks Fabrice. After more experimentation, I found that image-converter
> > field of the customization alist sh
Hi Oliver,
On Fri, Nov 25 2016, ngre...@gmx.net wrote:
I do reports on a day-to-day basis using clocktables:
#+BEGIN: clocktable :maxlevel 4 :block 2016-11 :scope
("./Projekt01.org") :link t :step day :stepskip0
#+END:
Hope this helps.
Yes, that's exactly what I was looking for, thanks!
On 11/27/16, Nicolas Goaziou wrote:
> It sounds correct. With ".+1d" repeater, you expect to repeat the task
> every day.
when show all is nil, i expect the second of a two-day span to not
show the repeater if the first shows it. org 8 seems more correct to
me.
--
The Kafka Pandemic: http://th
Hi,
I have some foo.org file :
* Section
This is a [[file:bar.org::#home][link]
and a bar.org file :
* Section
:PROPERTIES:
:CUSTOM_ID: home
:END:
Lorem ipsum ...
If I put the cursor in foo.org on the link ant I try to evaluate (M-:)
(progn (org-open-at-point) (buffer-name))
I get "foo.org"
Hello,
When exporting my document to latex I want org-mode to tangle a few code
blocks.
#+NAME: tangle_files
#+BEGIN_SRC emacs-lisp :exports results :eval query-export
(org-babel-tangle-file "~/thesis/chapter/NH.org")
#+END_SRC
When I run the code block manually it works fine
*Messages*: "T
On Sunday, 27 Nov 2016 at 15:03, Nicolas Goaziou wrote:
[...]
> Wouldn't setting :BEAMER_ENV: property to "frame" in each subheading
> solve OP's problem?
Interesting. I am not sure what beamer does with a frame environment
inside another such environment. Maybe the OP can tell us!
--
Eric S
Hello,
Eric S Fraga writes:
> On Saturday, 26 Nov 2016 at 13:34, Peter Sterner wrote:
>> Hi,
>>
>> I'm trying to export an org-file to a beamer presentation. I would
>> like to divide a frame into two or more frames.
>
> I don't think this is possible in org. You could possibly manage it
> with
On Saturday, 26 Nov 2016 at 13:34, Peter Sterner wrote:
> Hi,
>
> I'm trying to export an org-file to a beamer presentation. I would
> like to divide a frame into two or more frames.
I don't think this is possible in org. You could possibly manage it
with some LaTeX magic (redefining the block en
Hello,
Maria Shinoto writes:
> I have set TODO-keywords in my init.el file and also set colors etc.
> for the different TODO keywords, works fine.
>
> Today I wanted to set tags globally in the init file as well, but then
> the TODO keywords do not seem to be recognized any more. They get the
>
Hello,
Samuel Wales writes:
> you recently fixed a few things from your patch. dunno if it was
> supposed to or not, but it seems to have cleared up a lot of bugs.
>
> i found a lot of differences from org 8 to your patch, but only one
> from org 8 to your recent fixes: a bare ts like <2016-11-
Hello,
Scott Otterson writes:
> Thanks Fabrice. After more experimentation, I found that image-converter
> field of the customization alist should be:
>
> ("dvipng -fg %F -bg %B -D %D -T tight -o \"%o%b\.png\" %f")
>
> If this also works for *nix, then I hope that the org-mode maintainers will
Hi,
I have set TODO-keywords in my init.el file and also set colors etc. for
the different TODO keywords, works fine.
Today I wanted to set tags globally in the init file as well, but then
the TODO keywords do not seem to be recognized any more. They get the
same color and font face as the he
Hello,
mcg writes:
> I sometimes make references to other sections which are in another
> section and document.
> In order to not compile all the document (3 minutes +) every time
> I just comment out all the documents I do not need to.
> If table and figure links are missing it exports fine (ge
20 matches
Mail list logo