Re: [O] keyword :html-postamble-format seems to not be used

2018-05-03 Thread Brady Trainor
Brady Trainor writes: > [...] However, since `:html-postamble` accepts a function, I found it straightforward to take a bit from the source code and write the following, #+begin_src emacs-lisp :html-postamble (lambda (info) (format "%s: %s\n"

[O] keyword :html-postamble-format seems to not be used

2018-05-03 Thread Brady Trainor
Looking at source of `org-html--build-pre/postamble`, I think `:html-postamble t` does check `org-html-postamble-format`, but I'd like it to check `:html-postamble-format` as well. I encountered this problem as I'm trying to remove the validate string in the postamble, which `:html-postamble au

Re: [O] Bug: org-capture template expansion "%x" stopped working

2018-04-21 Thread Brady Trainor
Nicolas Goaziou writes: I think this is now fixed. Thank you. Yes, I see it as fixed, tested with git clone which gave me: Org mode version 9.1.10 (release_9.1.10-619-g02e290 @ /Users/iam/.emacs.d/lisp/org-mode/lisp/) Thank you. -- Brady

[O] Bug: org-capture template expansion "%x" stopped working

2018-04-21 Thread Brady Trainor
The issue at following thread seems to have resurfaced https://lists.gnu.org/archive/html/emacs-orgmode/2016-07/msg00490.html If I run the following --8<---cut here---start->8--- emacs -Q -nw --eval "(progn (setq org-capture-templates '((\"t\" \"Task\" entry

Re: [O] Rescheduling timestamps on a headline (not the next line)

2015-10-22 Thread Brady Trainor
Michael Hoffman writes: > > Thanks Matt. Is there a supported way to have planning info show up on > the same line as the headline in the org file itself (rather than in > an agenda)? This can be very handy when organizing a lot of items to > have them all show up on the screen. One option is co

[O] feature request: simulate agenda view as if another day

2015-09-16 Thread Brady Trainor
Hello, For some reason, thought crossed my mind to use this in trying out agenda views. And I thought for some reason this functionality existed, though I was probably thinking of something else I had seen about a year ago. But so, ideas are ideas, so I offer it here. So the feature I am imagi

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-17 Thread Brady Trainor
Hello, Nicolas Goaziou writes: > Hello, > > Brady Trainor writes: > >> Speaking of COMMENT, I had noticed some strange behavior if I have a >> state like COMMENTED_OUT. >> >> If I have a header like =#+TODO: TODO COMMENTED_OUT | DONE=, and cycle >> t

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-16 Thread Brady Trainor
Speaking of COMMENT, I had noticed some strange behavior if I have a state like COMMENTED_OUT. If I have a header like =#+TODO: TODO COMMENTED_OUT | DONE=, and cycle through state with S-, it gets pretty wonky. For now, I simply use COMMENT when I have a section I want to consider as commented

[O] Get html links relative to base directory for Jekyll site

2014-11-21 Thread Brady Trainor
Can I get org publishing to change paths of links? Jekyll system seems to work better if image links start from base. I want #+BEGIN_SRC org file:../img/jekyll.png #+END_SRC (or something similar, "../img/" could be "img/" or "./img/") to become #+BEGIN_HTML #+END_HTML in the published HT

Re: [O] Customize org-todo-repeat-to-state to return to previous TODO state

2014-11-21 Thread Brady Trainor
Grant Schissler writes: > Hi Org-mode Users, > > I am trying to change the behavior of marking a repeated task as DONE. I > would like the task to return to the current TODO state rather than the first > in > the TODO sequence or a fixed state. For example, > > ** APPT Lunch with Mallorie >

Re: [O] Executing org shell blocks on remote machine over ssh

2014-11-18 Thread Brady Trainor
Ista Zahn writes: [snip] > I guess I'm missing something (like why the OP want's to run a shell > in a separate window), but why not just > > #+BEGIN_SRC sh :results output :dir /ssh:lycastus:/home/bviren :session > *shell* > /bin/pwd > echo $HOSTNAME > ls -l foo.sh > echo "---" > cat

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-18 Thread Brady Trainor
Rasmus writes: > Brady Trainor writes: > [ snip ] >> #+BEGIN_SRC emacs-lisp >> ("parallel" "\\parallel" t "∥" "||" "||" "%") >> #+END_SRC > > Except the ∥ that was somehow eaten in your snip (but OK bel

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-18 Thread Brady Trainor
Rasmus writes: > Would you be interested in providing a patch? You would have to add it > to org-entities.el, e.g. after the perp entity and then send the patch > to this list. > I think this works, I did try it, with M-x org-toggle-pretty-entities. (Re: 5th and 6th argument: Is "||" a good AS

Re: [O] org-mode pretty entities has \perp but not \parallel

2014-11-17 Thread Brady Trainor
Hello, Rasmus writes: > Brady Trainor writes: > >> Hi, I expected \parallel to work after success with \perp. That is, >> I've executed in buffer M-x org-toggle-pretty-entities RET, and I >> expected to see \parallel as unicode ∥, since \perp is over

Re: [O] cannot get an agenda showing logged todos, scheduled todos and clockcheck items at the same time

2014-11-17 Thread Brady Trainor
Hello, Rainer Stengele writes: > (agenda "todays agenda" > ( > (org-agenda-span 'day) > (org-agenda-log-mode 'clockcheck) > (org-agenda-start-with-log-mode t) > (org-agenda-overriding-header "Today's Ag

[O] org-mode pretty entities has \perp but not \parallel

2014-11-16 Thread Brady Trainor
Hi, I expected \parallel to work after success with \perp. That is, I've executed in buffer M-x org-toggle-pretty-entities RET, and I expected to see \parallel as unicode ∥, since \perp is overlayed (correct term?) with ⟂. Though, the former is pretty hard to see, so maybe it was decided agains

[O] project-explorer package forcing new frame... better solution than mine?

2014-11-14 Thread Brady Trainor
Hi, I'm trying the project-explorer package. It uses a persistent window for a browsing tree. This causes a new frame when using any of org-export-dispatch, org-agenda-view menu, ibuffer-other-window, and org-insert-link. (My C-c C-e, C-c C-a, C-x C-b, C-c C-l.) I've made a solution for the

[O] Newb me wrote bash script for TOC, for Org-mode in Github repos.

2014-11-11 Thread Brady Trainor
I think I have an okay bash script (below) for producing a TOC for notes I keep in Github in Org-mode format. It produce bulleted links like #+BEGIN_SRC org - [[./fileA.org][fileA.org]] - [[./dir][dir/]] - [[./dir/fileB.org][fileB.org]] #+END_SRC I run this script from a README.org file in

Re: [O] What happened to ODT export?

2014-11-10 Thread Brady Trainor
Hello, Christopher Culver writes: > I am running org-mode 8.2.10 from elpa on Emacs 24.4. When I try to > export to ODT format with the keystrokes described here: > > http://orgmode.org/manual/ODT-export-commands.html > > I get an error. Indeed, when I press C-c C-e, ODT is not even mentioned

Re: [O] (noob) interactive template? how?

2014-11-05 Thread Brady Trainor
The possibilities are endless with Emacs. I try to mix in working with good enough solutions and getting stuff done into my undying exploration of Emacs and Org-mode configuring. I think of it as a Bonsai tree. HTH -- Brady > Thanks to you, I was able to introduce an Org file to my re

Re: [O] Sagemath with org-babel?

2014-11-04 Thread Brady Trainor
John Hendy writes: > (require 'sage-mode) Thank you, this enabled me to at least have sage code blocks to mix into files for blog publishing. > #+begin_src test.org > > * header > > #+begin_src sage > print "Hello World" > print 2^3 > #+end_src > > #+end_src > > =C-c '= on the block gets me t

Re: [O] Sagemath with org-babel?

2014-11-04 Thread Brady Trainor
Darlan Cavalcante Moreira writes: > I have done this in the past, I don't have the files anymore. However, as > Tom says it is very easy to modify the templates to make org work with > sage. I remember I only needed some search and replace to make it work. > > Also, you may want to have a look at

Re: [O] (noob) interactive template? how?

2014-11-03 Thread Brady Trainor
Sven Ehret writes: > Hello, > > sorry for my noob question. I searched the list but cannot find anything > that would fit. > It's not clear how noob you are? To Emacs? To Org-mode? Do you know how to execute the emacs-lisp? Or otherwise insert into your init file? Do you know that these funct

Re: [O] syntax highlighting of inline LaTeX fragments

2014-11-03 Thread Brady Trainor
Rasmus writes: > The variable `org-highlight-latex-and-related' should allow you to > highlight inline math. Thank you. Takes care of all, - $..$ - $$..$$ (w/ newlines) - \(..\) - \[..\] (w/ newlines) - \begin{equation}..\end{equation} (w/ newlines) -- Brady

