[O] export-and-view odt

2014-06-28 Thread Tory S. Anderson
On my system with the latest org on Fedora, export-as-odt-and-open was not opening in an external problem for me, despite changing org-file-apps appropriately. In the code I found a 'system parameter that was breaking it, but I'm not sure why it was working for other people. You can see the deta

[O] Import HTML tables

2014-08-19 Thread Tory S. Anderson
Hi all, I'm looking for a good way to import HTML tables into org-mode tables. This is complicated by the fact that HTML tables can include multi-line data, which seems to be functionality not present in org-mode. What I usually end up doing is a string of regexp replacements to convert to li

[O] Agenda ical export omissions: sexp, hour-in-headline

2014-08-20 Thread Tory S. Anderson
I have a shell function that exports my agenda to an ical file and uploads it for Google to read; however, there seem to be a couple glaring omissions from the ical. Here's the bash line that works over my agenda for export: emacs --batch --user $USER --eval "(progn (org-agenda-list nil

[O] export for Beamer with author options

2014-08-21 Thread Tory S. Anderson
My Beamer presentation needs the following: \author[short-author]{Really long author} Emphasis on the [short-author] parameter. I've been through the manual but I don't see a way to accomplish this sort of thing with export (there are other fields that do something similar, too). S

Re: [O] export for Beamer with author options

2014-08-21 Thread Tory S. Anderson
Hey Aaron, THat's a good idea but it doesn't quite work; looks like #+LATEX_HEADER stuff is put in BEFORE the author nil, so I just end up with \author{} to trump my author. I've tried rearranging things but it doesn't seem to effect it. - Tory Aaron Ecay writes: > Hi Tory, > > It looks li

Re: [O] export for Beamer with author options

2014-08-22 Thread Tory S. Anderson
I realize you were responding to Aaron on this, but for my own education, how does on "apply"? Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> You’re right...I inadvertently tested the proposed solution with the >> latex backend, but it turns out there’s a small difference between

[O] Agenda: mark to inserted item

2014-08-28 Thread Tory S. Anderson
In Agenda view, after inserting an item (e.g. with "I d") the mark should be moved the the new item so that I can immediately edit or give it a time/todo state (e.g. pressing ">") instead of needing to search to locate the new item. How can this be implemented? Thanks, - Tory

[O] Latest clocktable mis-formats headings

2014-08-30 Thread Tory S. Anderson
My latest clocktables have started to stumble on the formatting of subheadings; some of the leading "*" of the items seem to be making it into the table as "\emsp". What's the problem? Example: #+BEGIN: clocktable :maxlevel 4 :scope subtree #+CAPTION: Clock summary at [2014-08-30 Sat 10:58] |

Re: [O] Emacs-orgmode Digest, Vol 102, Issue 32

2014-08-30 Thread Tory S. Anderson
Hmm... I use the elpa as my main install, and maintain orgmode through those updates. Any other solutions, or idea why that fixed it? - Tory Date: Sat, 30 Aug 2014 17:36:24 +0200 From: Dieter Sch?n To: orgmode list Subject: Re: [O] Latest clocktable mis-formats headings Message-ID: Content-T

Re: [O] Latest clocktable mis-formats headings

2014-08-30 Thread Tory S. Anderson
My elpa orgmode is running Org-mode version 8.2.7c, btw. Do others have this (possibly elpa-specific) problem? > Date: Sat, 30 Aug 2014 17:36:24 +0200 > From: Dieter Sch?n > To: orgmode list > Subject: Re: [O] Latest clocktable mis-formats headings > Message-ID: > Content-Type: text/plain; ch

Re: [O] Latest clocktable mis-formats headings

2014-08-30 Thread Tory S. Anderson
str) ;; (setq str (concat "\\emsp" str)) (setq str (concat "__" str)) torys.ander...@gmail.com (Tory S. Anderson) writes: > My elpa orgmode is running Org-mode version 8.2.7c, btw. Do others have this > (possibly elpa-specific) problem? > >

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Tory S. Anderson
vm-21.phx2.fedoraproject.org - Tory Nicolas Goaziou writes: > Hello, > > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> My latest clocktables have started to stumble on the formatting of >> subheadings; some of the leading "*" of the items seem to be making it into

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Tory S. Anderson
Ah. So does the current code, which uses \emsp (which, if displayed properly, would be what I meant by "giving me a space") assume a non-nil org-pretty-entities? I would have hoped that would be mentioned, or defaulted, somewhere... Nicolas Goaziou writes: > torys.ander...@gmai

