On Tuesday, 10 Oct 2017 at 22:01, John Goerzen wrote:
> I cannot make it misbehave with either SCHEDULED or CLOSED in my testing
> now.
Maybe try org-lint to see if there are more subtle errors in your
file(s)?
--
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-98-g0b8316
signature.asc
Des
On 10/10/2017 08:42 PM, Richard Lawrence wrote:
> Hi John,
>
> John Goerzen writes:
>
>> Unfortunately, org-mode only recognizes the PROPERTIES when they
>> occur immediately after the headline. So whenever I take an action
>> on an item like this, the properties become invisible to org-mode.
Hi John,
John Goerzen writes:
Unfortunately, org-mode only recognizes the PROPERTIES when they
occur immediately after the headline. So whenever I take an
action on an item like this, the properties become invisible to
org-mode.
What version of Org are you running? This sounds like ol
On 10 October 2017 at 18:29, Kaushal Modi wrote:
> On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi
> wrote:
>
>> I scanned through recent commits, but haven't yet figured out which
>> commit affected this. Before I end up with git bisect, does anyone know a
>> master branch commit that could have c
I found out that :step day trips this up. No worries.
Shawn Way, PE
-Original Message-
From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr]
Sent: Tuesday, October 10, 2017 2:18 AM
To: Shawn Way
Cc: emacs-orgmode@gnu.org
Subject: Re: Clocktable Naming
Hello,
Shawn Way writes:
> Is
On Tue, Oct 10, 2017 at 2:31 PM Eric S Fraga wrote:
> Anecdotally, I am seeing some strange fontifications in some of my org
> files where my headline *s are being interpreted as starting a bold
> text.
>
I have seen that too, though I thought that was because I was setting the
NEWLINE component
Anecdotally, I am seeing some strange fontifications in some of my org
files where my headline *s are being interpreted as starting a bold
text. I've not been able to create a small example yet but thought I
would mention it in case it helps.
--
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.
On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi wrote:
> I scanned through recent commits, but haven't yet figured out which commit
> affected this. Before I end up with git bisect, does anyone know a master
> branch commit that could have caused this?
>
Hello,
I found the commit causing this chan
Hello,
I just noticed a regression in master when compared to 9.1.2.
MWE:
=
=title = "foo"=
~title = "foo"~
=
On master:
C-c C-e t A outputs (ignoring, author, title, toc, etc):
=
=title = "foo"=
~title = "foo"~
=
Also the above text does NOT get fontified as verbatim i
So I have a lot of cases where there is a :PROPERTIES: drawer. It
contains, crucially, an ID (I use those for linking). When I close a
task with C-c C-t and pick DONE, or when I schedule it with C-c C-s, it
will insert CLOSED: or SCHEDULED: lines ABOVE the :PROPERTIES: line.
Unfortunately, org-m
I wanted to add a #+PLOT to the clock table header, and used the
advice mechanism to do it. E.g.
(defadvice org-clock-report (after insert-plot-line
activate)
"Add #+PLOT: line appropriate for clock table."
(insert
"#+PLOT: ind:1 deps:(4) type:2d with:his
As the orginal author -- who hasn't looked @ or used ox-s5 in years ;O, just
confirming the patch looks correct to me. I don't think i have commit
privilges anymore (lost that ssh key), so i appreciate your applying it.
thanks,
rick
On Sat, Oct 07, 2017 at 06:51:05PM +, Kyle Meyer wrote:
> dc
TODO status is not being exported by the markdown exporter. I first noticed
this when I contacted the package author for the ox-gfm exporter regarding
missing TODO keywords in my exported documents. He responded saying that
this is an upstream problem with the org-mode markdown exporter. I don't
kn
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
On 08.10.2017 13:40, Angel de Vicente wrote:
So basically I would like to have that TODO item but somehow without
creating a new section. Is it possible?
Use
---
bla bla bla
# TODO: fix installation
bla bla bla
---
and
M-x org-occur-in-agenda-files (which is bound to
On Monday, 9 Oct 2017 at 19:07, Joseph Vidal-Rosset wrote:
> I have to work on my configuration to solve this problem, and your emails
> put me on the right way. Many thanks !
You're welcome. I'm glad I could help, even if only indirectly!
--
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.1
Hello,
"Yury G. Kudryashov" writes:
> I propose the following feature:
>
> 1. When the temporary buffer is created,
>
>- the whole session (or all the code with that will go to one file
> when tangling) is written to the buffer;
>- all the code except for the current block is marked
Hello,
Shawn Way writes:
> Is there a method for automatically naming a timeclock? For example,
>
> :name table1
>
> to be used in the #+BEGIN line?
There is a way, albeit no very user-friendly. You can use :header
parameter, e.g.,
#+begin: clocktable :header "#+name: foo\n#+caption: bar\n"
Hello,
Pierre-André Cornillon writes:
> Dear orgmode users/gurus,
>
> I have a question about fontification of inner src bloc.
>
> I have two nested blocks: one special (outer bloc) and one src (inner
> bloc) like this
>
> #+begin_bloc20171001122500
> #+begin_src R
> blip <- runif(2)
> test
This morning, I updated my packages (Options -> Manage Emacs Packages -> U
->X) and now, internal links work perfectly.
For the record, the updated packages were:
dash-20171009.105
flycheck-20171009-1145
helm-20171009.221
kaolin-theme-20171009.1130
org-20171009
org-plus-contrib-20171009
org-ref-2
20 matches
Mail list logo