[O] Export Agenda to Google Calendar ICS Format

2014-05-05 Thread Tory S. Anderson
Cross-posted from http://stackoverflow.com/questions/23463962/emacs-export-calendar-bad-timezone-format-in-ics Using orgmode I export my agenda to an ics file, upload it to my site, and import it into Google calendar. This seems like an easy ideal solution, but when I check the calendar I find

Re: [O] Export Agenda to Google Calendar ICS Format

2014-05-06 Thread Tory S. Anderson
On 05/05/2014 02:24 AM, Tory S. Anderson wrote: Cross-posted from http://stackoverflow.com/questions/23463962/emacs-export-calendar-bad-timezone-format-in-ics Using orgmode I export my agenda to an ics file, upload it to my site, and import it into Google calendar. This seems like an easy

Re: [O] Export Agenda to Google Calendar ICS Format (problem found)

2014-05-06 Thread Tory S. Anderson
than an elisp newbie like myself. - Tory torys.ander...@gmail.com (Tory S. Anderson) writes: Thanks for the response, Arun; but my problem isn't which time zone it's using, but the way it outputs it. As described at http://blog.jonudell.net/2011/10/17/x-wr-timezone-considered-harmful

Re: [O] Export Agenda to Google Calendar ICS Format

2014-05-06 Thread Tory S. Anderson
won't be the same priority for me. - Tory Eric S Fraga e.fr...@ucl.ac.uk writes: On Tuesday, 6 May 2014 at 05:29, Tory S. Anderson wrote: Thanks for the response, Arun; but my problem isn't which time zone it's using, but the way it outputs it. As described at http://blog.jonudell.net/2011

[O] Preserve formatting when copy/pasting from HTML

2014-05-21 Thread Tory S. Anderson
We often read online articles with headings and sometimes subheadings. They may also include bold, italic, and hyperlinks, all of which are supported by Org. Is there any way to preserve this formatting if I copy-paste into org/emacs, the same way it's preserved when I paste into Word or into a

Re: [O] Preserve formatting when copy/pasting from HTML

2014-05-23 Thread Tory S. Anderson
-t text/html | pandoc -r html -w org | xclip -i -selection clipboard -quiet done Thanks! - Tory Albert Krewinkel tar...@moltkeplatz.de writes: torys.ander...@gmail.com (Tory S. Anderson) writes: We often read online articles with headings and sometimes subheadings. They may also

