Re: [O] Clocking each days entries into one table?

2015-06-08 Thread Robert Klein
Hi, did you read Bernt Hansen's doumentation (http://doc.norang.ca/org-mode.html)? Sections 9 and 10 in particular could be of help to you. Best regards Robert On 06/08/2015 09:15 PM, Sharon Kimble wrote: > I've recently started clocking the work that I'm doing, and am now > considering a mont

Re: [O] [PATCH] lisp/ox-html.el: reorder output of meta data in head

2015-06-08 Thread Arun Persaud
Hi just as a quick follow up. I found this earlier message on the topic http://thread.gmane.org/gmane.emacs.orgmode/84306/focus=84355 I would like to push for a change though. I don't have a test case where charset doesn't work, but https://code.google.com/p/doctype-mirror/wiki/MetaCharsetAttrib

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-08 Thread Xebar Saram
Dear Martin Thanks so much for your prompt response. I did ofc do an extensive google research yet found that as can be seen in your link most entries focus on either writing papers or general bits an pieces .What i am looking for is a holistic approach regarding organizing all aspects of academic

[O] [PATCH] lisp/ox-html.el: reorder output of meta data in head

2015-06-08 Thread apersaud
From: Arun Persaud * lisp/ox-html.el (org-html--build-meta-info ): charset and viewport meta data should come first in `head'. As mentioned for example in: - https://code.google.com/p/doctype-mirror/wiki/MetaCharsetAttribute - http://getbootstrap.com/getting-started/#template Only reorder

Re: [O] How to deal with the caption (\ref{} and number) in ODT export?

2015-06-08 Thread windy
I catch the problem 1 Just using the [[fig:main]] in article , the format can be accepted by ODT and Latex too. But the problem 2 is stll a puzzle, also I can open the ODT file and change the cite format but the method is something stupid. 在2015年06月09 12时18分, "windy"写道: Hi, I want t

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-08 Thread Kaushal
`org-capture` does not take up the full frame for me by default; I just tried that in an emacs -Q session. Look into `display-buffer-alist` (emacs inbuilt variable) or packages like shackle or popwin for fine control on how you want to create windows when opening buffers. I do not use shackle for

[O] How to deal with the caption (\ref{} and number) in ODT export?

2015-06-08 Thread windy
Hi, I want to use the org-mode to write my science article. In order to be revised by teacher, I prefer to export as ODT format file for teacher and pdf file for my personal too (What's your choice?). A problem is that the ODT file cannot recongnize the latex ref tag like \ref{fig:main

[O] bitbucket wikis in org

2015-06-08 Thread Rustom Mody
Hi Bitbucket does not (yet) support org syntax for docs/README¹... in particular wiki. Of course one can write the wiki in org and export to markdown. However I suspect that this will knock out bitbucket's own git backend system when for example all ids change in the md generated from org. Does a

Re: [O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-08 Thread M
> > > Von: Xebar Saram > Datum: Mon, 8 Jun 2015 19:39:14 +0300 > An: org mode > Betreff: [O] Organizing and taming hectic Academia work (faculty viewpoint)? > Tips or a good guides sought after :) > > Hi all > > Im a young assistant professor (in humanities and thus my horrific coding > skill

Re: [O] sharing clock time across headlines/files

2015-06-08 Thread M
> Von: Seb > Organisation: Church of Emacs > Datum: Mon, 08 Jun 2015 15:50:27 -0500 > An: > Betreff: [O] sharing clock time across headlines/files > > Hi, > > I'm having trouble finding the proper set up to build a clock table that > would show me the time spent in different activities that are

[O] sharing clock time across headlines/files

2015-06-08 Thread Seb
Hi, I'm having trouble finding the proper set up to build a clock table that would show me the time spent in different activities that are shared across headlines or even files. For example, I'd like to track time spent in these activities: 1) data preparation, 2) analysis, 3) graphing. These ac

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-08 Thread Thierry Banel
You might want to investigate the display-buffer-alist variable. This article may help: http://www.lunaryorn.com/2015/04/29/the-power-of-display-buffer-alist.html Also of interest: M-x winner-mode, then C-c left and C-c right (kind of undo-redo for wi

[O] Clocking each days entries into one table?

2015-06-08 Thread Sharon Kimble
I've recently started clocking the work that I'm doing, and am now considering a month-end report. Is it possible to have one table per project with each line being that days total time entries? I've seen how to get it showing each days entries but not in separate lines within the table. The method

[O] Organizing and taming hectic Academia work (faculty viewpoint)? Tips or a good guides sought after :)

2015-06-08 Thread Xebar Saram
Hi all Im a young assistant professor (in humanities and thus my horrific coding skills..basically non ;-)) and having been using orgmode for a year or two now. I love orgmode dearly and use it mainly for note taking, lists etc I am aware of the fantastic orgmode capabilities that could benefit m

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-08 Thread Charles Millar
Hi, On 06/08/2015 11:23 AM, Eric S Fraga wrote: Hello, as monitors get bigger and bigger, I tend to have lots of (emacs) windows in a frame. No matter how many I have, org-capture takes over the whole frame which is kind of wasteful. Obviously, I can bring up any buffer I want while in the ca

Re: [O] How to open Link in Heading in Agenda without mouse click?

2015-06-08 Thread Nick Dokos
"Martin Beck" writes: > Hi, > > I'd like to create an agenda view which gives me quick access to > important directories and files. So I set up an org-mode file with > those hyperlinks and created an agenda which collects all headings in > there. > > However if I try to use it, I did not fin

Re: [O] expand yasnippet or abbriv text inside a capture

2015-06-08 Thread Nick Dokos
Xebar Saram writes: > Ok so i made some progress here. i think i can just use the org capture > itself to suit my needs. but as i dont know elisp i got > stuck with this: > >   (setq org-capture-templates >         (quote (            > ("f" "food" entry (file+headline "/home/zeltak/org/files/ag

Re: [O] Tutorial to create a new exporter ?

2015-06-08 Thread Robert Klein
Hi, I once tried to write a tutorial for creating a derived backend, but didn't find the time to finish it. I put the material so far below. When I began writing my ox-blog exporter (github.com/roklein/ox-blog) I think I began with the s5 exporter in org's source contrib/lisp/ox-s5.el. If you n

[O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-08 Thread Eric S Fraga
Hello, as monitors get bigger and bigger, I tend to have lots of (emacs) windows in a frame. No matter how many I have, org-capture takes over the whole frame which is kind of wasteful. Obviously, I can bring up any buffer I want while in the capture buffer but it would be nice to have control o

Re: [O] Tutorial to create a new exporter ?

2015-06-08 Thread Rasmus
Xavier writes: > I am tracking my running workouts in a orgmode managed file. I'd like to > export these entries to an online service (dailymile). > I am looking for a good starter kit to create this exporter. Do you have > something ? What is there file format like? Perhaps look at how ox-asci

Re: [O] Tutorial to create a new exporter ?

2015-06-08 Thread John Kitchin
Maybe this will get you started: http://orgmode.org/worg/exporters/filter-markup.html Xavier writes: > Hello, > > I am tracking my running workouts in a orgmode managed file. I'd like to > export these entries to an online service (dailymile). > I am looking for a good starter kit to create this

[O] Tutorial to create a new exporter ?

2015-06-08 Thread Xavier
Hello, I am tracking my running workouts in a orgmode managed file. I'd like to export these entries to an online service (dailymile). I am looking for a good starter kit to create this exporter. Do you have something ? Regards -- Xavier xav...@maillard.im

[O] How to open Link in Heading in Agenda without mouse click?

2015-06-08 Thread Martin Beck
Hi,   I'd like to create an agenda view which gives me quick access to important directories and files. So I set up an org-mode file with those hyperlinks and created an agenda which collects all headings in there.   However if I try to use it, I did not find a way to open the hyperlinks in th

Re: [O] [RFC] Org linting library

2015-06-08 Thread Rainer M Krug
Nicolas Goaziou writes: > Rainer M Krug writes: > >>> Here, Org Lint is correct. Link's description is really a link to >>> a file, "./__BOX__/Aerodynamic", followed by a space, and >>> "resistances.docx" text. >> >> But it is in the description part - shouldn't this be considered "normal >> tex