[O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
I'm trying to get org-mode to provide me with two things, but haven't found a way to do it. 1. First, I want to be able to use it like a daily engineering or science journal, logging notes as they occur, in pretty much linear fashion chronologically. Or, more to the point, I want to be able to rep

[O] org-mode are these two entries identical for org-mode?

2011-11-07 Thread Jude DaShiell
* aptitude install emacs -r get emacs text editor. * aptitude install emacs -r get emacs text editor. Jude When people ask do you believe in Numerology, the proper reply for me at least is do you believe in a hammer? The proper answer for me for both questions is no, they're both tools and to

Re: [O] [test] Failure on GNU Emacs 22.3.2 (i686-pc-linux-gnu) of 2011-05-28 on x60s

2011-11-07 Thread Martyn Jago
David Maus writes: > Running the test suit on > > GNU Emacs 22.3.2 (i686-pc-linux-gnu) of 2011-05-28 on x60s > > currently fails with the backtrace below. > > Somehwere/somehow Babel ends up calling `member' with the second > argument not being a list. In Emacs22 this triggers an error, but not >

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Bernt Hansen
Tommy Kelly writes: > I'm trying to get org-mode to provide me with two things, but haven't > found a way to do it. > > 1. First, I want to be able to use it like a daily engineering or > science journal, logging notes as they occur, in pretty much linear > fashion chronologically. Or, more to th

Re: [O] BUG: org-todo-yesterday logs wrong date

2011-11-07 Thread Geert Kloosterman
Hi all, On Wed, Oct 19, 2011 at 1:17 AM, Viktor Rosenfeld wrote: > > org-todo-yesterday and org-agenda-todo-yesterday log a note using the > current timestamp and not a timestamp of 23:59 of yesterday's date. > > I'm using Org-Mode 7.7 pulled today from the git repository. > > I'm experiencing t

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Olaf Dietsche
Tommy Kelly writes: > I'm trying to get org-mode to provide me with two things, but haven't > found a way to do it. > > 1. First, I want to be able to use it like a daily engineering or > science journal, logging notes as they occur, in pretty much linear > fashion chronologically. Or, more to th

[O] View inherited DEADLINEs in agenda

2011-11-07 Thread Fabrizio Chiarello
Hi all, I have many tasks with a DEADLINE, and I wish to have their subtasks to inherit such DEADLINE. To this aim, I set: (setq org-use-property-inheritance (quote ("DEADLINE"))) The problem is that the agenda only shows deadlines for the tasks that define them (the parent tasks) and not for

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread Giovanni Ridolfi
Fabrizio Chiarello writes: > I have many tasks with a DEADLINE, and I wish to have their subtasks to > inherit such DEADLINE. To this aim, I set: > > (setq org-use-property-inheritance (quote ("DEADLINE"))) > > The problem is that the agenda only shows deadlines for the tasks that > define th

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread suvayu ali
On Mon, Nov 7, 2011 at 13:19, Giovanni Ridolfi wrote: > Fabrizio Chiarello writes: > > >> I have many tasks with a DEADLINE, and I wish to have their subtasks to >> inherit such DEADLINE. To this aim, I set: >> >>   (setq org-use-property-inheritance (quote ("DEADLINE"))) >> > >> The problem is t

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread Gustav Wikström
I second this. Tt would seem logical (to me at least) that the deadline should be inherited. I.e. in order to finish the project in time one has to also finish the subtasks in time. Right now the following property is illogical from this point of view: (setq org-agenda-dim-blocked-tasks 'invis

Re: [O] #+begin_src LaTeX blocks export to literal LaTeX

2011-11-07 Thread Michael Bach
Just for reference, I found that I need to load `ob-latex.el'. With that it works nicely.

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread Carsten Dominik
On Nov 7, 2011, at 1:19 PM, Giovanni Ridolfi wrote: > Fabrizio Chiarello writes: > > >> I have many tasks with a DEADLINE, and I wish to have their subtasks to >> inherit such DEADLINE. To this aim, I set: >> >> (setq org-use-property-inheritance (quote ("DEADLINE"))) >> > >> The problem i

[O] Bug: :tags: in title [7.7 f8168144a]

2011-11-07 Thread Giovanni Ridolfi
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. -

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
Olaf wrote: > Maybe I misunderstand what you want to accomplish, but if you put your > journal into a separate file (e.g. journal.org), ... That's pretty much what I want. But if I do that I then have trouble with getting sensible clock tables. For example, suppose I had: *** Headline about some

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
Bernt wrote: > For item 1) can you use the display of inactive timestamps to get part > of the information you want in the agenda and then visit the items with > either follow mode (F) or manually visit each item with SPC to get more > detail? Thanks. That's pretty much exactly my workaround now.

Re: [O] Bug: :tags: in title [7.7 f8168144a]

