I will apply this one tomorrow. Note that your changelog announces
changes to org.texi that your patch don't contain.
Thanks!
James TD Smith writes:
> * contrib/lisp/org-checklist.el
> - Fix some problems with the print/export feature in org-checklist.
> - Add custom options for this mod
I think it's a good idea, I will test this a bit further before applying
the patch. Thanks!
James TD Smith writes:
> You can customise `org-link-check-clipboards' to check either the X clipboards
> or kill-ring only, or both, or none. If you have the interprogram-cut/paste
> functions set, you
Thanks James.
Can people try this and give some feedback if they find it useful?
James TD Smith writes:
> ---
> lisp/ChangeLog |3 +++
> lisp/org.el| 17 -
> 2 files changed, 19 insertions(+), 1 deletions(-)
>
> diff --git a/lisp/ChangeLog b/lisp/ChangeLog
> index 348
Thanks. Eric, does it look good to you?
James TD Smith writes:
> ---
> lisp/org-plot.el | 14 +++---
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/lisp/org-plot.el b/lisp/org-plot.el
> index 0e8f5a2..c9d61b3 100644
> --- a/lisp/org-plot.el
> +++ b/lisp/org-plot.
Hi James,
welcome back. Carsten is on vacation for three weeks and I'm
maintaining Org in the meanwhile.
I won't take the decision of adding new special properties without
asking him so I don't apply this patch for now. But I will use your
patch for a while and see if I find it useful. If othe
Scot,
I've found a similar solution in a previous thread:
http://thread.gmane.org/gmane.emacs.orgmode/12094/focus=12105
In summary, add the following to your ~/.emacs.el:
;; outline-minor-mode
(defun prompt-for-outline-regexp (new-regexp)
"ask the user for a local value of outline-regexp in
Clarification: ido does not present the header as a candidate.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
When I have a lower case version of a todo kw as the first
word in a header, refile skips the header. Or so it seems.
I suspect that regexp matching for todo keywords in refile
code might be allowing lower case versions of those
keywords. There was a fix for a similar problem a while
back and th
Scot Becker writes:
Hi Scot,
> Does anyone have a recipe for easy org-style folding of an elisp file?
> I'd like to divide my .emacs into segments to make it easier to
> oversee and navigate.
As you're probably aware, outline-minor-mode can be used for folding
source code in whatever language.
>> http://orgmode.org/manual/Export-options.html
(...)
> http://orgmode.org/manual/Selective-export.html#Selective-export
Right, the answer was obvious and right under my nose :)
Thank you a million times for these pointers and sorry for not
understanding that by myself earlier.
Indeed a EXPORT_FI
At Mon, 13 Jul 2009 22:23:51 +0100,
Scot Becker wrote:
>
> Does anyone have a recipe for easy org-style folding of an elisp file?
> I'd like to divide my .emacs into segments to make it easier to
> oversee and navigate.
>
> Scot
Scot,
I use hideshow (part of the standard Emacs distribution fro
Does anyone have a recipe for easy org-style folding of an elisp file?
I'd like to divide my .emacs into segments to make it easier to
oversee and navigate.
Scot
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Ema
James TD Smith writes:
> Sorry about that, guess I'm a bit rusty :). I've fixed the commit logs and
> pushed them to my git repository.
Thanks :)
-Bernt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgm
Matthew Lundin writes:
> Ben writes:
>
>> I think that's my first post here and I would like first of all to
>> thank you all for your amazing work.
>
> Welcome!
>
>>
>> My first question is: How can I publish a subsection of one of these
>> files as a webpage (and this subsection only)? I occas
Ben writes:
> I think that's my first post here and I would like first of all to
> thank you all for your amazing work.
Welcome!
>
> My first question is: How can I publish a subsection of one of these
> files as a webpage (and this subsection only)? I occasionally do that
> manually with C-c C
Hello everybody
I think that's my first post here and I would like first of all to
thank you all for your amazing work.
I've a couple of questions to ask you and I must say I certainly don't
have the skills to understand in-depth answers, unfortunately, if it
involves coding or too fancy configur
Hi Bernt,
On 2009-07-13 07:55:04(-0400), Bernt Hansen wrote:
> James TD Smith writes:
>
> > You can customise `org-link-check-clipboards' to check either the X
> > clipboards
> > or kill-ring only, or both, or none. If you have the interprogram-cut/paste
> > functions set, you probably only want
James TD Smith writes:
> ---
Same comment for this one as patch 4/5.
-Bernt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
James TD Smith writes:
> You can customise `org-link-check-clipboards' to check either the X clipboards
> or kill-ring only, or both, or none. If you have the interprogram-cut/paste
> functions set, you probably only want to use the kill-ring only.
> ---
Hi James,
The summary line (subject) is
These give the elapsed time since the TIMESTAMP and TIMESTAMP_IA
properties. This value is in days, as a floating point number.
For display in column view, this is converted to a human-readable time
interval in the form 8d 02h 12m 22s.
---
lisp/ChangeLog | 18 --
lisp/org-c
* contrib/lisp/org-checklist.el
- Fix some problems with the print/export feature in org-checklist.
- Add custom options for this module
- Fix some interaction with a2ps
- Only reset checkboxes if TODO state is done.
* doc/org.texi
- Add documentation for org-checklist
* lisp/org.el
-
You can customise `org-link-check-clipboards' to check either the X clipboards
or kill-ring only, or both, or none. If you have the interprogram-cut/paste
functions set, you probably only want to use the kill-ring only.
---
lisp/ChangeLog |5
lisp/org.el| 66
---
lisp/ChangeLog |3 +++
lisp/org.el| 17 -
2 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 348ade3..9ce7a17 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,6 +11,9 @@
SINCE_IA. These give the time si
---
lisp/org-plot.el | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/lisp/org-plot.el b/lisp/org-plot.el
index 0e8f5a2..c9d61b3 100644
--- a/lisp/org-plot.el
+++ b/lisp/org-plot.el
@@ -333,12 +333,12 @@ line directly before or after the table."
(with-te
After a long absence I am returning to org development. Those of you who haven't
forgotten about my proposed rewrite of org-remember will be wondering what
happened to it. I have been working on it when I've had time, and most of the
new features are implemented but not fully tested. I plan on maki
"Dave Roberts" writes:
> http://orgmode.org/manual/Activation.html#Activation
>
> "If you do not like transient-make-mode..."
>
> Should read "transient-mark-mode" not "transient-make-mode".
Fixed, thanks.
--
Bastien
___
Emacs-orgmode mailing
26 matches
Mail list logo