[Orgmode] need help with lisp for export function regarding timestamps

2011-01-27 Thread Arun Persaud
Hi trying to get the export to ics working using org-icalendar-verify-function and org-export-icalendar-combine-agenda-files At the moment I'm using the following as a verify function: (defun mycal-export () (setq mycategory (org-get-category)) (setq myrepeat (org-get-repeat)) (and (not

Re: [Orgmode] Status google calendar sync

2011-01-27 Thread Arun Persaud
Hi > I try this and get absolutely nothing. Just an empty calendar line. > I am using the latest (0.9.12), BTW. If you enter > > google --help > > part of the help is: > > --fields=FIELDS Fields to list with list task. I got an older version (0.9.5)... all of this makes me think th

[Orgmode] Bug: startup hidestars also hides the point (square at point) [6.33x]

2011-01-27 Thread Arne Babenhauserheide
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. -

[Orgmode] Re: [ANN] Changes to lists

2011-01-27 Thread Achim Gratz
Hi Nicolas, Nicolas Goaziou writes: [...] I've found some time today to install the new-struct branch at my work machine. Things look good so far and the checkboxes have started to work again. :-) I've briefly switched on alphabetical lists and that has worked quite well on the lists I tried i

[Orgmode] Re: Hiding deadlines for completed (but not DONE) tasks

2011-01-27 Thread Matt Lundin
David Maus writes: > At Wed, 12 Jan 2011 21:09:33 +0100, > Michael Brand wrote: >> >> On Wed, Jan 12, 2011 at 19:06, Giorgio Valoti wrote: >> > mmmh, maybe there’s just something wrong with my conf: >> > >> > (setq org-todo-keywords (quote ((sequence "TODO(t)" "STARTED(n)" "|" >> > "DONE(d!/!)

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-27 Thread Nicolas Goaziou
Hello, > Karl Maihofer writes: > Pressing M- with the cursor on "Item 2" in the example below > inserts a space before the inline task, so that it's no longer > recognized as a task. > - Item 1 > - Item 2 > - Item 2.1 > > *** Inline Task > Text > *** END > > -

[Orgmode] Re: Notes reviews with sparse trees

2011-01-27 Thread Matt Lundin
Giorgio Valoti writes: > since I started using Org I collected a bunch of notes in a journal > file and I’d like to review them on a regular schedule. Ideally, I’d > like to mark a given entry with a review timestamp so I can skip it > the next I review the journal file and then use a sparse tree

[Orgmode] Re: Filtering org file according to priorities

2011-01-27 Thread Matt Lundin
"Renger van Nieuwkoop" writes: > Hi > > I have the following list in an org-file > * Work > ** [#A] Goal1 > ** [#B] Goal2 > ** [#A] Goal3 > > I want to filter for all entries with priority A. If I use C-c / p > PRIORITY A Org-mode highlights all the entries with [#A] but also shows > the other en

[Orgmode] Re: Make text below heading not part of the heading

2011-01-27 Thread Matt Lundin
Marcelo de Moraes Serpa writes: > This might be a stupid question, but I still could not find a proper > solution for the following issue: > > Let's say I have the following text in an org buffer: > > * A folded heading with some text beneath... > > And that I want to keep the document going by t

Re: [Orgmode] org-latex and figures

2011-01-27 Thread Thomas S. Dye
Hi Andrea, There is no default that will work in all situations. A default of [ptb] will typically generate some pages with just a figure and lots of white space. I make a lot of latex documents and I find the path of least resistance is to use a default of [htb!] and pay attention to t

[Orgmode] Re: how to create a one page weekly schedule

2011-01-27 Thread Matt Lundin
Detlef Steuer writes: > Dear org-ers, > > I would like to get a "normal" weekly landscape schedule out of my > agenda. > Now I _really_ would like to see or export to something like: > > * Schedule for 17.1. - 21.1.2011 > | | Mo | Tu | We| Th | Fr| > | 8-9 |

[Orgmode] org-latex and figures

2011-01-27 Thread Andrea Crotti
I could not understand why on earth my pdf had all the images after the whole document. Then I found this: http://www.eng.cam.ac.uk/help/tpl/textprocessing/float_hint.html and found out that the default for a figure was \begin{figure}[ptb] while in the generated latex file from org I had \begin{

[Orgmode] Re: Tangle subtree only?

2011-01-27 Thread Dan Davison
Rainer M Krug writes: > Hi > > my org document is structured in such a way, that each subtree is to be > tangled into a separate file, specified in a > :PROPERTIES: > :tangle: filename > :END: > drawer. > > If I change something in one subtree, I do tangle the whole file, just > because of a smal

[Orgmode] Tangle subtree only?

2011-01-27 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi my org document is structured in such a way, that each subtree is to be tangled into a separate file, specified in a :PROPERTIES: :tangle: filename :END: drawer. If I change something in one subtree, I do tangle the whole file, just because of a s

Re: [Orgmode] Re: Make text below heading not part of the heading

2011-01-27 Thread Jeff Horn
On Thu, Jan 27, 2011 at 5:14 AM, Leo Alekseyev wrote: > control over folding is not entirely satisfactory. It doesn't look hard to > fix, > but unfortunately it seems that everyone is content with the status quo... "Be the engine of change you want to see in the world." I don't know elisp, but I

[Orgmode] Re: Make text below heading not part of the heading

2011-01-27 Thread Leo Alekseyev
Christian Moe christianmoe.com> writes: > > For my money, it's neither bug nor feature, but a (minor) restriction > that follows from the (hugely enabling) feature of simple-to-use > outline folding. An exception would be an added feature. For my part, > I've not yet had a use case where inse

Re: [Orgmode] Make text below heading not part of the heading

2011-01-27 Thread Christian Moe
For my money, it's neither bug nor feature, but a (minor) restriction that follows from the (hugely enabling) feature of simple-to-use outline folding. An exception would be an added feature. For my part, I've not yet had a use case where inserting an extra heading was not a satisfactory soluti