Wow, thanks, that is comprehensive. :)
Curious, I see that the functions org-clocking-buffer and
org-clock-is-active are identical. Should one of these be a deprecated
alias?
On Fri, Sep 1, 2017, 10:49 PM Adam Porter wrote:
> Kaushal Modi writes:
>
> > M-x list-load-path-shadows will also help. Pay attention to shadows on
> org packages.
>
> Wow, I did not know about that command. I have a bit of cleaning-up to
> do. :)
>
That's what I did when I found the shadows
Narendra Joshi writes:
> I would like to change the state of a task to TODO when it is scheduled
> or a deadline is set for the task. I couldn't find any hook that is
> called after scheduling. How can I do this?
Hi Narendra,
You're right, looking at org--deadline-or-schedule, there doesn't se
:) Also see org-protocol-capture-html, which makes it easy to capture
parts of web pages as Org syntax, instead of entire pages.
Kaushal Modi writes:
> M-x list-load-path-shadows will also help. Pay attention to shadows on org
> packages.
Wow, I did not know about that command. I have a bit of cleaning-up to
do. :)
Hi Nicolas,
Nicolas Goaziou writes:
> Adam Porter writes:
>
>> Here are the patches. Please let me know if any other changes are
>> needed.
>
> Thank you! Comments follow.
>
>> +(defmacro org-agenda--insert-overriding-header (&key default)
>
> There is no "&key" in `defmacro'.
You're right, t
Pdj writes:
> Dear All,
>
> in Org-Agenda(t) aka org-todo-list,
>
> 1) is it possible to get rid of the top lines
> "Global list of TODO items of type: ALL
> Available with ‘N r’: (0)[ALL] (1)TODO (2)WAIT ..." ?
Not at the moment, but you could write an advice function to delete that
after the b
Ah, you had me for a moment there: I thought you meant that it
understood Org files semantically, so it could search entries within Org
files. That would be very helpful for helm-org-rifle. Maybe someday...
Michaël Cadilhac writes:
> Hi there;
>
> Not sure it's for everyone, but I really don't need the file column in
> my clock report, even though I use multiple files. Here's a patch
> that allows this, if there's any interest.
This looks very nice! One suggestion:
+:hidefiles @r{Should the fi
You're not doing anything wrong, it's just not a very good search
engine.
I'm a bit confused by your description of the problem. Could you
describe it again with explicit reproduction steps?
As Eric mentioned, a heading can be created by simply typing, so making
that detect whether a new heading is created is possible, but I guess it
would require some ugly hacks. Maybe if you could hook into the
font-lock code, but like I said...ugly hacks. :)
However, it would be easy to add advic
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> There’s bug in maint that made it into Org v9.0.10 via commit
>> 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1
>> signature of ‘org-time-string-to-seconds’ has made it into
>> ‘org-clock-sum’. Should I just remove t
Hello,
Stig Brautaset writes:
> I think I like it. So I could then do something like:
>
> (defun sb/org-collect-confirmed-days ()
> "Return `DAYS' for `CONFIRMED' entries, otherwise return 0"
> (let ((days (org-entry-get nil "DAYS"))
> (confirmed (org-entry-get nil "C
Hello,
Eduardo Bellani writes:
> ob-sqlite.el: Enable table with fields containing commas to be used as
> arguments to sqlite source blocks
Thank you!
Could you split this into 2 patches since "ob-sqlite" and
"ox-taskjuggler" are unrelated.
> * testing/examples/ob-sqlite-test.org: Adds an exa
Hi Jay,
I'm sorry for the long delay in writing back -- I was travelling and let my
email get away from me. I'm doing something kind of similar but not exactly
the same. My problem is a little bit easier -- my dates aleays change by
exactly a week, so what I have done is to retain the first date
ob-sqlite.el: Enable table with fields containing commas to be used as
arguments to sqlite source blocks
* lisp/ob-sqlite.el: Stop interfering with the 'orgtbl-to-csv' default
formatting.
* testing/lisp/test-ob-sqlite.el:: Adds a test using a table with
commas in the content of any of its fi
Hello,
Rasmus writes:
> There’s bug in maint that made it into Org v9.0.10 via commit
> 7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1
> signature of ‘org-time-string-to-seconds’ has made it into
> ‘org-clock-sum’. Should I just remove the time zone, or should the
> signat
Aló Felipe.
To tell Emacs Org mode that you want a .pdf, customize the
"org-latex-pdf-process" variable.
I usually do it from the export menu: C-c C-e l p (export, latex,
pdf).
To do so, do, visit: [[help:org-latex-pdf-process]] and click
the "customize" link. Near the name, you will see a
I forgot to mention...
To tell Emacs Org mode that you want a .pdf, customize the
"org-latex-pdf-process" variable.
To do so, do, visit: [[help:org-latex-pdf-process]] and click the
"customize" link. Near the name, you will see a "Value Menu" buttom, it
has latexmk there.
Oh... Are you generating .dvi or .pdf?
Commonly, .dvi is generated by running: `latex [File path.]' or `latexmk
[File path.]'.
And, .pdf is commonly generated by running: `pdflatex [File path.]' or
`latexmk -pdf [File path.]'.
If generating .dvi, the "space" option won't work.
Hi Adonay,
Adonay Felipe Nogueira writes:
> Also, as a final note, the default grffile inclusion in the Org-to-LaTeX
> (and to PDF also) doesn't include the necessary options to make LaTeX
> accept spaces and accents in file names. That's OK for compatibility
> reasons, and if you do want to for
On Thursday, 31 Aug 2017 at 10:20, Tim Visher wrote:
> Thanks for the suggestion. It doesn't really meet my needs here in that I'm
> really looking for org to behave more like a filesystem, not something that
> I have to manually commit changes to.
I understand but I think you may be expecting mor
Hi,
There’s bug in maint that made it into Org v9.0.10 via commit
7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1
signature of ‘org-time-string-to-seconds’ has made it into
‘org-clock-sum’. Should I just remove the time zone, or should the
signature of ‘org-time-string-to-sec
Hi,
There’s bug in maint that made it into Org v9.0.10 via commit
7e241af591df15d2b7587648ed2342ae3a5d0e5b. In org-clock.el, the v9.1
signature of ‘org-time-string-to-seconds’ has made it into
‘org-clock-sum’. Should I just remove the time zone, or should the
signature of ‘org-time-string-to-sec
26 matches
Mail list logo