[O] Table Formula: Update column, then update value

2014-09-11 Thread Tory S. Anderson
I have a table that calculates daily cost and then sums the hours and the weekly cost. But I can't seem to get a formula that will do the former. | Date | Hours | Rate | Cost | |--+---+--+--| | September 8 | 0.50 |1 | 1. | | September 9 | 2.00 |

Re: [O] Table Formula: Update column, then update value

2014-09-11 Thread Tory S. Anderson
d, which remains unchanged. It appears that the initial formula is not doing anything. Org-mode version 8.2.7c (8.2.7c-61-g4b9146-elpa Eric S Fraga writes: > On Thursday, 11 Sep 2014 at 10:00, Tory S. Anderson wrote: >> I have a table that calculates daily cost and then sums the hours and

Re: [O] TODO items in lists (not headings)

2014-09-16 Thread Tory S. Anderson
Does the "- [ ]" form not work for you? They are generally considered the equivalent in my experience. C-c checks them. Gary Oberbrunner writes: > Is there any way to have TODO items in bullet lists rather than headings: > > * Meeting report > ** Meeting 1 > - a thing that happened > - ano

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-19 Thread Tory S. Anderson
I do mine in LaTeX and haven't had a reason to change that. I keep a "Master" CV/resumé with all the gratuitous information in all categories, then make subdirs for each submission and the trimmed-down versions of my resume that I sent out. At this stage in my career–where I am still tailoring

Re: [O] CV in orgmode for export to pdf (and html?)

2014-09-19 Thread Tory S. Anderson
>> (though that was before I've started using org). But even now, I can't >> see how using org, would add to what I already have. >> >> Mind you, I tend to add to my CV (mainly publications and experience) >> and revise it when needed, rather than adapt it

Re: [O] simple expense tracking with org

2014-09-20 Thread Tory S. Anderson
Could you give a few snippets of examples -- what the org files with tags look like, what the result looks like? I'm interested because I also use Org to do my budgeting and finances. Eike writes: > Hello there, > > I thought to share a little elisp thingy that I wrote to track my > expenses

[O] in-agenda item formatting

2014-10-17 Thread Tory S. Anderson
I notice that the agenda doesn't support markup the way standard org files do; I can't use +strikeout+ to mark appointments I've missed, or *bold* to emphasize things. Is there an option to turn this on, or a simple patch to enable font markup?

[O] Hour times in sexp diary entries

2014-10-17 Thread Tory S. Anderson
I've been told that putting the our in the header is non-standard and not really supported; however, I can't find any other way to get an hour in there. *** 19:00-20:15 Scout Night (1st and 4th Wednesday) <%%(diary-float t 3 1)> <%%(diary-float t 3 4)> Appending an hour specification afte

[O] Agenda Breaks on holidays: cl-return-from: No catch for tag

2014-12-20 Thread Tory S. Anderson
When I try to pull up time span including a holiday, my agenda dies (stops generating, buffer says "not viewing agenda") and I get the following error in my messages: cl-return-from: No catch for tag: --cl-block-nil--, org-agenda-date-weekend It may have something to do with the holiday/we

[O] Agenda breaks on holidays

2014-12-29 Thread Tory S. Anderson
The following error appears and kills agenda generation whenever the span includes a holiday (including Christmas and New Years) cl-return-from: No catch for tag: --cl-block-nil--, org-agenda-date-weekend It seems to come from this line from my init, originally from https://julien.danjou.in

Re: [O] emacs.SE question re: org-agenda

2015-01-06 Thread Tory S. Anderson
Great question. I would love that functionality too (sorry; not real helpful, but a +1 vote!). "Loyall, David" writes: > Hello. > > Here is a conversation from the emacs Stack Exchange question and answer > website. It's from December. > > Asker> I would like to make it easy to find where ar

[O] Org links to ebib references

2015-01-15 Thread Tory S. Anderson
I'm trying to switch from raw bib/org file management to an ebib system for managing my bibliographies. I'm quite impressed with ebib so far; however, I'm having troubles with getting links to work. I have the following in my config file, as from http://comments.gmane.org/gmane.emacs.ebib.user

[O] How do I un-spare tree a buffer?

2015-01-21 Thread Tory S. Anderson
Silly question, but I can't find it in the manual or in the command list. After creating a sparse tree (C-c / /) I cannot return to the original view; I even tried replacing the sparse tree with a match-all regexp, which was a mistake... How do I un-sparsify my org buffer?

[O] Org Ical export doesn't work for 2015?

2015-01-21 Thread Tory S. Anderson
I use a shell script to look over my agenda and export an ical file, which I then upload and bring into my google calendar. But it no longer seems to be working; mostly, none of my agenda items I've created since 2015 (or maybe a little before, it's hard to tell) are showing up (although some of

Re: [O] How do I un-spare tree a buffer?

2015-01-21 Thread Tory S. Anderson
Ah! Thanks. That should really be documented more clearly. Michael Strey writes: > On Mi, 2015-01-21, Tory S. Anderson wrote: > > [...] > >> How do I un-sparsify my org buffer? > > C-c C-c

[O] Orgstruct failed M-Ret org-insert-heading

2015-01-21 Thread Tory S. Anderson
I'm trying out orgstruct mode for the first time and have added it for some of my .el files. It seems to work (collapses sections nicely) except when I attempt to add a section with M-Ret with point on a header. I receive the message: org-insert-heading: This should not happen If I manually

[O] Error when trying to use --batch to export agenda ical: cl-block-nil error

2015-01-24 Thread Tory S. Anderson
When I try to export my agenda to ics (ical) from the command line, I use the following command: emacs --batch --user $USER --eval "(progn (org-agenda-list nil nil 'year) (org-icalendar-combine-agenda-files))" But this fails because, it says No catch for tag: --cl-block-nil--, org-agenda

Re: [O] Error when trying to use --batch to export agenda ical: cl-block-nil error

2015-01-24 Thread Tory S. Anderson
on't get loaded, so that is where the obvious fix comes from. But then my question becomes, how does it know what my agenda files are in the first place? And why does org seem to break out-of-the-box with the cl-block error if I don't manually do a '(require 'cl-lib) ?

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Tory S. Anderson
Wow; I didn't know about this function and am also intrigued. When I run it I get what looks like a nice list of my recent clocked projects, with numbers to "select" them. When I press a number, though, it seems to finish without doing anything. I hoped maybe it would clock me in without me visi

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Tory S. Anderson
this ever worked correctly? I don't see any duplicates in the list. And I assume you're right with problem #1, but since my sessions usually span days or weeks I don't have any problem with that. Peter Münster writes: > On Sat, Jan 24 2015, Tory S. Anderson wrote: > &g

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Tory S. Anderson
I solve this problem in my tables by using a table length-constraining parameter: | my table | long-cell | | | <10> | | | tons of text that should be cut off at a reasonable length (just 10 chars) and not run on forever | | |

Re: [O] HTML --> Org-mode?

2015-01-26 Thread Tory S. Anderson
Using the magic wizard program Pandoc, I just had success with a simple little example: pandoc -o test.org test.html Input test.html: TEST strong! Cell 1 Cell 2 Cell 3 Cell 4 Output test.org: *T

[O] Japanese popularity of orgmode

2015-01-27 Thread Tory S. Anderson
There seems to be (and has been for a while) a growing Japanese presence online with orgmode materials, documentation, addons, etc. Most recenlty I found this blog: http://paper.li/highfrontier/1300501273 . I had also noticed many of the page titles on the orgmode website/wiki had Japanese conte

[O] Agenda Holiday face doesn't work (crashes Agenda)

2015-01-27 Thread Tory S. Anderson
Hello. I've been using Julien Danjou's code to good effect: https://julien.danjou.info/blog/2010/org-mode-and-holidays Basically, it just advocates adding the following function, which then marks holidays with weekend face for clear viewing: (require 'cl-lib) (setq org-agenda-day-face-

Re: [O] Japanese popularity of orgmode

2015-01-27 Thread Tory S. Anderson
-mode is very useful tool to do anything with Emacs :-) > > Best regards, > Takaaki Ishikawa > > >> Jan 27, 2015 11:16 PM、Tory S. Anderson のメール: >> >> There seems to be (and has been for a while) a growing Japanese presence >> online with orgmode m

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Tory S. Anderson
Now I'm loving this tool but I'm looking for two tweaks that would make a big difference. 1) I use "work.org" to track my weekly work hours; each week is mostly the same tasks, but new time frames. I need to be able to make sure my "recent clock list" is talking about the item for this week, n

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Tory S. Anderson
Excellent answers, on both fronts. Thanks! I couldn't spot `org-clock-history-length` in the code. That does the trick! Thanks for the answer about the "?A". It's devilishly hard to Google that kind of thing... time to RTM. Marco Wahl writes: > Hi! > > tor