2011-11-07 Thread suvayu ali
Hi Giovanni, On Mon, Nov 7, 2011 at 15:31, Giovanni Ridolfi wrote: > > When I export the subtree "mathjax test": C-c @ C-c C-e B of the example file > below, > (please note that the PROPERTY "EXPORT_TITLE" does not have a value!!) > the exported HTML file (00-b.html) has > > the "tag" :EX

Re: [O] [SOLVED] Bug: :tags: in title [7.7 f8168144a]

2011-11-07 Thread Giovanni Ridolfi
suvayu ali writes: Hi suvayu > > Since you CC'd me, did my patch to org-exp.el introduce this > behaviour? I thought so > Anyway, I can't reproduce this. I see "mathjax test" as the title, > which is expected behaviour. uh??? I cannot reproduce as well !! I don't know what happened, but I

Re: [O] org-taskjuggler export problems

2011-11-07 Thread Christian Egli
Hi Johnny writes: > I am trying to export a simple project plan from org to taskjuggler > through org-taskjuggler.el. I cannot get the behavour I expect and > need do some manual tweaks to get the taskjuggler file working. What > am I doing wrong? You're not doing anything wrong. You've hit so

Re: [O] Encrypting archived files

2011-11-07 Thread Ian Barton
I started archiving a bunch of pdf and jpg scans of some important documents. I currently use the org-crypt package + gnupg to encrypt org entries, I'm thinking about using gnupg to encrypt the files as well. Is there any integration with org for encryption/decryption of attached files? Any insi

[O] Todo balance motivation

2011-11-07 Thread Karl Voit
Hi! I am using a shell script to generate a simple todo overview showing these information: ,[ results of today and yesterday ] | vk@gary ~all/org-mode (git)-[master] % ./vkorgtaskratio.sh | 2011-11-07: 3 created - 7 done = -4 sum | Congratulations! More solved than generated! | vk@ga

Re: [O] org-taskjuggler export problems

2011-11-07 Thread Johnny
Hi Christian and thanks for your response. Christian Egli writes: > >> I am trying to export a simple project plan from org to taskjuggler >> through org-taskjuggler.el. I cannot get the behavour I expect and >> need do some manual tweaks to get the taskjuggler file working. What >> am I doing wr

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Tommy Kelly
> OK, that might be what I need then. I thought clock tables grouped > things by headings, not by tags. I'll have a look at the manual. I'm trying the tagging thing within clock tables, but I can't get it working at all. I've attached a tag to a single headline, and checked that I've got that righ

Re: [O] [PATCH] Category filtering in the agenda

2011-11-07 Thread Carsten Dominik
Hi Bastien, do I see it correctly that I cannot filter both by tag and by effort? - Carsten On 6.11.2011, at 19:34, Bastien wrote: > Dear all, > > here is a patch implementing category filtering in the agenda. > > The patch is not 100% clean wrt documentation, but I throw it > now to get some

Re: [O] [OT] Scanning for archiving

2011-11-07 Thread Karl Voit
Hi! Inspired by «Total Recall»[3], a book of two MS Research guys, I started life logging on my own two months ago. For this purpose I bought an HP OfficeJet Pro 8500A Plus which costs € 250 and has a decent scanner. Is can scan and print full duplex. The scanner as a 30 page ADF which is quite r

Re: [O] problems with mathjax CDN and HTML export

2011-11-07 Thread Christian Moe
On 11/7/11 5:02 PM, Giovanni Ridolfi wrote: the math snippets are always "converted" in HTML format e.g.:α = \frac{1}{L0} Do I understand correctly that this is your problem? (Not very clear from your long example, which starts with the CDN service.) If so, I can't reproduce it. Your $$ \a

Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"

2011-11-07 Thread Eric Schulte
The attached patch implements this latest "propname+" suggestion. When applied it results in the behavior shown below. I'm inclined to go with this as a solution moving forward. Thoughts? #+property: varfoo=1 #+property: var+ , bar=2 #+begin_src emacs-lisp (+ foo bar) #+end_src #+result

Re: [O] Emacs-orgmode Digest, Vol 68, Issue 23

2011-11-07 Thread post
-Urspr. Mitteilung- Betreff: Emacs-orgmode Digest, Vol 68, Issue 23 Von: emacs-orgmode-requ...@gnu.org Datum: 21.10.2011 18:01 Send Emacs-orgmode mailing list submissions to emacs-orgmode@gnu.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.gnu.org/mai

[O] Improving bug reporting documentation

2011-11-07 Thread Suvayu Ali
Hi Bastien and others, Lately I have been seeing a lot of bug reports sent using the org-submit-bug-report. The reporter usually reports the bug from a session they have been using with their full blown customisations. And often they are requested to reproduce the bug with emacs -Q. So I thought i

Re: [O] Journal versus clock tables: Opposing requirements?

2011-11-07 Thread Bernt Hansen
Tommy Kelly writes: > Bernt wrote: >> For item 1) can you use the display of inactive timestamps to get part >> of the information you want in the agenda and then visit the items with >> either follow mode (F) or manually visit each item with SPC to get more >> detail? > > Thanks. That's pretty m