[O] Help request - auto-fill/word wrap with headlines and tags

2013-03-14 Thread Subhan Tindall
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

Re: [O] Org-mobile for Android and syncing

2013-03-14 Thread Subhan Tindall
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 cpc...@bell.net wrote: Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hi Marcin: I'm about to buy an Android smartphone. Of course, I want to use

Re: [O] Help request - auto-fill/word wrap with headlines and tags

2013-03-18 Thread Subhan Tindall
...@altern.org wrote: Hi Subhan, Subhan Tindall subhan.tind...@rentrakmail.com 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 | s...@rentrakmail.com RENTRAK

Re: [O] Agenda for 14 days, but still starting on Sat

2013-03-25 Thread Subhan Tindall
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 david64...@gmail.com wrote: In my progress of configuring Org-Mode, I

[O] need file+function help

2013-04-04 Thread Subhan Tindall
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,

Re: [O] looking for advice on where/how to store org realted files (attachments/images etc)

2013-04-04 Thread Subhan Tindall
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

Re: [O] need file+function help

2013-04-09 Thread Subhan Tindall
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 b...@altern.org wrote: Hi Subhan, Subhan

Re: [O] OT: Android, external HW-keyboard and Emacs (was: Org-mode as a replacement for Google Reader)

2013-04-18 Thread Subhan Tindall
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 devn...@karl-voit.at wrote: *

[O] clocktable for 15-day period, + use as input to source block

2013-04-30 Thread Subhan Tindall
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

[O] Possible bug report - error with time string recognition in clocktable

2013-05-08 Thread Subhan Tindall
The following clocktable line: #+BEGIN: clocktable :tstart -7d :tend now #+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

Re: [O] Possible bug report - error with time string recognition in clocktable

2013-05-09 Thread Subhan Tindall
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 following clocktable

[O] Where to report bugs, submit patches? (babel)

2013-06-25 Thread Subhan Tindall
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

[O] Finding LAST copy of a given headline in a file

2013-07-25 Thread Subhan Tindall
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

Re: [O] Finding LAST copy of a given headline in a file

2013-07-25 Thread Subhan Tindall
headlines? Thanks! Subhan On Thu, Jul 25, 2013 at 3:51 PM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: 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 headline What

[O] patch for support of oracle/sqlplus - please review

2013-10-09 Thread Subhan Tindall
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

[O] Want to copy a sparse tree to a buffer

2013-10-24 Thread Subhan Tindall
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

[O] How to export all content of a sparse tree to a separate buffer/file?

2013-12-02 Thread Subhan Tindall
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

[O] Search to show only trees with no recent clock entries

2013-12-02 Thread Subhan Tindall
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

[O] A few configuration questions plus mode line not appearing in graphical frame

2014-01-06 Thread Subhan Tindall
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

[O] a few configuration questions plus an Effort question

2014-01-06 Thread Subhan Tindall
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

Re: [O] A few configuration questions plus mode line not appearing in graphical frame

2014-01-06 Thread Subhan Tindall
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 b...@gnu.org wrote: I think you forgot to tell us what the problem is :) -- Bastien -- Subhan Michael Tindall | Software Developer | s...@rentrakmail.com RENTRAK |

Re: [O] org-clock-report by hours

2014-01-12 Thread Subhan Tindall
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 updated

[O] Possible Bug Report: org-agenda-show-inherited-tags

2014-01-22 Thread Subhan Tindall
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

[O] How to get effort summary in clocktable in agenda?

2014-02-05 Thread Subhan Tindall
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* |

[O] Simple question re: use of conditional in cell formula

2014-02-20 Thread Subhan Tindall
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

[O] copy file from link into agenda

2013-01-28 Thread Subhan Tindall
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

Re: [O] copy file from link into agenda

2013-02-01 Thread Subhan Tindall
other file contents of some other file my elisp-fu is not strong, so I'm hoping that a workable approximation of what I need already exists. Subhan On Wed, Jan 30, 2013 at 2:38 AM, Bastien b...@altern.org wrote: Hi Subhan, Subhan Tindall subhan.tind...@rentrakmail.com writes: Hi, I am

[O] Agenda export with E option (Org entry text lines)

2013-02-14 Thread Subhan Tindall
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

[O] need: custom agenda for last 7 days

2013-02-20 Thread Subhan Tindall
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

Re: [O] need: custom agenda for last 7 days

2013-02-21 Thread Subhan Tindall
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

Re: [O] pxref in texinfo export

2013-02-25 Thread Subhan Tindall
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

Re: [O] pxref in texinfo export

2013-02-25 Thread Subhan Tindall
as such. On Mon, Feb 25, 2013 at 10:48 AM, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com wrote: Hello, On 25 February 2013 13:40, Subhan Tindall subhan.tind...@rentrakmail.com wrote: There are 4 different ref commands, all with slightly syntactic requirements and outputs when compiled

Re: [O] pxref in texinfo export

2013-02-25 Thread Subhan Tindall
, Subhan Tindall subhan.tind...@rentrakmail.com wrote: The point being that compiling .texinfo source into an Info file treats references differently. For example: (@pxref{my_node_name}). will compile just fine. (@ref{my_node_name}). will not. Both work perfectly fine for me. makeinfo (GNU

Re: [O] pxref in texinfo export

2013-02-25 Thread Subhan Tindall
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