[O] Customize html formatting tags for export

2015-01-28 Thread Tory S. Anderson
Right now I see that =formatted= and ~formatted~ both produce formatted when exported to html. How can I change one of these, perhaps to a custom tag (in particular, I'm hoping to produce formatted)?

Re: [O] Japanese popularity of orgmode

2015-01-29 Thread Tory S. Anderson
t-ends in demanding, peer-reviewed situations. hero...@gentoo.org writes: > Hey Tory, > > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> There seems to be (and has been for a while) a growing Japanese >> presence online with orgmode materials, documentation, addo

Re: [O] Customize html formatting tags for export

2015-01-29 Thread Tory S. Anderson
e (e.g. only when I'm writing in my tech blog org file), but I can live with that. Note: I changed to because I'm a web developer and most of the time hurts my soul[1][2][3] ... Marcin Borkowski writes: > On 2015-01-28, at 21:40, Tory S. Anderson wrote: > >> Right n

[O] Table: Insert Cell

2015-01-29 Thread Tory S. Anderson
Does anyone know a solution for the surely common case of needing to insert a cell (not a column or row) into an orgmode table? Spreadsheet programs allow the option of pushing the column down or pushing the cells right in this case. How can this be achieved in orgmode?

Re: [O] Table: Insert Cell

2015-01-29 Thread Tory S. Anderson
Wow! That's great! One of my next projects is going to have to be putting that little sequence into a function! Marco Wahl writes: > jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: >> Tory S. Anderson writes: >> >>> Does anyone know a solution

[O] Org Agenda Mode Line

2015-01-30 Thread Tory S. Anderson
Suddenly I see my org agenda mode line has, as the buffer name, *Org Agenda(a:2015-01-24) I've tried closing and restarting agenda but it persists. What does this mean? I can't seem to locate this in the documentation.

Re: [O] Org Agenda Mode Line

2015-01-30 Thread Tory S. Anderson
nda(a)* and using some other agenda function will show something else. Is this behavior from a recent patch? I don't remember it previously. Kyle Meyer writes: > torys.ander...@gmail.com (Tory S. Anderson) wrote: >> Suddenly I see my org agenda mode line has, as the buffer name, &

[O] org-agenda-other-frame

2015-02-02 Thread Tory S. Anderson
I have a key which calls `gnus-other-frame`, a handy function that not only pops up a gnus frame, but also kills the frame when I exit gnus. I'd like something similar with my org agenda; the following function is used to pop it up, but I'm not sure how to kill the frame when I hit close the age

[O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
I plan out my days in the agenda using `i d` (org-agenda-diary-entry). I then move to the newly added entry to edit todo status, the hour of the item, deadlines, tags, and schedules. This would be tremendously facilitated if point automatically moved to the newly created item, rather than my hav

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
diary entry with no todo, and no new org > entry. Do you do something else for that? > > Tory S. Anderson writes: > >> I plan out my days in the agenda using `i d` (org-agenda-diary-entry). I >> then move to the newly added entry to edit todo status, the hour of the >>

[O] Help: Saving Agenda Views

2015-02-04 Thread Tory S. Anderson
I'm trying to save an agenda view that I can arrive at in the following way: 1. Load agenda (default 1-day view) 2. / TAB "English_Class"(reduce to only entries tagged English_Class) 3. \ - TAB "schedule" (further reduce by removing entries having a :schedul

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
Yes. I use the following (possibly relevant) code definition, which sets my diary to agenda.org. --8<---cut here---start->8--- (setq org-agenda-include-diary nil) ;; org-agenda (setq org-agenda-diary-file "~/emacs/agenda.org" org-special-ctrl-o nil

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
) in the actual agenda view after creating the item; rather than going there by default when I create the item, I have to i-search my point to it. Eric S Fraga writes: > On Wednesday, 4 Feb 2015 at 13:27, Tory S. Anderson wrote: >> Yes. I use the following (possibly relevant) c

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
I actually rarely visit the diary file; I do everything from the agenda view. In the rare cases I do need to visit the agenda file, I just switch buffers like usual (`C-x b RET`). John Kitchin writes: > How do you go back to the agenda from the diary file? > > Tory S. Anders

Re: [O] Help: Saving Agenda Views

2015-02-04 Thread Tory S. Anderson
oncat (if strip "-" "+") tag) (if narrow current nil))) (org-agenda-filter-apply org-agenda-tag-filter 'tag) (setq maybe-refresh t)) (t (error "Invalid tag selection character %c" char))) (when maybe-refresh

Re: [O] TODO items which do not appear in the agenda?

2015-10-30 Thread Tory S. Anderson
I'm a little confused; for me, by default, TODO items do NOT appear in the agenda. They only appear if connected to a deadline, date, or schedule item. I have files of hundreds of TODO items that don't appear in agenda unless I give them a date. I think this is the default behavior. Marcin B

[O] Duplicating Capture Times

2016-03-21 Thread Tory S. Anderson
I use orgmode capturing to schedule events. The date ends up going in to three places: since my agenda file has things scheduled in a tree, it asks where in the tree to put it. Then it asks, what regular date to insert for the schedule; then it asks what date to use for the deadline. I use dead

[O] State of things: Email with orgmode?

2016-04-25 Thread Tory S. Anderson
For ages I've been hearing about people doing or wanting email with orgmode. I've been using gnus for years, but am curious as to what is possible with orgmode. My search engines aren't revealing any explanations, but orgmode navigation combined with the composition possiblities with things lik

Re: [O] State of things: Email with orgmode?

2016-04-26 Thread Tory S. Anderson
Gnorb looks really interesting, but is lacking a crucial "using it" section on the github [1], so I don't know what it can actually do or what a use-case would be. Does it do what org-mime does? Eric Abrahamsen writes: torys.ander...@gmail.com (Tory S. Anderson) writes:

Re: [O] tables, comment in one line, export to html

2016-04-26 Thread Tory S. Anderson
m orgmode, if you don't mind? regards Uwe -- Tory S. Anderson Computational Cognitive Narratologist & Application Developer http://toryanderson.com

[O] Duplicating DEADLINE and date in capture templates

2016-05-03 Thread Tory S. Anderson
row") "* TODO %^{prompt} %^{Insert}T DEADLINE: %^{Deadline}T%?" :prepend t) --8<-------cut here---end--->8--- -- Tory S. Anderson Computational Cognitive Narratologist & Application Developer http://toryanderson.com

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Tory S. Anderson
> (org-agenda-clockreport nil) > > > Hope this helps, there are not that many good complex agenda examples o

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Tory S. Anderson
quot;+CS_8803" "-SCHEDULE" --8<---cut here---end--->8--- Thanks! Somehow I wasn't even checking that variable; "preset" turned me off of it. - Tory Subhan Michael Tindall writes: >> -Original Message- >&g

[O] Auto-complete overrides org-contacts for address fields

2015-02-07 Thread Tory S. Anderson
I use the excellent org-mode contacts module[1] for auto-completion of addresses in my messages. Now I'm starting to play around with autocomplete-ispell and would like to use it in message mode, but I find it overrides the suggestions for my address fields. Does anyone know a way around this,

[O] Adding Google Code Prettify support to exported code blocks

2015-02-07 Thread Tory S. Anderson
I've started using Google Code Prettify on my blog and needed to add better support in the exports I'm getting out of org-mode. In particular, on my block prettify seems to do a poor job of guessing the language; so I've edited org-html-src-block to add the prettify tags (which are similar to th

[O] Automatically entering org blocks?

2015-02-09 Thread Tory S. Anderson
Is there a command for automatically entering org blocks (such as for quotes or src), the same way there's a command for inserting drawers? I'm sure there must be, but I've searched the "block" and "insert" command lists and don't see anything that seems promising. --8<---cut here--

Re: [O] Simple in-buffer links?

2015-02-09 Thread Tory S. Anderson
Hi Lawrence, Welcome to org-mode! I think what you're looking for is footnote funcationality[1]. To get started, just use `C-c C-x f' in your orgmode document. Then use it again to go back to where you were. There's more you can do and the page I've cited will get you started. HTH, - Tory L

[O] With Sticky Agenda, org-calendar-goto-agenda doesn't work

2015-02-11 Thread Tory S. Anderson
Bug, I suppose. If I have sticky agenda mode enabled, later going to my calendar and pressing "c" (`org-calendar-goto-agenda') on a date just takes me to whatever date is currently displayed in my agenda. I have to `org-toggle-sticky-agenda' before it it will work.

[O] Org Linking to Bookmark [+]

2015-02-11 Thread Tory S. Anderson
I have weekly TODO items that link to something that needs to be updated; for instance, I write a weekly letter to my daughter where each week the actual file for the letter will change. Right now I have to manually update that link in the org file, which is quite cumbersome. If I could just li

[O] [DONE] Re: Org Linking to Bookmark [+]

2015-02-11 Thread Tory S. Anderson
Thanks, Drew; I have it now. To all concerned, it's easy to add bookmark+ link support to org-mode with the following: --8<---cut here---start->8--- ;;; * bmkp links http://orgmode.org/manual/Adding-hyperlink-types.html (org-add-link-type "bmkp" 'org-bmkp-

[O] Table formulas: daily hour * rate = cost

2015-02-12 Thread Tory S. Anderson
I have the followign table, which should speak for itself. First the "cost" column needs to be calculated, which is hours * rate, and then the "hrs" and "ttl" fields should be filled in based on sums of their columns. However, I'm not sure why $cost isn't being evaluated; I've tried it with colu

[O] Orgmode → ODT: Certain chars break export

2015-02-13 Thread Tory S. Anderson
While we're on the topic of ODT export problems: I was in the process of converting PDF to Text to Org to ODT/DocX and discovered that certain characters seem to break exported odt documents, which fail with a line and col number. So far the only one I know for sure is the " " (Char: C-l (12, #o

Re: [O] Orgmode → ODT: Certain chars break export

2015-02-13 Thread Tory S. Anderson
g similar to Java's >"isWhitespace"[3] that could be used to check character features? Rasmus writes: > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> While we're on the topic of ODT export problems: I was in the process >> of converting PDF to T

[O] navigating org-clock-in recent work list

2015-02-13 Thread Tory S. Anderson
As per a recent discussion on the mailing list, I'm using the following to enable persistence and extended length of the clock history: --8<---cut here---start->8--- ;; Org clock-in (org-clock-persistence-insinuate) (setq org-clock-persist t) ;;; * Orgmode Modu

Re: [O] Orgmode → ODT: Certain chars break export

2015-02-13 Thread Tory S. Anderson
There is a helpful wiki page now that you found XML; it even mentions my specific character.[1] The main source seems to be at the w3.org spec.[2] Rasmus writes: > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> From a user perspective just stripping the characters seems b

Re: [O] navigating org-clock-in recent work list

2015-02-14 Thread Tory S. Anderson
nu? I've been looking at the elisp behind the buffer switching functions and I'm afraid it's beyond me; perhaps the "default" of invoking a prompt and passing autocompletion values isn't as simple as I'd hoped? torys.ander...@gmail.com (Tory S. Anderson) writes:

Re: [O] Citation syntax: a revised proposal

2015-02-15 Thread Tory S. Anderson
+1 Thanks for the work substantiating the idea. Richard Lawrence writes: > Hi everyone, > > Since discussion seems to have petered out on the previous thread (see: > http://thread.gmane.org/gmane.emacs.orgmode/94524), I took some time to > go back over the discussion and write up a concrete pr

[O] orgmode-contacts "wrong type arguments"

2015-02-16 Thread Tory S. Anderson
Presumably this is related to my having upgraded to: Org-mode version 8.2.10 (8.2.10-33-g880a2b-elpa) GNU Emacs 25.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9) of 2015-02-10 on localhost.localdomain I use org-contacts[1] to autofill addresses in GNUs. Normally can use "+CATEGORY" to ad

[O] Org open link in new window

2015-02-17 Thread Tory S. Anderson
Navigating through the labyrinth of org commands and wrappers, I've not been able to find out if there's already a way to open a link (particularly a footnote link) in a new window, so that I could retain my in-line location and context while reading the linked/footnoted text. I realize this fun

Re: [O] orgmode-contacts "wrong type arguments"

2015-02-17 Thread Tory S. Anderson
; torys.ander...@gmail.com (Tory S. Anderson) writes: > >> Presumably this is related to my having upgraded to: >> Org-mode version 8.2.10 (8.2.10-33-g880a2b-elpa) >> GNU Emacs 25.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.9) of >> 2015-02-10 on localhost.localdomain

Re: [O] Org mode for the new guy.

2015-02-21 Thread Tory S. Anderson
I think you might like the orgmode reference cards (pick your format): http://orgmode.org/worg/orgcard.html http://orgmode.org/orgcard.pdf http://orgmode.org/orgcard.txt You might also be interested in my screencast/blog series, "NOn-Programmer's Emacs" https://www.youtube.com/watch?v=Q8AqHdZTg

[O] org-agenda-to-appt interactively with multiple args?

2015-02-24 Thread Tory S. Anderson
So I've been playing around with org appointments and found the org-agenda-to-appt function; but upon calling it, it loads my whole day into the appointment queue. I have various questions, such as how I can view and edit the current queue, but more importantly, I read the following as part of

[O] Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]

