Here's my clockreport setup:
'(org-agenda-clockreport-parameter-plist (quote (:link t :maxlevel 3
:formula "$9=$2-$6;t::$8=$2-$5;t::$7=$2-$4;t" :properties (\
"Effort"
portion of table output follows (as you can see my effort estimates are
sporadic, and vary in level
What I'd like to do, but
Hi, i've got an agenda report that includes a clocktable that looks like
this:
| File | Effort | ALLTAGS | Headline
| Time |
|--++-+--+|
| | ALL| | *Total time*
| *8:24* |
|---
This may simply be a functionality issue, but either way I'm looking for a
workaround.
With org-agenda-show-inherited-tags set to 'always, headlines with an
inherited tag will match a tag search for agendas such as 'm'
However, the inherited tags themselves remain invisible in many agendas
(see b
Try adding this to your .emacs file:
'(org-time-clocksum-format (quote (:hours "%d" :require-hours t :minutes
":%02d" :require-minutes t)))
That should do it for you.
Subhan
On Sun, Jan 12, 2014 at 9:36 AM, Nikolay Kudryavtsev <
nikolay.kudryavt...@gmail.com> wrote:
> Hello.
>
> Recently I've
Fat fingers and/or lack of coffee was the problem, sent it out to early!
Sorry.
On Mon, Jan 6, 2014 at 9:24 AM, Bastien wrote:
> I think you forgot to tell us what the problem is :)
>
> --
> Bastien
>
--
Subhan Michael Tindall | Software Developer
| s...@rentrakmail.com
RENTRAK | www.rentr
I'm trying to tighten up my org configuration for the new year.
I currently use a single file Work.org for tracking work, notes, and time
an a per-ticket basis
EG
* PPTDEV-511 Documentation
:511:
** WORK investigate & document plog problem 1/3/14
CLOCK: [2014-01-06 Mon 09:11]--[2014-01-06 Mon
Hi, I'm trying to tighten up my org setup for the new year.
I currently use a single file Work-log.org with headlines and subtrees for
tracking work & time:
IE:
(unfolded sub tree)
* JWRK PPTDEV-455 Add 'hve' to all Appropriate Library calls in
web_src/hve/scripts :455:
** WORK <2013-12-04 Wed> c
Looking for a search to show only first-level trees that meet the following
criteria:
all clock entries under the heading are older than a given date (IE 2 weeks
ago)
clock entries may be under several different sub-headings, at levels
ranging from * to
ONLY level-1 entries meeting this crit
I'm looking for a relatively straightforward way to export content from one
org file to a separate org file or org-mode buffer.
I've got the org exporter bit working
I can create the sparse tree based on a given tag with no problem.
But, when I export it using 'visible only'
what I get is headlin
Hi, I'm looking for a way to effectively copy a sparse tree to another
buffer.
I'm restructuring some files, and what I have is a large datetree, with sub
trees one per day tagged by external ticket number
** 2013-09 September
*** 2013-09-03 Tuesday
PPTDEV-300 tswap
:300:
* LOG <2013-09-0
This patch adds support for oracle databases in code blocks using sqlplus.
Strictly speaking all that is necessary is the addition of the .sql
extension to in-file-name, however I also included header line
specification of dbuser, dbpassword, and dbhost
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.e
es to find headlines?
Thanks!
Subhan
On Thu, Jul 25, 2013 at 3:51 PM, Suvayu Ali wrote:
> Hello Subhan,
>
> On Thu, Jul 25, 2013 at 03:29:10PM -0700, Subhan Tindall wrote:
> > Have template that inserts itself under the LAST entry in the target file
> > for a given headli
So I've been working on this issue, & still don't have it quite worked out
like I would want. What I would like to do is either)
Have template that inserts itself under the LAST entry in the target file
for a given headline
OR
composes the right strings to use file+olp to find the specific headlin
Where is the appropriate place to submit bug reports and/or patches for org
mode, especially babel and code block execution errors?
Thanks!
Subhan
--
Subhan Michael Tindall | Software Developer
| s...@rentrakmail.com
RENTRAK | www.rentrak.com | NASDAQ: RENT
handle the special strings, or in the clock-updater code to convert the
special time strings to actual times before passing them on.
Is there somewhere else I should be submitting this bug?
On Wed, May 8, 2013 at 4:47 PM, Subhan Tindall <
subhan.tind...@rentrakmail.com> wrote:
> The f
The following clocktable line:
#+BEGIN: clocktable :tstart "<-7d>" :tend ""
#+END:
errors out on the tstart & tend times
According to all the documentation I can find, these are both valid
'special' time strings.
Attempts to evaluate the clocktable with C-c C-c give the error:
Updating dynamic b
Hi, I'm looking for a way to produce a clock-table covering entries in a
datetree buffer for a 15-day period (well, actually from 1st-14th &
15th-28/30/31 of the month, but 15 days will do)
Also, is there a way to 'name' a clock-tree block so it's output can be
used as input to a source code block
Android emacs has known problems segfaulting dependant on font size. Try
starting with the smallest font & work your way up.
See:
https://github.com/zielmicha/emacs-android/issues/2
for further information & workarounds
On Tue, Apr 16, 2013 at 6:21 AM, Karl Voit wrote:
> * Tom wrote:
> >
> >
as worked on, and a simple CLOCKTAB line
at the right level will bundle up all the time for a ticket in single
entries.
This functionality would also be useful for me as a student, with
sub-headlines for classes where I could add notes, todos, etc.
On Fri, Apr 5, 2013 at 4:09 PM, Bastien wrot
I have a few different ways I organize my files:
1) I work a lot of tickets in specific source-code directories. Each
directory has a .capture.org file in it w/capture templates for TODOs and
NOTES. These typically get archived with the ticket is finished
2) I also use emacs/org on my tablet for n
There's really very little documentation about how this works, could use a
pointer to an example or two, or even a bit of help.
Here's my goal:
Using a capture temple of file+function to do the following: (basically
enhancing file+datetree)
user enters a bit of information (ticket ID, description,
Try this:
("z" "test" ((agenda "test" ((org-agenda-start-on-weekday 6)
(org-agenda-start-day "0")
(org-agenda-span 14)
On Wed, Mar 20, 2013 at 4:39 PM, David An wrote:
> In my progress of configuring Org-Mode, I set 'org-ag
> Hi Subhan,
>
> Subhan Tindall writes:
>
>> I haven't been able to find a combination of options to do this, any
>> ideas?
>
> Did you try this?
>
> M-x visual-line-mode RET
>
> --
> Bastien
--
Subhan Michael Tindall | Software Developer
|
Org mobile is currently unavailable in the Android market, with no
scheduled return time.
On Thu, Mar 14, 2013 at 3:05 PM, Charles Philip Chan wrote:
> Marcin Borkowski writes:
>
> Hi Marcin:
>
>> I'm about to buy an Android smartphone. Of course, I want to use
>> Org-mobile. However, I don't
I haven't been able to find a combination of options to do this, any ideas?
I use org extensively for note-taking in my classes. What I would
like is to have the following, preferably while typing allthough after
the fact would do:
* headline one is a short one :tag1:tag2:
* headline two is the
I don't think there is a specific context that can clearly separate
them. The differences are largely semantic, not syntactic. What is
needed is some sort of marker on the tag in the original file telling
it what kind of link is to be used.
On Mon, Feb 25, 2013 at 1:38 PM, Nicolas Goaziou wrote
Arg2: (Arg3)Lore Ipsum Arg4, Arg5
On Mon, Feb 25, 2013 at 12:29 PM, Jonathan Leech-Pepin
wrote:
> (Here are the attached files, forgot to add them)
>
>
> On 25 February 2013 15:24, Jonathan Leech-Pepin
> wrote:
>>
>> Hello,
>>
>> On 25 February 2013 14:01,
be treated as such.
On Mon, Feb 25, 2013 at 10:48 AM, Jonathan Leech-Pepin
wrote:
> Hello,
>
> On 25 February 2013 13:40, Subhan Tindall
> wrote:
>>
>> There are 4 different ref commands, all with slightly syntactic
>> requirements and outputs when compiled using ma
There are 4 different ref commands, all with slightly syntactic
requirements and outputs when compiled using makeinfo. I for one use
@pxref{} a lot, and it has different requirements for placement than
@ref or @xref (namely those two MUST have a . or , following the end
of the ref)
8.1 Different C
Actually I think the behavior of agendas is somewhat broken in this
regard - a 6 day span shows 6 days, an 8 day span shows 8 days, a 7
day span shows a weekly agenda starting on Monday. Silently
redefining the meaning of a variable like this depending on it's value
is pretty horrible.
But thanks
I have a question regarding a custom agenda report. I've found the
variable org-agenda-span to set the number of days shown. But, I
can't seem to some up with a way to make it start in the past.
IE I want to see all agenda items for today and the previous 6 days.
Also, can someone point me at a g
Working with an agenda file, off the rack daily agenda.
org-agenda-entry-text-maxlines = 5
All nodes are TODO nodes
When I hit E or v E, I see the first few lines of the node
When I export using C-x C-w, all I get in the export file is the
headlines, not the additional context
Even a highlight/cut/
I'm hoping that a workable approximation
of what I need already exists.
Subhan
On Wed, Jan 30, 2013 at 2:38 AM, Bastien wrote:
> Hi Subhan,
>
> Subhan Tindall writes:
>
>> Hi, I am trying to set up a class notes system using Org (based on my
>> Nexus 7 w/BT
Hi, I am trying to set up a class notes system using Org (based on my
Nexus 7 w/BT Keyboard, but that's another story)
I mostly have things they way I would like (I think), with each day's
class notes as an org file, and a capture template to insert an entry
into a date tree with some information +
34 matches
Mail list logo