Re: [O] syntax highlighting of inline LaTeX fragments

2014-11-02 Thread Brady Trainor
Ilya Shlyakhter writes: > dear org-moders, > is it possible to syntax-highlight inline LaTeX fragments, > such as $V$ or \cite{smith2012generating} ? > I know you can highlight LaTeX code blocks, but I'm looking > specifically for highlighting of inline fragments. > thanks for help, > ilya :bump

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-10-31 Thread Brady Trainor
Brady Trainor writes: > ... Here is my > present workflow, and I hope there is some simple or complex solution > where others have a better workflow they can share: > > 1. Cut some pieces from my .el or .org files, > 2. Paste into the scratch buffer, > 3. Convert scratch

[O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-10-31 Thread Brady Trainor
When reading articles /from/ gmane.emacs.orgmode /in/ Gnus, I've observed that source blocks such as #+BEGIN_SRC emacs-lisp (if this (then that)) #+END_SRC and #+BEGIN_SRC org ,* TODO some headlines and:atag: SCHEDULED: <2014-10-29 Wed> - [ ] some other org-mode s

Re: [O] extra newlines in TYPE checkitem for capture-templates

2014-10-23 Thread Brady Trainor
Brady Trainor writes: > > A solution would be to use file+headline, then not using :prepend > prevents an extra line, but my headline is the date and varies. > I solved my problem this way by modifying the function insert-date-N-days-from-current to print instead of insert. Now I c

[O] extra newlines in TYPE checkitem for capture-templates

2014-10-23 Thread Brady Trainor
I am prepending a checkboxed plain list item to a file named "pomodoro.org" (I'm not really doing pomodoro here anymore, it started as this but the unique filename stuck, and it is my ad-hoc datetree). It is organized much like a datetree, but flatter and newest first, thus the use of prepend.

Re: [O] Paper Size for Exported LaTeX

2014-10-21 Thread Brady Trainor
Andreas Kiermeier writes: > > #+LATEX_HEADER: \usepackage[various options]{geometry} > Here is an example I am using to cram a lot of lists/notes onto a peice of paper to fold into eighths. #+BEGIN_SRC org #+LaTeX_CLASS_OPTIONS: [landscape] #+LaTeX_HEADER: \usepackage[top=.1in,bottom=.125in,

Re: [O] Org-mode Habit with Varying Description

2014-10-20 Thread Brady Trainor
Daya Atapattu writes: > Is there a way to create a habit that picks-up the description from a > list? > > I like to schedule studying a book: It would be scheduled as "Read > pages 100-125." Then the next day it should read "Read pages 126-150." > The description of the habit varies; org-mode pic

[O] After org-agenda-tag-filter-preset, (search ".") seems to break.

2014-10-20 Thread Brady Trainor
For a global search, the result of custom command `g' seems to work, while the custom command `f' fails. I am guessing this has to do with `search' block is not tied in strongly to the greater set of custom command tools, but wanted to bring it to your attention in case it was found to be unwanted

Re: [O] New key binding C-Tab -- how to not use it

2014-10-19 Thread Brady Trainor
Bastien writes: > Thorsten Jolitz writes: > >> , >> | (org-defkey org-mode-map "\C-TAB" 'undefined) >> ` >> >> not sure if the TAB is correct here, maybe try , , etc if it >> does not work. > > I think this should be one of these: > > (org-defkey org-mode-map "\C-\t" 'undefined) > (org-d

[O] Append a second agenda view then refresh; this kills first agenda view.

2014-10-18 Thread Brady Trainor
If I append (A) a second agenda-view to a first, then refresh for clocking (g), the first agenda-view vanishes and I am left with the second. Is there any way to keep both agenda-views upon refresh? For now I will simply adjust my custom-commands, but my reaction was that this should be natural.

Re: [O] Text above first headline is being exported, despite :export: tag being used.

2014-10-18 Thread Brady Trainor
Charles Berry writes: > Brady Trainor uw.edu> writes: > >> But I have trees tagged for export, while text above first headline is >> being exported. Can anyone confirm? > > It works for me. Can you provide an ECM[1]? > I have in a file simply: --8<--

[O] Text above first headline is being exported, despite :export: tag being used.

2014-10-16 Thread Brady Trainor
At http://orgmode.org/manual/Export-settings.html I read , | ‘SELECT_TAGS’ | The tags that select a tree for export (org-export-select-tags). The | default value is :export:. Within a subtree tagged with :export:, | you can still exclude entries with :noexport: (see below). Whe

[O] org agenda custom command: "search" block, cannot sort by priority?

2014-10-13 Thread Brady Trainor
Can I expect sorting by priority to be easily usable in the `search' block for `org-agenda-custom-commands'? Here is a minimal example, where I can pull all headlines by using a tag filter on a nonsense tag, whereas the search for all headlines doesn't seem to be sortable. Should I be aware of t

Re: [O] org-mode for knowledge management

2014-10-11 Thread Brady Trainor
Daniel Clemente writes: > About links: in org-mode they all look the same, but semantically there are > many types, like: > - *is-a*: „this is a concrete implementation of [[that generic knowledge]]“ > - *related*: „related to this is: [[that]]“ > - *same-as*: „this and [[that]] are exactly th

[O] Possible bug, installing outshine before outorg

2014-10-09 Thread Brady Trainor
Newb bug report: I think if I have a brand new Emacs setup, installing org with an "emacs -q", then installing outshine.el (all with built-in package manager), that there is some problems created, possibly because of outorg to install (IIRC, a "silent-notifications" type of problem). If I star

Re: [O] [org-publish] Error exporting my project

2014-10-01 Thread Brady Trainor
Nicolas Goaziou writes: > Hello, > > Leandro Noferini writes: > >> Yes, I have on Debian unstable, either emacs24 and org-mode package: how >> could I choose to use only org-mode package? Do you use the built-in package manager? I do, so I think I simply need (package-initialize) before anythi

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Brady Trainor
Charles Millar writes: > Brady Trainor wrote: >> Charles Millar writes: >> >>> Today, using C-c C-e, the dispatcher shows only the LaTeX and >>> Publisher options. >>> >> What is the result C-h v org-export-backends? >> > -- snip

Re: [O] Exporter dispatcher bug?

2014-09-24 Thread Brady Trainor
Charles Millar writes: > > Today, using C-c C-e, the dispatcher shows only the LaTeX and > Publisher options. > What is the result C-h v org-export-backends? Brady

Re: [O] resizing windows from an org buffer, reqest for org-shiftcontrol-final-hook

2014-09-23 Thread Brady Trainor
Aaron Ecay writes: > Hi Bradley, > > 2014ko irailak 16an, Brady Trainor-ek idatzi zuen: >> >> I have >> >> (global-set-key (kbd "S-C-") 'shrink-window-horizontally) >> (global-set-key (kbd "S-C-") 'enlarge-window-horizontall

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

2014-09-19 Thread Brady Trainor
esume :export: #+BEGIN_CENTER Brady Trainor\\ algeb...@uw.edu -- (206) 898-4124 #+END_CENTER ** Experience *** Jan -Present Position Location\\ Job description. ... etc. This is nice for sites that seem to prefer plain text, or demand it. I'm considering removing the centerin

[O] resizing windows from an org buffer, reqest for org-shiftcontrol-final-hook

2014-09-16 Thread Brady Trainor
I have (global-set-key (kbd "S-C-") 'shrink-window-horizontally) (global-set-key (kbd "S-C-") 'enlarge-window-horizontally) (global-set-key (kbd "S-C-") 'shrink-window) (global-set-key (kbd "S-C-") 'enlarge-window) in my init file, as suggested at http://www.emacswiki.org/emacs-en/WindowResiz

[O] agenda view custom command, restrict buffer

2014-09-14 Thread Brady Trainor
Today I realized how simple a command I liked in C-c a < a d. This would give an agenda-view of the current buffer and current day. So I thought, let's practice translating such key sequences to custom-commands. And I hit a speed bump. It seems not everything available in the agenda command

Re: [O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-31 Thread Brady Trainor
On 8/31/2014 1:20 AM, Nicolas Goaziou wrote: Hello, Brady Trainor writes: I would have expected [[latex:textsc][some text]] to become \textsc{some text} Why would you expect that? Regards, My mistake, I got mixed up by multiple mentions and difficulty with google. It is

Re: [O] Moving my init.el to Org

2014-08-31 Thread Brady Trainor
On 8/31/2014 1:37 AM, Marcin Borkowski wrote: I know that I could use org-babel-load-file, or outshine. What are other possibilities? What are the caveats (and advantages) of both (other?) ways? Another pro for `outshine`, I've made a folding expression for Vim that respects `outshine` beha

[O] [[latex:textsc][some text]] becomes \texttt{some text}

2014-08-30 Thread Brady Trainor
I would have expected [[latex:textsc][some text]] to become \textsc{some text} Instead, it becomes \texttt{some text} My hackish fix is to modify a variable, (setq org-latex-link-with-unknown-path-format "\\textsc{%s}") Is there a better way? Brady Org-mode version 8.2.

[O] narrow window, tag prompt partially obscured

2014-08-23 Thread Brady Trainor
I am using org-version 7.9.3f-17-g7524ef. When the window is narrow, and I use C-c C-c to set tags in headline, the tag-selection prompt does not show all candidates. Is there a way around this? I'm using a narrow org buffer to mirror my directory structure for visualization, and org tags is

Re: [O] Remove the build-in orgmode

2014-06-01 Thread Brady Trainor
Shiyuan wrote: > Hi, > I updated Org-mode from ELPA. If I start emacs normally, M-x > org-version does show the new version(8.2.6). But if I start emacs with > -Q, emacs will still run the built-in version(7.9.3). This is not > convenient for debugging purpose. Is there anyway to remove the b

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-05-29 Thread Brady Trainor
Necromancy, ~1.5 months On 04/17/2014 08:45 PM, Brady Trainor wrote: TLDR version: I've decided to go with newsgroup rather than subscribe, and Thunderbird rather than GNUS. have we established the following ? 3 routes: - subscribe to mailing list with your email address - simply

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Brady Trainor
(my first `follow-up' from GNUS) I am trying to reduce the amount of custom-commands I use, so that my use of org-mode can evolve to be more adaptive and take more advantage of defaults. The functions below are for DONE items, but I'm sure you could tweak them to apply to priority. They allow

[O] export to org, header args disappear

2014-05-15 Thread Brady Trainor
I have code blocks such as #+BEGIN_SRC emacs-lisp :tangle no ... #+END_SRC and when I export the file to org, it becomes #+BEGIN_SRC emacs-lisp ... #+END_SRC Is there an option to include the header args on export? Thank you, Brady

Re: [O] Is org-protocol working on Fedora?

2014-05-01 Thread Brady Trainor
On 04/30/2014 05:55 PM, Brady Trainor wrote: Hi, I was curious if anyone had org-protocol working on Fedora. ... It's working in Opera on Fedora. Brady

[O] Is org-protocol working on Fedora?

2014-04-30 Thread Brady Trainor
Hi, I was curious if anyone had org-protocol working on Fedora. I have had it working when I tried Ubuntu some months ago, and I have it working now in Windows with Firefox. But I have not been able to get it to work in Fedora. (It has worked in Fedora on Emacs' w3m.) Brady

Re: [O] struggle with using variable org-agenda-*-filter* properly

2014-04-29 Thread Brady Trainor
On 04/29/2014 04:51 AM, Bastien wrote: > Hi Brady, : > Filters are applied on the headlines, not on their contents, > because they are applied *after* the agenda is generated. : > Hope this clarifies things up, Yes, greatly. Thank you. Brady

Re: [O] struggle with using variable org-agenda-*-filter* properly

2014-04-28 Thread Brady Trainor
On 4/28/2014 2:58 PM, Brady Trainor wrote: Maybe I should have included version: Org-mode version 8.2.6 (8.2.6-6-gfc37d1-elpa @ c:/Users/user-name/AppData/Roaming/.emacs.d/elpa/org-20140428/)

[O] struggle with using variable org-agenda-*-filter* properly

2014-04-28 Thread Brady Trainor
I am often having difficulties with the various org-agenda filter settings, for creating org-agenda-custom-commands. There is not much documentation, especially, examples for those new to for instance regexp, and Emacs' regexp, and how these work with org's syntax. In the following agenda-cu

Re: [O] Tried to use `org-agenda-top-headline-filter' in agenda block

2014-04-26 Thread Brady Trainor
On 04/26/2014 07:45 AM, Brady Trainor wrote: On 04/22/2014 11:12 PM, Bastien wrote: > Brady Trainor writes: > >> >> I tried to use `org-agenda-top-headline-filter'. > > There was a bug here, please try again from a fresh pull of the maint > or maste

Re: [O] Tried to use `org-agenda-top-headline-filter' in agenda block

2014-04-26 Thread Brady Trainor
On 04/22/2014 11:12 PM, Bastien wrote: > Brady Trainor writes: > >> Org-mode version 8.2.5h (8.2.5h-137-gc7812f-elpa @ >> /home/iam/.emacs.d/elpa/org-20140421/) >> >> I tried to use `org-agenda-top-headline-filter'. > > There was a bug here, please try

Re: [O] Trying to separate clocked time /ranges/ from scheduled times in a clean-ish view.

2014-04-24 Thread Brady Trainor
On 4/23/2014 8:09 PM, Brady Trainor wrote: On 4/23/2014 5:47 PM, Brady Trainor wrote: ... I really don't think I am using it the intended way, please disregard, there is plenty of other functionality I can continue to discover and leverage to my needs. Sorry for the noise. Brady

Re: [O] Trying to separate clocked time /ranges/ from scheduled times in a clean-ish view.

2014-04-23 Thread Brady Trainor
On 4/23/2014 5:47 PM, Brady Trainor wrote: Day-agenda (W17): Wednesday 23 April 2014 agendatest: 7:45- 7:48 Clocked: (0:03) backflips:routine:: agendatest: 7:45- 7:50 Scheduled: backflips :routine:: agendatest: 7:48- 7:52 Clocked: (0:04) somersaults :routine

[O] Trying to separate clocked time /ranges/ from scheduled times in a clean-ish view.

2014-04-23 Thread Brady Trainor
I can't see how to get a clean view of clocked time ranges. Not just the length of time, but the actual start and end times. I would like to share my attempts to give you an idea. If I include (org-agenda-start-with-log-mode '(closed clock state)) in my agenda block, then I can see the

[O] My first union in an agenda block

2014-04-22 Thread Brady Trainor
I struggled to get union of cases in an agenda block. I was able to work from examples by Bernt Hansen at http://doc.norang.ca/org-mode.html#CustomAgendaViewSetup and http://doc.norang.ca/org-mode.html#Projects, and make the following small example, which may be useful to folks just

[O] Tried to use `org-agenda-top-headline-filter' in agenda block

2014-04-22 Thread Brady Trainor
Org-mode version 8.2.5h (8.2.5h-137-gc7812f-elpa @ /home/iam/.emacs.d/elpa/org-20140421/) I tried to use `org-agenda-top-headline-filter'. I have a tree as follows: / | * diary-sunrise, diary-sunset | %%(diary-sunrise) | %%(diary-sunset) \ The syntax I tried was: (or

Re: [O] showing up twice in customize group, "Org Agenda Match View"

2014-04-21 Thread Brady Trainor
On 04/21/2014 01:28 PM, Nick Dokos wrote: > If you look at the subsequent lines, you'll see that the next group was > probably cut-n-pasted from this one and has the wrong tag: > | (defgroup org-agenda-search-view nil > | :tag "Org Agenda Match View" > Nick Thank you! It's reassuring that

[O] showing up twice in customize group, "Org Agenda Match View"

2014-04-21 Thread Brady Trainor
This shouldn't take any priority I imagine, but I am curious what causes it. If you execute M-x customize-group org-agenda RET at bottom you will find two appearances of subgroup `Org Agenda Match View', which I assume is not desired result. I think this must somehow result from Emacs

Re: [O] calfw-org, view single org file; very ugly hack

2014-04-21 Thread Brady Trainor
On 04/19/2014 11:33 PM, Bastien wrote: Brady Trainor writes: Was there a better way (outside of joining development of calfw-org)? PS: Joining forces for development always seems like a good idea :) Of course, Bastien you have answered this question well in 2007. Link: http

[O] sifted for agenda-view, sparse-tree underlying commands

2014-04-20 Thread Brady Trainor
goal: to make better use of agenda-views and sparse-trees strategy: to better understand what customization would be possible, should I need to consider them at some point (or even to be able to think about what commands they each are based on) difficulty: planning out exactly how I'll use t

[O] Insignificant typo re: `C-c / T' coded cases?

2014-04-20 Thread Brady Trainor
Org-mode version 8.2.5h (8.2.5h-106-gfaa170-elpa @ c:/Users/user-name/AppData/Roaming/.emacs.d/elpa/org-20140414/) TLDR version: Should `?T' not appear twice? / (defun org-sparse-tree (&optional arg type) ... (cond ... ((equal ans ?T) (org-show-todo-tree '(4))) ((member ans

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-17 Thread Brady Trainor
On 04/16/2014 12:28 PM, M wrote: This is off-topic, but I hope that someone can give me some good advice: TLDR version: I've decided to go with newsgroup rather than subscribe, and Thunderbird rather than GNUS. have we established the following ? 3 routes: - subscribe to mailing list with

[O] sharing my firsts, org babel tangle and "init" .org file

2014-04-17 Thread Brady Trainor
Have you migrated your init files into .org file(s)? What's your setup? Below is my first setup for fellow newbs, or for the interested developer. And please let me know if I'm missing some logic or conventions/practices. In the short history of my Emacs init file evolution (~ oct '13), I ha

[O] undocumented? struggled with category filter on daily/weekly agenda view custom command.

2014-04-15 Thread Brady Trainor
Goal: To make an agenda view custom command that will filter a daily/weekly view by category. I tried to use the documented `org-agenda-category-filter-preset', similar to functionality of the analogous tag variable, `org-agenda-tag-filter-preset'. It does not seem to work. However, a word sea

Re: [O] New headline after no content (empty headline)

2014-04-01 Thread Brady Trainor
On 3/30/2014 10:55 PM, Bastien wrote: Hi Brady, Brady Trainor writes: For `org-insert-heading' (M-RET), I wanted the following action on empty headlines: "* " |--> "* \n* ", rather than "*\n* ". I'm not sure I understand this, can you make it

Re: [O] [PATCH] No title in org-export-as-odt

2014-03-27 Thread Brady Trainor
Bastien gnu.org> writes: > Brady Trainor uw.edu> writes: > > > For my solution, I changed insert to ignore. > > Can you provide your change in the form of a patch? > > 4. in Emacs, hit `C-x v =' from the file to create the patch I wanted to return to th

Re: [O] New headline after no content (empty headline)

2014-03-27 Thread Brady Trainor
Bastien gnu.org> writes: > ---does the Org version that comes from the maint branch > still needs a fix? If so, can you describe the problem > again? I did test the `maint` branch today. The behavior was not ideal for my funny use-case. For `org-insert-heading' (M-RET), I wanted the follow

Re: [O] New headline after no content (empty headline)

2014-03-22 Thread Brady Trainor
Bastien gnu.org> writes: > > Hi Brady, > > Brady Trainor uw.edu> writes: > > (when respect-content > > (and (looking-at "[ \t]+") (replace-match "")) > > I thought to try substituting "[ \t]+" with "[\t]+

[O] New headline after no content (empty headline)

2014-03-15 Thread Brady Trainor
I am revisiting a workflow that I have a hard time letting go of, despite it's unintended use in Org-mode. That is, I like to visually separate groups of headlines by simply having a couple of empty headlines. This allows more nimble and simple use-case of manually sorting buildup of headlin

Re: [O] No title in org-export-as-odt

2014-01-26 Thread Brady Trainor
Miguel Ruiz yahoo.es> writes: > > > Any hint to get rid of the title in a org-export-as-odt > > session? I had the same problem. I noticed a lot of new lines, `\n', so I tried to remove more than "just title". For my solution, I changed insert to ignore. ;; Preamble - Title, Author, Dat

[O] Which `odt-content' variable should I use? Why are there two?

2014-01-26 Thread Brady Trainor
I was browsing the customize group org-export-odt. I found two variables that seem to do the same thing. In org-odt.el, we have org-export-odt-content-template-file while in ox-odt.el, we have org-odt-content-template-file Do I need to worry about this. Will org-export check both locati

[O] Capture for beginners. Dissecting the default template.

2013-12-19 Thread Brady Trainor
Basically, this is a brain dump. Please offer any advices you think of. In efforts to learn to use capture, I decided to try to understand the defaults. I will mention the location defaults, and the default template. At this time, all of my org-files are in one folder, so I decided to star

[O] ("Cannot open load file" "org-fstree") vs (babel, windows, shell)

2013-12-13 Thread Brady Trainor
* ("Cannot open load file" "org-fstree") vs (babel, windows, shell) long story short, fstree strategy leads to "cannot open load path", babel route is only explained for I believe Linux version. Ad-hoc solution with Windows command prompt, cut and paste directory structure. ** org tree iss

Re: [O] hyperlink to customize

2013-12-10 Thread Brady Trainor
Nick Dokos gmail.com> writes: > Yes, you will be happiest when you are assimilated :borg: > > Would be nice to have org versions of all info files. > > [...] why do you > want to have org versions of all info files? What would the benefits > be? > > [...] But rewriting >

Re: [O] hyperlink to customize

2013-12-10 Thread Brady Trainor
Brady Trainor uw.edu> writes: > > [...] I think I'll Pandoc the manual into org to practice the manual's > > navigation. > > Converting the html version to org met with some difficulties, such as carriage returns and pandoc giving an overflo

Re: [O] hyperlink to customize

2013-12-10 Thread Brady Trainor
Nick Dokos gmail.com> writes: > > Brady Trainor uw.edu> writes: > > synopsis: want (clickable) customize to open in a new frame > > > > Fiddling with the following variable may help (NB: untested, > and no time to dig, so I may

Re: [O] hyperlink to customize

2013-12-09 Thread Brady Trainor
> elisp:customize > > should also work as a link, even without the brackets. > [...] so the question > is why it does not work for you. It does work, I was wrong. That is, `elisp:customize` does in fact work for me. Not sure if I should start a new thread for the following.

Re: [O] hyperlink to customize

2013-12-09 Thread Brady Trainor
Nick Dokos gmail.com> writes: > > Brady Trainor uw.edu> writes: > > > > > So, my naïve attempt is to use > > > > > > > > elisp:customize > > > > > > so to call it from an elisp link, you say >

[O] hyperlink to customize

2013-12-09 Thread Brady Trainor
As I climb the org-mode (and Emacs) learning curve, I like to have things like hyperlinks to frequently visited places available. I can link to info, but not sure how to link to the customize, er, mode? buffer? I assume I should consider it an external link, or anyways assume I should

Re: [O] per file face keywords, /in/ file

2013-12-07 Thread brady trainor
as I am confident you have pointed me to a great introduction to some good color choices for faces. Brady Trainor P.S. and I am immensely happy to have found this software and excited about the possibilities!

[O] per file face keywords, /in/ file

2013-12-07 Thread brady trainor
(this is my first post here. first, thank you for providing this software, it seems to have potential for having an optimal effect on my workflow. so far, it is still just a hobby to learn, but i got a couple things done in the process.) I would like to set keyword faces in file. I have consider