2015-02-26 Thread Tory S. Anderson
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] Notifications-notify for org-mode scheduled items?

2015-03-02 Thread Tory S. Anderson
I was actually just playing with this. If you don't mind adding your whole daily schedule to the notify list, you can use (org-agenda-to-appt) Unrelated to agenda, there is (appt-add) As far submitting just a single item from the agenda for a pop-up reminder, I'm still at a loss. - Tory Leo U

Re: [O] What to use for tables with lengthy text in cells?

2015-03-03 Thread Tory S. Anderson
It's not a perfect solution (many of us have wished for some way of doing multi-line cells in orgmode, but there's no clear solution...) but I use a combination of width restraints[1] and toggle-truncate-lines, which I've bound to . If it comes to the worst, I would probably pull out csv-mode an

Re: [O] clocktables include "\emsp" - how to get rid of that?

2015-03-04 Thread Tory S. Anderson
This effect has been discussed here: http://comments.gmane.org/gmane.emacs.orgmode/90292 It exports nicely, so I believe that's the reason it was made this way. You can replace them with spaces using `org-toggle-pretty-entities`, although it will throw off the width of your table. Otherwise you

Re: [O] What to use for tables with lengthy text in cells?

2015-03-05 Thread Tory S. Anderson
Not a bad idea, but this would be incompatible with the existing useof horizontal lines to separate sections and export to visual lines, right? Skip Collins writes: > Here's another suggestion. There could be an optional org table mode > in which horizontal lines are used to separate rows: > >

