On di 14-aug-2012 19:10
Ken Mankoff wrote:
>
>>> How can I wrap that to only run when the active buffer is in Org
>>> Mode?
>>
>> (run-at-time "00:10" 10 (lambda () (if (eq major-mode 'org-mode)
>> (org-mobile-push
>
>That works well. After reading run-at-time documentation, the
>"00:10"
Hi Tom,
Tom writes:
> I have
>
> (setq org-read-date-prefer-future 'time)
>
> in my .emacs, so if I give a time like 8am and it is before now
> then it is interpreted as tomorrow. This is good, because I never
> want to set times in the past.
>
> However if I give "thu 8am" (it is Thursday 11:5
Bastien gnu.org> writes:
>
> You need to enter 8am thu in this case.
>
It is a consistency bug then. If thu 8am works in other cases
then it should not be the user's job to know which format to
use to achieve to desired result. Org should treat both
forms in the same way.
Tom writes:
> It is a consistency bug then. If thu 8am works in other cases
> then it should not be the user's job to know which format to
> use to achieve to desired result. Org should treat both
> forms in the same way.
Please try the attached patch and report other inconsistencies.
Thanks,
Hello,
After months, if not years, of insistence, I've convinced (even VI) colleagues
to use Org as the format for keeping tracks of tasks to do, and of time spent
on them.
Now, as projects involve more people than me only, I'm a bit stuck because I'd
like to get all tasks (of everybody) in _one
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> I tried opening gtd.org_archive and then pressing C-l on
> the "* Project" headline, then opening project.org and C-c C-l, and
> while it does paste the org link, that looks like: file:~/org/gtd/
> gtd.org_archive::*Project, if I click it nothing hap
> Bastien :
> Steinar Bang writes:
>> I will pull and try the new functionality.
> Yes -- please let me know. The drawback of this functionality is that
> it changes things outside of sight, which I don't really like. You get
> a message, and the subtree of the (possibly distant) clock get
Eric Abrahamsen writes:
> On Tue, Aug 14 2012, Eric Schulte wrote:
>
>> Hi,
>>
>> I've recently put together a web server which runs in Emacs and exports
>> local Org-mode files to HTML in such a way that they may be edited from
>> within a web browser with the edits saved to local files on disk.
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> With respect to security, elnode has a simple authentication system
>> which seems to work well in my local trials. It has no forms for
>> setting passwords online, so users would have to generate a hash of
>> their password locally, and
Bastien writes:
> I'll stick to this: it is good to document all existing targets.
>
> The question is whether a target should be displayed by `make helpall'
> rather than just ̀make help'.
As long as `make helpall´ was all the documentation that meant it had to
look like it does.
Regards,
Ach
the merge completes successfully, but the subheadings from the OTHER
branch are deleted by the merge. Here [2] is a tarball of the entire
git directory after the failed merge. Please let me know if there is
any other debug information I can provide.
Thanks,
Footnotes:
[1] http://cs.unm.edu/~esch
Bastien writes:
[...]
> I hope you'll understand the choices above.
You should know the answer from the previous discussion, but I've
clearly failed to reach you. Given your obvious desire to take over
direct control of the further development of the build system, I won't
do any further developme
Hi Achim,
it is not a matter of taking over the build system, it is a matter
of making it simple for the users and useful for the developers.
At least two of the core developers here want `make compile-single'
and don't want to edit local.mk to do so.
The reverts I did were just for this to be
Hi Steinar,
Steinar Bang writes:
> is this known, and has been fixed later than the above commit? If so, I
> can pull, and try again.
It should be fixed now, please confirm.
Thanks,
--
Bastien
Hi Sébastien,
"Sebastien Vauban"
writes:
> I think we should have a way to upgrade Org to more than a *personal*
> organizer -- of course, it already is much more, but I'm emphasizing
> here over "personal".
There is work under the way to make Org more collaboration-ready.
See the org-merge-
Hi,
After updating my org-mode setup to 7.8.11 I noticed that row and column
indexing no longer worked when accessing table data in a code block call.
An example is:
#+name: test-data
| 10 | 20 | 30 | 40 |
| 11 | 21 | 31 | 41 |
| 12 | 22 | 32 | 42 |
#+begin_src python :results output raw :var
Hi,
I don't know what's going on, but when I launch org-mode in one of my
machines in home it thinks I am at work.
If I launch org-mode by M-x org-mode, it prompts with a ftp password for my
machine at work.
My .emacs config is synced via dropbox on these machines.
Where is the option to disable t
Hi,
here is a new version of the patch series.
Changes are:
- fixed commit messages format
- added a few missing attributes in
`org-export-taskjuggler-valid-resource-attributes' (1/11) and
`org-export-taskjuggler-valid-report-attributes' (9/11)
- added another milestone-related fix: attribu
* org-taskjuggler.el (org-export-taskjuggler-valid-task-attributes): new custom
variable
(org-export-taskjuggler-valid-resource-attributes): new custom variable
---
lisp/org-taskjuggler.el | 26 --
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/lisp/org-tas
* org-taskjuggler.el (org-taskjuggler-date): new function, produce a
taskjuggler-compatible date
(org-taskjuggler-components): make use of SCHEDULED/DEADLINE properties
infer start and end date from SCHEDULED/DEADLINE information
---
lisp/org-taskjuggler.el | 12 ++--
1 file changed, 10 i
---
doc/org.texi | 48 ++--
1 file changed, 30 insertions(+), 18 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 3fdb4ac..0f8b0d9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -11898,9 +11898,9 @@ nodes of a document or strictly follow the
* org-taskjuggler.el (org-taskjuggler-open-project): use START - END as an
alternative to START +Xd
---
lisp/org-taskjuggler.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index c997da7..7376302 100644
--- a/lisp/org-t
Eric Schulte writes:
> I'm very excited to start using this merge driver. I've put together an
> Arch Linux User Repository (aur) package, which can be used by Arch
> Linux users to install the org-merge-driver with pacman. It is
> available at [1], if others find it useful and if Andrew doesn'
* org-taskjuggler.el (org-export-taskjuggler-default-global-header): new
custom variable
(org-export-as-taskjuggler): insert global header before anything else
---
lisp/org-taskjuggler.el | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/lisp/org-taskjuggler.
* org-taskjuggler.el (org-export-as-taskjuggler): compute opt-plist, use
`org-install-letbind'
---
lisp/org-taskjuggler.el | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 7d9d203..529cda0 100644
--- a/lisp/or
* lisp/org-publish.el (org-publish-org-to-taskjuggler): new function to publish
taskjuggler projects
* lisp/org-taskjuggler.el (org-export-as-taskjuggler): adapt signature to
reflect standard interface, in particular allow export to buffer
---
lisp/org-publish.el | 6 ++
lisp/org-taskjug
Eric Schulte writes:
> I'm very excited to start using this merge driver. I've put together an
> Arch Linux User Repository (aur) package, which can be used by Arch
> Linux users to install the org-merge-driver with pacman. It is
> available at [1], if others find it useful and if Andrew doesn'
---
lisp/org-taskjuggler.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 7974d1e..f668e7f 100644
--- a/lisp/org-taskjuggler.el
+++ b/lisp/org-taskjuggler.el
@@ -689,7 +689,8 @@ org-mode priority string."
* org-taskjuggler.el (org-taskjuggler-open-task): task with end-only is also
a milestone (deadline), task with length is not
---
lisp/org-taskjuggler.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 93f0cc7..a18cdf8 1
* org-taskjuggler.el (org-export-taskjuggler-report-tag): new custom variable
(org-export-taskjuggler-valid-report-attributes): new custom variable
(org-export-as-taskjuggler): compute reports
(org-taskjuggler-open-report): generate report from org item
(org-taskjuggler-insert-reports): insert defa
How do you I export this into an iCal file (C-c C-e i) (only events get
exported):
* New Year's Day
<%%(diary-anniversary 1 1)>
- Enda
---
lisp/org-taskjuggler.el | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 3c97e03..33b111d 100644
--- a/lisp/org-taskjuggler.el
+++ b/lisp/org-taskjuggler.el
@@ -329,7 +329,7 @@ defined in `org-export-taskju
* org-taskjuggler.el (org-export-taskjuggler-keep-project-as-task): new custom
variable
(org-export-as-taskjuggler): optionally drop the topmost "task" (project)
(org-taskjuggler-assign-task-ids): adapt path computation by optionally
dropping the topmost component (project)
introduce `org-export-t
Hi Folks,
I take miscellaneous meeting notes using plain lists. It's usually a
pretty hectic trying to take notes during a meeting, so I'm making up
the structure as I go along.
I often get to a point where I indented an item wrong:
- item 1
- item 1.1
- item 2
I need to get up to it
Hi Christopher,
M-right and M-left on item 1.1 will promote / demote it, just as with
headings.
http://orgmode.org/manual/Plain-lists.html#Plain-lists
Regards,
.j.
On Wed, Aug 15, 2012 at 05:49:52PM -0400, Christopher J. White wrote:
> I take miscellaneous meeting notes using plain lists. It's
* Marcelo de Moraes Serpa wrote:
>
> Hi list,
Hi Marcelo!
> I have a gtd.org with my projects and next actions as org items. When I'm
> done with them, I archive, and they go to gtd.org_archive.
>
> Sometimes, I create a new org file for a project, to keep notes and other
> reference material. L
>> Every time I edited a block and clicked "save", it just deleted the
>> whole block. I got these errors in ~/.elnodelogs/elnode-error:
>>
>
> I'm not sure what could be causing this problem. Did the test suite run
> successfully for you?
I've now added a POST test to the test suite. So if your
Hi Eric,
Sounds really cool, I'd love to try it out. But when I run (ert
"org-ehtml") I get errors like
Selector: "org-ehtml"
Passed: 0
Failed: 5 (5 unexpected)
Total: 5/6
Started at: 2012-08-15 22:00:20-0400
Finished.
Finished at: 2012-08-15 22:00:50-0400
FFQFFF
F org-ehtml-elnode-serve-a
At Bastien's urging, I'm (re)posting about my new tag query parser
implementation in what I hope are clearer, more digestible, and more
actionable pieces. My next few posts will be:
1. The motivating issues .
2. Some bugs/limitations in the current parser.
3. The new code and how to use/test
My proposed changes in the tag query parser are motivated by the need and/or
desire to do the following. (The example strings work with the new parser.)
1. Combine and modify tag queries programmatically.
The leading case is that a function is given a tag query string and
needs to *exclude*
1. Property names with -'s are not handled properly
Specifically, the escapes are not removed.
Ex: (org-make-tags-matcher "PROP\\-WITH\\-HYPHENS=2") produces
("PROP\\-WITH\\-HYPHENS=2" and
(progn
(setq org-cached-props nil)
(=
(string-to-number
(or (org-cached-ent
#+TITLE: New Tag Query Parser: A Few Illuminating Examples
This post is structured as an org file with the example commands listed
within.
Copy this to a buffer and try the commands below on that buffer.
* Preliminaries Point 207
The Point # labels on the headings give the point values for th
A few comments that might help navigate the new parser code in
org-tag-query-parse.el. All diffs are relative to the 7.8.11 org.el.
Let me know if you have any questions.
* High Level Changes
Two existing org functions are altered:
1. org-make-tags-matcher
2. org-scan-tags
The changes t
You have really dived into this. I think it's excellent to allow more
flexibility in searches.
Just a brainstorm question, but having just modified the code, how
difficult do you think it would be to provide a sexp syntax?
Despite all of your obvious hard work, I'd find sexp easier to look
up, m
On Thu, Aug 16 2012, Eric Schulte wrote:
>>> Every time I edited a block and clicked "save", it just deleted the
>>> whole block. I got these errors in ~/.elnodelogs/elnode-error:
>>>
>>
>> I'm not sure what could be causing this problem. Did the test suite run
>> successfully for you?
>
> I've n
Hi Ivars,
Ivars Finvers writes:
> After updating my org-mode setup to 7.8.11 I noticed that row and column
> indexing no longer worked when accessing table data in a code block call.
Fixed in git, thanks a lot for reporting this,
--
Bastien
Ista Zahn writes:
> Hi Eric,
>
> Sounds really cool, I'd love to try it out. But when I run (ert
> "org-ehtml") I get errors like
>
> Selector: "org-ehtml"
> Passed: 0
> Failed: 5 (5 unexpected)
> Total: 5/6
>
> Started at: 2012-08-15 22:00:20-0400
> Finished.
> Finished at: 2012-08-15 22:00:
Eric Abrahamsen writes:
> On Thu, Aug 16 2012, Eric Schulte wrote:
>
Every time I edited a block and clicked "save", it just deleted the
whole block. I got these errors in ~/.elnodelogs/elnode-error:
>>>
>>> I'm not sure what could be causing this problem. Did the test suite run
>
48 matches
Mail list logo