Exporting allows only the visible part to be exported to HTML, I
wonder if there is an option in publishing that only publish the
visible part for all files in a project?
Thanks!
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies
Bastien googlemail.com> writes:
>
> I'll Carsten sort this out -- and possibly revert the change I just
> made, if he disagrees!
>
I hope he'll at least add an option in that case.
Thanks for implementing it.
___
Emacs-orgmode mailing list
Reme
Hi,
Currently when you click on the "Read the documentation online" link on the
org homepage, it takes you to a monolithic file which seems to be either
exactly the same or very similar to what you get when you click the "single
monolithic file" link. I don't know if this was intentional -- until
On Thu, Jul 30, 2009 at 7:55 PM, Bastien wrote:
> Sebastian Rose writes:
>
> >> Column view by default only shows a single subtree. In order to do
> column
> >> mode over an entire buffer, you have to have text before the first
> headline,
> >> and go there.
>
> I would guess that having text bef
I almost always need a single window for everything except
completion.
In org, I have the following set to do this.
(pushnew '(file . find-file) org-link-frame-setup :test #'equal)
(add-hook 'remember-mode-hook 'delete-other-windows)
;;it might be nice to have a 'dedicated-buffer option
(setf org
Hi Andrea,
Andrea Crotti writes:
> So everything would be fantastic, how to synchronize the other
> way around?? Is there a way to import an ics?
Not for now, no. But it is a good project to work on :)
Note that this doesn't need to be written in Emacs Lisp.
Could be a python/perl/whateve
Bernt Hansen writes:
> I think the parenthesis should be URL encoded to be a valid URL.
>
> Change ( to %28 and ) to %29 and you get
>
> http://dx.doi.org/10.1016/S1352-2310%2801%2900429-0
>
> which works for me (at least it doesn't 404 anymore)
>
> Gnus also stops the fontification at the ( so
Tom Roche writes:
> http://dx.doi.org/10.1016/S1352-2310(01)00429-0
>
> 0 When I paste the link from my browser into an org-mode buffer, only
> the part before the first '('
>
> http://dx.doi.org/10.1016/S1352-2310
>
> is fontified.
Fixed, thanks.
--
Bastien
User writes:
> I noticed if a header has only some text under it and no
> subheaders the TAB cycling still goes over the FOLDED -> CHILDREN
> -> SUBTREE cycle, though the last two states are effectively the
> same in that case and nothing happens when TAB is pressed in
> CHILDREN state.
>
> Would
Jeremie Knuesel writes:
> A keybinding suggestion: wouldn't it make sense to have C-M-a (C-M-e) go to
> the
> first (last) line of a top-level heading?
Here are the functions:
--8<---cut here---start->8---
(defun org-back-to-top-level-heading ()
"Go back t
Cian OConnor writes:
> Now if I go to level 3 and create a sparse tree I get this:
> * level 3
> * level 4
>
> Which is fine and usable, but it would be nice to have the option to
> have the following instead:
>
> * level 3
> * level 4
Why would you want to have this?
I find this
Sebastian Rose writes:
>> Column view by default only shows a single subtree. In order to do column
>> mode over an entire buffer, you have to have text before the first headline,
>> and go there.
I would guess that having text before the first headline is quite a
common pattern. Adding one is
Dan Griswold writes:
> Hi there,
>
> Well, I think this a bug.
I can also reproduce this, I will fix it by sunday.
Thanks,
--
Bastien
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http
Hi,
Bernt Hansen writes:
> Nick Dokos writes:
>
>> Bernt Hansen wrote:
>>
>>> Actually you're right - I didn't notice that. If I export via docbook
>>> (C-c C-e V) it looks better: http://www.norang.ca/tmp/x-3.pdf
>>>
>>
>> Yes, it does look much better (does it work as well with HTML?).
>
Hi all,
The footnote at the bottom of section 13.1.4 ("Publishing action") of the Org
manual says that publishing org files to the same directory using
org-publish-org-to-org results in files named like file-source.org. It
actually results in file.org-source, which is not as nice. I believe the
Nathan Neff writes:
> I know that I can set this variable or define a custom agenda view
> if I only want to see clocked items in the agenda:
>
> (setq org-agenda-log-mode-items (quote (clock)))
>
> But, I like the way that the 'l' and 'R' keys work in the agenda,
> where they show/hide
> the log
Hello,
I know that I can set this variable or define a custom agenda view
if I only want to see clocked items in the agenda:
(setq org-agenda-log-mode-items (quote (clock)))
But, I like the way that the 'l' and 'R' keys work in the agenda,
where they show/hide
the log and the clock report.
Is t
Tom Roche writes:
> I've been using org-mode for a couple weeks now and am mostly very
> impressed (not to mention occasionally overwhelmed). I have noticed
> one bug, however, which
>
> 0 might just be me, so perhaps other folks can try to reproduce it
>
> 1 is probably in browse-url, so I'm not
Marcelo de Moraes Serpa writes:
> Sorry for this follow up question, but I didn't find the answer anywhere else.
>
> Is it possible link to another org-file and tell org to expand a
> specific item (lke an anchor) ?
Simply visit the headline in the other file and use C-c C-l to store it.
Then p
I've been using org-mode for a couple weeks now and am mostly very
impressed (not to mention occasionally overwhelmed). I have noticed
one bug, however, which
0 might just be me, so perhaps other folks can try to reproduce it
1 is probably in browse-url, so I'm not sure how to report it
Anyway,
Marcelo de Moraes Serpa writes:
> Hello list -- here goes a quick crazy question:
>
> Is there a way to extend org in a way that, whenever I write/add a new
> item as a direct child of a Projects list, it will tag this item as
> :PROJECT: automatically ? This could happen when I press enter or if
Cian OConnor writes:
> I really like refiling functionality in org-mode and use it quite a
> bit. However one thing that annoys me is that quite often I simply want
> to refile in the same buffer. Is there a way to do this that I've
> missed? Or do I simply have to select the name of the current
Sorry for this follow up question, but I didn't find the answer anywhere else.
Is it possible link to another org-file and tell org to expand a
specific item (lke an anchor) ?
Thanks,
Marcelo.
___
Emacs-orgmode mailing list
Remember: use `Reply All'
Hello list -- here goes a quick crazy question:
Is there a way to extend org in a way that, whenever I write/add a new
item as a direct child of a Projects list, it will tag this item as
:PROJECT: automatically ? This could happen when I press enter or if I
enter the item through another command (
What I'd like to be able to do is the following. Say I have the
following tree:
* level 1
* level 2
* level 3
* level 4
Now if I go to level 3 and create a sparse tree I get this:
* level 3
* level 4
Which is fine and usable, but it would be nice to have the option to
have t
Nick Dokos hp.com> writes:
>
> I don't use properties, but doesn't
>
> prop=""
>
> work?
>
Yep, it seems to do the job. Thanks for that.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.or
User wrote:
> Is there a way to search for headlines which does *not* have set
> a particular property? Reading the manual I have the impression
> property search has the fixed syntax name=value, so there is no
> simple way to search for headers where a property is not yet set
> (that is, it has
I really like refiling functionality in org-mode and use it quite a
bit. However one thing that annoys me is that quite often I simply want
to refile in the same buffer. Is there a way to do this that I've
missed? Or do I simply have to select the name of the current buffer as
I currently do.
Cian
Hi Martin,
On 2009-07-30, Martin Pohlack wrote:
>> '(defadvice undo (after org-undo-reveal activate)
>> "Make point and context visible after an undo command in Org-mode."
>> (and (org-mode-p) (org-reveal)))
>> ;;(ad-unadvise 'undo)
>
> Awesome, this is exactly what I was looking for!
Maybe we
Is there a way to search for headlines which does *not* have set
a particular property? Reading the manual I have the impression
property search has the fixed syntax name=value, so there is no
simple way to search for headers where a property is not yet set
(that is, it has no value).
The only way
Hello,
I just attempted to export my agenda as an .ics and found an entry
scheduled for only Monday when I have dates in my org file for all 5
days of the week. My org file has:
Plan Tomorrow
<2009-06-15 Mon 17:00-18:00 +1w>
<2009-06-16 Tue 17:00-18:00 +1w>
<2009-06-17 Wed 1
Hi Samuel,
Samuel Wales wrote:
> Hi Martin,
>
> This is a huge issue.[1]
>
> Here is what I do to try to work around it.
>
> I use git, to limit the damage from confusion.
Yes, this or a versioning filesystem is probably advisable.
> I expand the entire buffer if I think I am about to be conf
Nick Dokos writes:
> Bernt Hansen wrote:
>
>> Actually you're right - I didn't notice that. If I export via docbook
>> (C-c C-e V) it looks better: http://www.norang.ca/tmp/x-3.pdf
>>
>
> Yes, it does look much better (does it work as well with HTML?).
I've never tried that. My DocBook too
Bernt Hansen wrote:
> Brian van den Broek writes:
>
> > Bernt Hansen said unto the world at 30/07/09 01:13 PM:
> >> zwz writes:
> >>
> >>> I recently found the problem when I want to export the org file to
> >>> html and pdf.
> >
> >
> >> The following test file works fine for me as far as I
Hi Martin,
This is a huge issue.[1]
Here is what I do to try to work around it.
I use git, to limit the damage from confusion.
I expand the entire buffer if I think I am about to be confused.
;;i like the idea of clustering undo but find it disconcerting
(setf org-self-insert-cluster-for-undo
Nick Dokos writes:
> Well, not quite: the subscripts in HTML are too big and the first formula in
> the PDF does not have superscripts (it still has the carets): I checked LaTeX
> export and the problem is present there:
>
> y = x$_1$\^{}2 + x$_2$\^{}2
>
> y$^2$ = 2x$^2$ + 1
>
> z$_2$ = x$
Brian van den Broek writes:
> Bernt Hansen said unto the world at 30/07/09 01:13 PM:
>> zwz writes:
>>
>>> I recently found the problem when I want to export the org file to
>>> html and pdf. I guess there will be some people (who are also not so
>>> familiar with the powerful org-mode) bothered
Bernt Hansen wrote:
> zwz writes:
>
> > I recently found the problem when I want to export the org file to
> > html and pdf. I guess there will be some people (who are also not so
> > familiar with the powerful org-mode) bothered by the same issue, that
> > is, html and pdf requires different o
Bernt Hansen said unto the world at 30/07/09 01:13 PM:
zwz writes:
I recently found the problem when I want to export the org file to
html and pdf. I guess there will be some people (who are also not so
familiar with the powerful org-mode) bothered by the same issue, that
is, html and pdf requ
At Thu, 30 Jul 2009 17:42:08 +0200,
Martin Pohlack wrote:
>
> Hi there,
>
> I'm using undo from time to time in org-mode buffers and sometimes the
> area covered by the undo step is hidden (folded away) at the undo
> time. I feel somewhat uncomfortable in this situation as I,
> apparently, rely
zwz writes:
> I recently found the problem when I want to export the org file to
> html and pdf. I guess there will be some people (who are also not so
> familiar with the powerful org-mode) bothered by the same issue, that
> is, html and pdf requires different org format sometimes.
> - I use $
Hi,
I recently found the problem when I want to export the org file to
html and pdf. I guess there will be some people (who are also not so
familiar with the powerful org-mode) bothered by the same issue, that
is, html and pdf requires different org format sometimes.
- I use $ y = x_1^2 + x_2^2 $
Hi there,
I'm using undo from time to time in org-mode buffers and sometimes the
area covered by the undo step is hidden (folded away) at the undo
time. I feel somewhat uncomfortable in this situation as I,
apparently, rely on the visual appearance of the buffer when undoing
and redoing several s
I really love org-mode and I've been using it for a while
now (just finished yesterday to read the info documentation).
Now I would like to use it as calendar and see also my changes on
ical.
So I thought about exporting automatically (batch exporting on
every save maybe?) to ics all my interesti
Eric S Fraga writes:
> At Wed, 29 Jul 2009 18:29:19 -0400,
> Nick Dokos wrote:
>>
>> Samuel Wales wrote:
>>
>> > Hi Bastien,
>> >
>> > I did not realize that appt could not be used.
>> >
>> > On 2009-07-29, Bastien wrote:
>> > > Please provide more information on how you tried it.
>> >
>>
Bernt Hansen writes:
> Dan Griswold writes:
>
>> Note that the top level headings ("A Heading" and "Another Heading")
>> are not exported as \section, but with the asterisks they have in the
>> org file
... snip ...
>> Can any of you reproduce this?
>
> Hi Dan,
>
> Yes I can reproduce this too
Ethan writes:
> Hi!
>
> I've been playing with org-mode column view (org version 6.28trans, fresh
> from git!) and working my way through the Org manual to try to understand
> this tool and see what neat tricks I can pick up by using it. Today I have
> been playing with column view.
>
> Column vi
At Wed, 29 Jul 2009 18:29:19 -0400,
Nick Dokos wrote:
>
> Samuel Wales wrote:
>
> > Hi Bastien,
> >
> > I did not realize that appt could not be used.
> >
> > On 2009-07-29, Bastien wrote:
> > > Please provide more information on how you tried it.
> >
> > It works now. I pulled in the inter
I noticed if a header has only some text under it and no
subheaders the TAB cycling still goes over the FOLDED -> CHILDREN
-> SUBTREE cycle, though the last two states are effectively the
same in that case and nothing happens when TAB is pressed in
CHILDREN state.
Wouldn't it be better if in this
Bastien schrieb:
> Paul Mead writes:
>
>> Can anyone give me a quick and easy way of changing this without
>> breaking something else?
>
> Go to the face you want to change and hit M-x customize-face RET
>
is it possible to change the font of the currently clocked in agenda item?
rainer
___
Hi,
A keybinding suggestion: wouldn't it make sense to have C-M-a (C-M-e) go to
the first (last) line of a top-level heading?
* top level <- go to this line with C-M-a
** second level
*** third level
text... <- starting from here...
more text..
51 matches
Mail list logo