Re: [O] What to use for tables with lengthy text in cells?

2015-03-06 Thread Tory S. Anderson
I think \ is overloaded for export purposes, but maybe / is clear? I think that's a good idea. Skip Collins writes: > One more crazy idea. What if there were a choice of two vertical > separators? Currently '|' is the only character used for this purpose. > If, however, something like '\' were

Re: [O] Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]

2015-03-07 Thread Tory S. Anderson
I'd love to. Unfortunately, search engines were unable to give me decisive answer on what an ECM is. Nicolas Goaziou writes: > Hello, > > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> After I use `org-clock-in` (using a C-u modifier and keyed globally), I &g

Re: [O] Bug: message after org-clock-in [8.2.10 (8.2.10-34-gc41bbc-elpa @ /home/torys/.emacs.d/elpa/org-20150223/)]

2015-03-07 Thread Tory S. Anderson
in their working setup when clocking notes are enabled, as per above? Brett Viren writes: > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> I'd love to. Unfortunately, search engines were unable to give me >> decisive answer on what an ECM is. > > Heh. I

[O] Footnotes as links?

2015-03-21 Thread Tory S. Anderson
I guess this is either a feature request or a discussion point, but is there a good reason that footnotes aren't considered as links for the purposes of things like `org-next-link` (despite being displayed like links)? From where I'm sitting, this would be very useful for the sake of things like