[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

[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 tr to

[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).

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 aarone...@gmail.com writes: Hi

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 m...@nicolasgoaziou.fr writes: Hello, Aaron Ecay aarone...@gmail.com writes: You’re right...I inadvertently tested the proposed solution with the latex backend, but it turns out

[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 die...@schoen.or.at To: orgmode list emacs-orgmode@gnu.org Subject: Re: [O] Latest clocktable

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 die...@schoen.or.at To: orgmode list emacs-orgmode@gnu.org Subject: Re: [O] Latest clocktable mis-formats headings

Re: [O] Latest clocktable mis-formats headings

2014-08-30 Thread Tory S. Anderson
(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? Date: Sat, 30 Aug 2014 17:36:24 +0200 From: Dieter Sch?n die

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Tory S. Anderson
.fedoraproject.org - Tory Nicolas Goaziou m...@nicolasgoaziou.fr 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 the table as \emsp. What's

Re: [O] Latest clocktable mis-formats headings

2014-08-31 Thread Tory S. Anderson
...@gmail.com (Tory S. Anderson) writes: You cannot reproduce the problem? It's probably due to the fact that I don't understand what the problem is. If I were actually getting spaces, and not \emsp, as the content of my table, that would be best. That wouldn't be best, since leading

[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
that the initial formula is not doing anything. Org-mode version 8.2.7c (8.2.7c-61-g4b9146-elpa Eric S Fraga e.fr...@ucl.ac.uk 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 the weekly cost. But I can't

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 ga...@oberbrunner.com writes: Is there any way to have TODO items in bullet lists rather than headings: * Meeting report ** Meeting 1 - a thing that

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
needed, rather than adapt it to different situations. Cheers, Andreas On 19 September 2014 19:40, Tory S. Anderson torys.ander...@gmail.com wrote: 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

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 e...@eknet.org writes: Hello there, I thought to share a little elisp thingy that I wrote to track my

[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 after

[O] Feature request: edit time stamp from agenda

2014-03-08 Thread Tory S. Anderson
Hello friends, I just discovered org-agenda-diary-entry, which is a terrific command to streamline my planning process as I move away from using the raw diary file. But it lacks a feature that is key to my usage: it conveniently creates a diary item in my configured org file and sticks a time

Re: [O] feature request: agenda time stamp manipulation

2014-03-09 Thread Tory S. Anderson
I've written the following code/function which seems to fulfill my needs in the agenda to be able to manipulate plain time stamps in the same way we can manipulate deadlines and schedules, so that entries added with i can then be customized to a particular hour, or be otherwise altered.

[O] place mark at entry for org-agenda-diary-entry

2014-03-17 Thread Tory S. Anderson
In Agenda view, 'i' executes org-agenda-diary-entry. However, the entry is just appears somewhere in the list, and if I want to further refine it, I need to search for it. How can I have my mark automatically moved to the newly created item?

[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

[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

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: html body strongTEST strong!/strong div class='table' div class='cell'Cell 1/div div class='cell'Cell 2/div

[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 :schedule

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
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 e.fr...@ucl.ac.uk writes: On Wednesday, 4 Feb 2015 at 13:27, Tory S. Anderson wrote: Yes. I use the following (possibly relevant) code definition

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
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 e.fr...@ucl.ac.uk writes: On Wednesday, 4 Feb 2015 at 13:27, Tory S. Anderson wrote: Yes. I use the following (possibly relevant) code definition, which sets my diary

[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

[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

[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] 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

Re: [O] Agenda add item, move point

2015-02-04 Thread Tory S. Anderson
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 item, deadlines, tags, and schedules. This would be tremendously facilitated if point

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Tory S. Anderson
turned me off of it. - Tory Subhan Michael Tindall subh...@familycareinc.org writes: -Original Message- From: Tory S. Anderson [mailto:torys.ander...@gmail.com] Sent: Thursday, February 05, 2015 3:39 AM To: Subhan Michael Tindall Cc: orgmode list Subject: Re: [O] Help: Saving Agenda

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Tory S. Anderson
this helps, there are not that many good complex agenda examples out there -Original Message- From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On Behalf Of Tory S. Anderson Sent: Wednesday, February 04, 2015 1:28

[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

[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

[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

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 mst...@strey.biz writes: On Mi, 2015-01-21, Tory S. Anderson wrote: [...] How do I un-sparsify my org buffer? C-c C-c

[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

[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 column

[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,

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 I use org-contacts[1] to autofill

Re: [O] Citation syntax: a revised proposal

2015-02-15 Thread Tory S. Anderson
+1 Thanks for the work substantiating the idea. Richard Lawrence richard.lawre...@berkeley.edu 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

[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

[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 add

[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

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

2015-01-28 Thread Tory S. Anderson
...@gmail.com (Tory S. Anderson) writes: 2) As Peter originally mentioned, I see only five tasks on the list; I have more than that each week. Can this be expanded with some variable? AFAICS this is variable org-clock-history-length. Having looked into problem 2 by going to `org-clock-select-task

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, not

[O] Customize html formatting tags for export

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

Re: [O] Customize html formatting tags for export

2015-01-29 Thread Tory S. Anderson
. only when I'm writing in my tech blog org file), but I can live with that. Note: I changed b to strong because I'm a web developer and most of the time b hurts my soul[1][2][3] ... Marcin Borkowski mb...@wmi.amu.edu.pl writes: On 2015-01-28, at 21:40, Tory S. Anderson torys.ander

Re: [O] Japanese popularity of orgmode

2015-01-29 Thread Tory S. Anderson
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, addons, etc. Most recenlty I found this blog

[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] Org Agenda Mode Line

2015-01-30 Thread Tory S. Anderson
(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 k...@kyleam.com writes: torys.ander...@gmail.com (Tory S. Anderson) wrote: Suddenly I see my org agenda mode line has, as the buffer name, *Org

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 pmli...@free.fr writes: On Sat, Jan 24 2015, Tory S. Anderson wrote: Peter

[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--,

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

2015-01-24 Thread Tory S. Anderson
, 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) ? torys.ander...@gmail.com (Tory S

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

[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

Re: [O] Japanese popularity of orgmode

2015-01-27 Thread Tory S. Anderson
:-) Best regards, Takaaki Ishikawa Jan 27, 2015 11:16 PM、Tory S. Anderson torys.ander...@gmail.com のメール: 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

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

2015-02-13 Thread Tory S. Anderson
isWhitespace[3] that could be used to check character features? Rasmus ras...@gmx.us 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 Text to Org to ODT/DocX and discovered that certain

[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

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 ras...@gmx.us writes: torys.ander...@gmail.com (Tory S. Anderson) writes: From a user perspective just stripping the characters seems best

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

2015-02-14 Thread Tory S. Anderson
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: As per a recent discussion on the mailing list, I'm using

[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

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

[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

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 david.loy...@nebraska.gov 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

[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

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 m...@nicolasgoaziou.fr 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 receive

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
setup when clocking notes are enabled, as per above? Brett Viren b...@bnl.gov 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 guessed what it meant, but not what it stood

[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).

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

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 F5. If it comes to the worst, I would probably pull out csv-mode

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

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 skip.coll...@gmail.com writes: Here's another suggestion. There could be an optional org table mode in which horizontal lines are used

[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
-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) org-odt-format-headline-function 'ignore org-from-is-user-regexp \\Tory S\\. Anderson\\ org-icalendar-timezone America/New_York org-html-postamble nil org-src-mode-hook

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 shameless-plug You might also be interested in my screencast/blog series, NOn-Programmer's Emacs

[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.

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 marcowahls...@gmail.com writes: jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: Tory S. Anderson writes: Does anyone know a solution for the surely

[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-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

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 p...@pfdstudio.com

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

2015-05-25 Thread Tory S. Anderson
...@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) A few days ago I updated emacs to the dev master and my

[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

[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] 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

  1   2   >