Hi Adam,
this is awesome, thanks for the link
- Carsten
On Nov 14, 2009, at 1:27 PM, Adam Spiers wrote:
In case you haven't seen it, this is probably the first ever public
demo of outlining software in 1968:
http://www.youtube.com/watch?v=6epbmU7_fvg
Some of the similarities to org-mode ar
On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote:
Hi Carsten,
The new org-agenda-diary-entry looks quite convenient.
Would it be possible to add an option to bypass the date tree so as to
add each new appointment as a simple first level heading? I prefer to
keep my appointments organized by pro
On Nov 14, 2009, at 7:49 PM, Gregory J. Grubbs wrote:
The current speed keys include the following:
--8<---cut here---start->8---
c org-cycle
C org-shifttab
--8<---cut here---end--->8---
But those keys already have eq
On Nov 14, 2009, at 12:03 AM, Sebastian Rose wrote:
Drawers are now exported properly
==
Drawers are now exported when the configuration requires it,
i.e. if the variable `org-export-with-drawers' is t or a list
containing the drawers to export.
I still cannot
Eraldo Helal writes:
>> This patch fixes it. I've put the LINK_UP and ..._HOME directly after
>> the tag:
>>
>>
>> - HERE ---
>>
>>
> How can I now style them with css ...without messing with the other links?
>> By defining links in "body" for UP and HOME and defining links again in
>
Darlan Cavalcante Moreira writes:
> Hi everybody,
>
> Is there a way to ignore some lines when using org-plot/gnuplot to plot a
> table
> in Org? I have a table with some expenses, but the last two lines are the
> total
> calculated from the previous lines. I'd like to plot only the expenses an
Dan Davison writes:
> Carsten Dominik writes:
>
> <...>
>> I am happy to have a discussion what additional
>> commands should be present by default.
>
> I thought a speed command for scrolling through an org document might be
> good -- move from heading to heading, displaying the next entry whil
Hi Lanas,
for short:
M-x customize-variable RET org-disputed-keys RET
M-x customize-variable RET org-replace-disputed-keys RET
and set it to `t' (or `on')
BTW: I'll now go ahead and add an FAQ entry - if it doesn't exist yet
(`grep disputed-keys' says it does not).
Sebastia
lanas writes:
> Hello all,
>
> I use orgmode on a daily basis and it's great. Although it could be a
> bit better if it was possible to copy/paste as in regular buffers. In
> a regular buffer (eg. C, Perl code for instance) I use to select
> characters inside a line of text: Shift-Crtl-Right Ar
Bernt Hansen writes:
> ,[ test.org exported to HTML buffer ]
> |
> |
> | UP
> | |
> | HOME
> |
> |
> | test.org
> `
>
> Shouldn't the up and home links both be moved to the body of the page,
> stripped of their in-line style info (text-align, font-size,
> white-space) and use CS
Bernt Hansen writes:
> ,[ test.org exported to HTML buffer ]
> |
> |
> | UP
> | |
> | HOME
> |
> |
> | test.org
> `
>
> Shouldn't the up and home links both be moved to the body of the page,
> stripped of their in-line style info (text-align, font-size,
> white-space) and use CS
Eraldo Helal writes:
> How can I make style changes to "UP and HOME" links? (#+LINK_UP/HOME) without
> messing with the other
> link styles?
You should use CSS for this but...
the up and home links seem to be inside the .. section of
the page and not the .. section. This looks strange to me.
How can I make style changes to "UP and HOME" links? (#+LINK_UP/HOME)
without messing with the other link styles?
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/list
Hello all,
I use orgmode on a daily basis and it's great. Although it could be a
bit better if it was possible to copy/paste as in regular buffers. In
a regular buffer (eg. C, Perl code for instance) I use to select
characters inside a line of text: Shift-Crtl-Right Arrow. In orgmode
it does n
greg...@dynapse.com (Gregory J. Grubbs) writes:
> I therefore suggest removing C as a speed key, and using c to invoke
> org-columns,
> like so:
I think what we should probably do is redefine the keys locally in
org-speed-commands-user and then after using them for a while get people
to post the
The current speed keys include the following:
--8<---cut here---start->8---
c org-cycle
C org-shifttab
--8<---cut here---end--->8---
But those keys already have equivalents with the same number of key
strokes:
c can als
I was keeping a list of packages I use with emacs (here)
http://github.com/AndreaCrotti/Emacs-conf/blob/master/.emacs.d/README.txt
but now I had another idea, why don't create a table with org mode?
I thought a table like
| PACK | UPDATE CMD | REPO | COMMENT | RANK | CONF |
where
PACK: name and
greg...@dynapse.com (Gregory J. Grubbs) writes:
> Hi, all.
>
> I find that using IDO with fuzzy matching turned on is making org-refile
> unusable. The problem is that emacs will lock up for up to 45 seconds
> for each character I type, as ido searches through 3 levels of headings
> in all my arc
When the following file is narrowed to the "Sub Two" tree,
org-display-outline reports the path relative to "Sub Two". It would be
more useful to report, e.g. "Top One/Sub Two/Blah"
Obviously, if you are narrowed further down the hierarchy, the current
function becomes even less useful.
--8<--
I don't understand what I'm being prompted for with the current prompt.
--8<---cut here---start->8---
diff --git a/lisp/org.el b/lisp/org.el
index c5499a3..dcded8e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12213,11 +12213,11 @@ allowed value."
Hi, all.
I find that using IDO with fuzzy matching turned on is making org-refile
unusable. The problem is that emacs will lock up for up to 45 seconds
for each character I type, as ido searches through 3 levels of headings
in all my archive files. I like having ido turned on for this, as it
al
Hi,
Attached is the patch which removes the unused function
"org-compact-display-after-subtree-move".
Thanks and Regards
Noorul
diff --git a/lisp/org.el b/lisp/org.el
index 0c22428..b95028c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5412,19 +5412,6 @@ This function is the default value of the
Hi,
I do not have public repository so I am attaching the patch. It is
very small though!
Thanks
Noorul
diff --git a/README b/README
index dea5506..f4b491d 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ xemacs/
until version 4.37, but no longer.
CONTRIB/
-A diretory with third-par
Benjamin Andresen writes:
> Hey Dan,
>
> Dan Davison writes:
>
>> (unless (org-heading-has-child-p) (org-cycle))
>
> There is no function by the name of org-heading-has-child-p in the
> current org-mode tree. I'd like to try the above code.
Thanks Benny.
Here's a new version. There could
Ian Barton wrote:
The date-tree option in the latest org looks very useful. However, I am
having trouble making it work. My remember template looks like:
("Test" ?x "* %^{prompt} :journal:\n\n %i%&\n %!"
"~/Documents/org/journal/notes.org" date-tree)
In notes.org I have:
* Date Tree Test.
Hi Carsten,
The new org-agenda-diary-entry looks quite convenient.
Would it be possible to add an option to bypass the date tree so as to
add each new appointment as a simple first level heading? I prefer to
keep my appointments organized by project and/or category and have no
real use for the d
In case you haven't seen it, this is probably the first ever public
demo of outlining software in 1968:
http://www.youtube.com/watch?v=6epbmU7_fvg
Some of the similarities to org-mode are fairly staggering - it was
also the first public demo of hyperlinks, anchors, the mouse ...
(This video is
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-mode mailing list.
--
Hey Dan,
Dan Davison writes:
> (unless (org-heading-has-child-p) (org-cycle))
There is no function by the name of org-heading-has-child-p in the
current org-mode tree. I'd like to try the above code.
>
> Dan
br,
benny
___
Emacs-orgmode maili
The date-tree option in the latest org looks very useful. However, I am
having trouble making it work. My remember template looks like:
("Test" ?x "* %^{prompt} :journal:\n\n %i%&\n %!"
"~/Documents/org/journal/notes.org" date-tree)
In notes.org I have:
* Date Tree Test.
:PROPERTIES:
:DATE
30 matches
Mail list logo