[O] Org-Timer has nice popups; how can I use them elsewhere?

2015-03-23 Thread Tory S. Anderson
So, orgmode timers have a nice popup when they run out; on my KDE, it's gentle GUI-box (not emacs) that nicely rises and falls. I would love to have this as how my appt reminders work, instead of the ugly minibuffer screeching; but looking through the org-timer code didn't give me any ideas. How

[O] completing-read for org-clock-select-task: It works!

2015-03-24 Thread Tory S. Anderson
In my first attempt at actually adding functionality to an existing emacs library, I've written some code to make `org-clock-select-task' use completing-read instead of the built-in org menu if you set `org-select-task-completing', for those who would find this useful (it now works with Helm).

[O] org-clock-persistence-insinuate not working anymore (25.0.5)

2015-05-23 Thread Tory S. Anderson
I've been using the following code for several months to make it easy to clock back in to my frequent tasks as I track my time usage: --8<---cut here---start->8--- (org-clock-persistence-insinuate) (setq org-clock-persist t) --8<---cut here-

Re: [O] org-clock-persistence-insinuate not working anymore (25.0.5)

2015-05-25 Thread Tory S. Anderson
to org-clock-in) torys.ander...@gmail.com (Tory S. Anderson) writes: > I've been using the following code for several months to make it easy to > clock back in to my frequent tasks as I track my time usage: > > (org-clock-persistence-insinuate) > (setq org-clock-persist t) &g

Re: [O] Javascript syntax highlighting?

2015-05-25 Thread Tory S. Anderson
I use somethign similar for blogs I write in orgmode. In my case, it depends on having a server-side library for syntax highlighting: I use google-code-prettify[1] on the server side and then just paste the exported code from orgmode, and it works for me. Peter Davis writes: > If I edit a Ja

Re: [O] org-ref & helm-bibtex notes

2015-06-16 Thread Tory S. Anderson
Yeah, helm bibtex is awesome. This has been a major topic of discussion in the module development. See: https://github.com/tmalsburg/helm-bibtex/issues/40 Last I talked with the developer, he was thinking hard about it and had maybe even started development on single-note file options. "Julian

[O] org-agenda-custom-commands with org-agenda-filter-by-regexp

2015-08-20 Thread Tory S. Anderson
I've previously had success with using `org-agenda-tag-filter-preset` in `org-agenda-custom-commands` but I wanted to include OR logic on two different tags, which seemed beyond th tag-filter (which seems to use AND logic). In my agenda view I can use `=` to use a conditional on two tags, but I

[O] Collaborative Team Project Management with Orgmode?

2015-08-21 Thread Tory S. Anderson
I've relied on Orgmode heavily for over half a decade, and I'm loathe to leave it. But what solutions have been found out there for using it collaboratively (where others are not using emacs), rather than just for personal task management (where it excels)? It has some integration with Trello,

[O] Suggestions on sync algorithms

2015-09-01 Thread Tory S. Anderson
I'm planning to make a mode that allows me to manage my Pivotal Tracker projects from orgmode; Pivotal Tracker exposes a rich JSON API and the basic task of mapping Pivotal data types to Org syntax is conceptually straight forward. But I'm trying to decide on the best way to perform syncronizat

  1   2   >