Hello,
I'm moving my configuration files to an org file to be tangled, and I
have a couple questions.
First, is there a command to tangle a single block, or blocks in a
subtree?
Second, I like to have the :comments link option in my tangled files (to
reference where they were tangled from), but
On 2018-10-11, at 08:48, Michael Welle wrote:
> Hello,
>
> Marcin Borkowski writes:
>
>> On 2018-10-08, at 09:20, Michael Welle wrote:
> [...]
>>> Well, on my laptop the initial agenda run takes about 7s or so (150
>>> agenda files) using the current day/week agenda ("a"). All subsequent
>>>
Hi,
One suggestion would be to distinguish between different types of work.
For example, you may value more an important project you need to work
on, but do not like, in comparison with another project you really like
doing.
This can be done, for example, by weighting the time spent on
different t
Hello,
I've write a patch (see attachment) to fix the
`org-babel--string-to-number` function.
In my opinion, if people write the data in the form `0001`, it means that
he wants to treat it as a string:
> #+name: TBL
> | id | name | age |
> |--||-|
> | 0001 | A
* org.el (org--refile-new-path): Add.
(org-refile): Use it.
(org-refile-new-child): Support creating new root nodes.
* test-org.el (test-org/org-refile): Add test.
While ‘org-refile’ currently supports creating new headlines when
refiling, only one single headline can be created this way. For
con
Do you mean interactively? With org-babel-tangle you can:
With one universal prefix argument, only tangle the block at point.
When two universal prefix arguments, only tangle blocks for the
tangle file of the block at point.
John
---
Professor John Kitchin
Dohe
Regarding auto-clocking, you should look at what norang did.
http://doc.norang.ca/org-mode.html
To motivate people focusing on there work, something like the link below could
be
an idea, especially for gamers ;)
https://habitica.com/static/home
Samuel Wales writes:
> auto-clocking might be in
Tim Cross writes:
> Sharon Kimble writes:
>
>> Eric S Fraga writes:
>>
>>> On Tuesday, 9 Oct 2018 at 12:06, Sharon Kimble wrote:
Brilliant, thanks very much Robert, you've saved the project as I didn't
fancy having to work with the document in LibreOffice. These are the
settings
Hi,
I'm trying to solve a problem with an ob-shell fragment. I want to emit
a table which other blocks are going to consume. As script takes a while
I don't want to dynamically call it when doing additional work with the
data. In fact in my real example I use ob-async's :async so it can run
and
> To motivate people focusing on there work, something like the link below
> could be
> an idea, especially for gamers ;)
>
> https://habitica.com/static/home
It would be great to integrate it with Org.
Roland Everaert writes:
> Regarding auto-clocking, you should look at what norang did.
>
>
Ihor Radchenko writes:
>> To motivate people focusing on there work, something like the link below
>> could be
>> an idea, especially for gamers ;)
>>
>> https://habitica.com/static/home
>
> It would be great to integrate it with Org.
What do you mean, create an interface to the service or dup
I mean something like what we have for calendar sync.
The data can be stored/edited both in the service and in relevant org
files.
Roland Everaert writes:
> Ihor Radchenko writes:
>
>>> To motivate people focusing on there work, something like the link below
>>> could be
>>> an idea, especia
Le 10 octobre 2018 21:45:53 GMT+05:30, Marcin Borkowski a
écrit :
>
>- a warning when my efficiency is lower than a set value, and info
>about
> how much work I need to do to bump it up to that value.
>
Nice, but it has an anti-feature. For procrastinators, warnings frequently
have negative
On 2018-10-11 08:06, John Kitchin writes:
> Do you mean interactively? With org-babel-tangle you can:
>
> With one universal prefix argument, only tangle the block at point.
>
> When two universal prefix arguments, only tangle blocks for the
> tangle file of the block at point.
Thank you! I loo
On 2018-10-11 16:12, Alan Schmitt writes:
> Now I just need to find a way to specify the syntax for comments in the
> headers, and I'm all set.
I'm feeling silly. What I need to use is the "conf" language, not
"config". Sorry for the noise.
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly At
On Thu, 11 Oct 2018 10:03:15 -0400, Bingo wrote:
Le 10 octobre 2018 21:45:53 GMT+05:30, Marcin Borkowski
a écrit :
- a warning when my efficiency is lower than a set value, and info
about
how much work I need to do to bump it up to that value.
Nice, but it has an anti-feature. For pr
Hello,
I got an error when debugging the behaviour of a formula.
You'll need:
(setq org-table-formula-debug t)
Then with any luck this should allow you to reproduce the error: C-c C-c to run
formula.
| Task | Estimated Effort |
|---+--|
| I
Well, you could associate a reward to that kind of tasks.
For example, you can allow yourself to work half a day.
Alternatively, you can make a task you would like to do (say, watch a
new movie) to be blocked until the unwanted task is done.
"Peter Neilson" writes:
> On Thu, 11 Oct 2018 10:03:1
Hello,
Joe Corneli writes:
> Hello,
>
> I got an error when debugging the behaviour of a formula.
>
> You'll need:
>
> (setq org-table-formula-debug t)
>
> Then with any luck this should allow you to reproduce the error: C-c C-c to
> run formula.
>
> | Task | Estimated Effort |
i too visit all files when emacs starts.
are we saying that the speed depends on the number of headlines total
or the number of headlines in a single file among the agenda files?
On 10/11/18, Marcin Borkowski wrote:
>
> On 2018-10-11, at 08:48, Michael Welle wrote:
>
>> Hello,
>>
>> Marcin Bork
On 10/11/18, Roland Everaert wrote:
> Regarding auto-clocking, you should look at what norang did.
>
> http://doc.norang.ca/org-mode.html
that does not seem like my proposal. it seems manual and complex.
i'd never be able to use it. for a similar reason, i'd never be able
to use gtd.
huge fan
On 10/11/18, Samuel Wales wrote:
> huge fan of that document though. :)
norang, that is.
Sharon Kimble writes:
> The first distro that I used was Red Hat, and I bought a copy as that
> was the only way in which you could get hold of it, and a couple of days
> before I was going to install it, Red Hat made it free to download and
> use! And that did not help my mood at all! But I've
Hi,
You might find John Kitchin's post [1] for assigning captions and
names to the results of code blocks helpful. I use the method all
the time for captioning and referencing results when exporting.
[1]
https://kitchingroup.cheme.cmu.edu/blog/2016/02/26/Adding-captions-and-attributes-to-f
Hello,
Matthew Palermo writes:
Thankyou for your reply. Sorry I didn't explain myself
properly. When using
org-cycle (TAB) I often only want to open an entry (headline)
to its
CHILDREN visibility state, look at the subheadings (sub-entry
headlines),
and then fold it back into its FOLDED s
Hi all,
To prevent further complications with this branch, I suggest to
treat is
like master and master like maint. I.e., every commit done in
master is
duplicated into next so that final merge is easier.
Sorry if this is obvious, but what is the next branch?
This is the first I have hear
Not 5 minutes later did I find this in another thread:
Also, I'd like to avoid making changes to "master" branch. It
should be
considered frozen while we're waiting for Org 9.2. Please
install next
new features (that one is OK, I guess) in "next" branch, and
rebase it
on top of "master".
On Thu, Oct 11, 2018, 9:46 PM Adrian Bradd wrote:
>
> Sorry if this is obvious, but what is the next branch
>
Simply put, the next branch is even more bleeding edge than the master.
Bleeding-edgeness: next > master > maint
- maint :: gets published to Org Elpa, etc. Right now the version there
Hi Org,
the manual says that I can say ":step day" or ":step week" in my clock
reports. Could I also be able to say ":step month" or ":step year"?
TIA,
--
Marcin Borkowski
http://mbork.pl
29 matches
Mail list logo