Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Aankhen
windows.[1] Perhaps it has special support for font substitution or something… Aankhen [1]: http://code.google.com/p/emacs-for-windows/ <>

Re: [O] Calendar-like view of the org-agenda

2011-07-14 Thread Aankhen
On Wed, Jul 13, 2011 at 18:14, Jason F. McBrayer wrote: > On Wed, 13 Jul 2011 11:34:48 +0530, Aankhen wrote: > >> That's odd. I'm using Emacs 24 on Windows 7 64-bit (and before this >> I've used 23 on both 7 and Vista), and my font is set to Consolas. >>

Re: [O] Release 7.6

2011-07-14 Thread Aankhen
Thanks for another great release! Aankhen

Re: [O] how to change the headline starter *

2011-07-17 Thread Aankhen
t you want. > I guess what I'm trying to achieve is to keep Org-mode from slowly and > inconspicuously devolving into something featuring transparent blinking > 3D unicorn overlays with cherries on top. That's a gross exaggeration of > course (one would hope), but I'm sure you catch my drift. Certainly. I still don’t understand how this justifies all the fuss over a request to change the headline starter. Aankhen

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Aankhen
tries to run ‘copy-seq’ on ‘(x . 3)’ at line 759. It doesn’t seem to be specific to Python—using ‘:var foo=bar’ seems to be what triggers it. Aankhen

Re: [O] "DONE" all subtasks recursively

2011-07-21 Thread Aankhen
ine in a region. ‘org-end-of-subtree’ will move point to… well, the end of the current subtree. Finally, ‘org-todo’ is what changes the todo state of the headline containing point. Add your custom function to either ‘org-after-todo-state-change-hook’[1] or ‘org-trigger-hook’.[2] (I’m not sure what th

Re: [O] What's the license for worg.css?

2011-08-14 Thread Aankhen
Removing that line fixes the overlap without any apparent problems. Aankhen

Re: [O] extending automatic screenshot insertion

2011-08-26 Thread Aankhen
es)) ` I don’t have the ‘import’ utility so I can’t help there. It can probably take arguments to denote the bounding box; have a look at the documentation for both ‘import’ and ‘call-process’. Aankhen [1]: http://permalink.gmane.org/gmane.emacs.orgmode/40271

[Orgmode] Bug: Missing prompt label in capture template expansion

2011-02-24 Thread Aankhen
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. --

[Orgmode] Re: [PATCH] Missing prompt label in capture template expansion

2011-02-25 Thread Aankhen
fix, it seems to be working, so thank you for that. :-) Aankhen ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
acs 24, given this text in my Org file: , | #+ATTR_HTML: alt="Gogola!" width="100" | [[./Gogola.gif]] ` I get this in the exported version: , | ` Which versions of Emacs & Org are you using? Could you give an example

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
t;> Try changing that to ‘[[./images/apples6.jpeg]]’ (add ./ to the beginning). Not sure what else it might be—my Org experience is still in a nascent stage. By the way, the ‘width’ attribute already uses pixels for its units, so ‘width="100"’ would be enough. Aankhen ___

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
3> for more. Aankhen ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [O] scheduling items question

2011-03-03 Thread Aankhen
the best and particularly, most concise was of doing this? > > Right now, I have three headings that are scheduled every week as > follows: > > [snip] The Worg FAQ lists a couple of methods.[1] You can’t really get away from using multiple headings, though, unless you write a diary functio

Re: [O] [OT] Custom inline reply quotes

2011-03-03 Thread Aankhen
Hi Jeff, On Fri, Mar 4, 2011 at 11:50, Jeff Horn wrote: > What MUA/package/magic are you using to get custom inline replies with > the sender's initials? One possibility is Supercite, which lets you specify your own citation format.[1] Aankhen [1] http://emacs-es.manticore.es/man

[O] Re: [Orgmode] Bug: Missing prompt label in capture template expansion

2011-03-06 Thread Aankhen
On Sun, Mar 6, 2011 at 23:48, David Maus wrote: > At Fri, 25 Feb 2011 12:41:34 +0530, > Aankhen wrote: >> >> STEPS TO REPRODUCE: >> 1. Add this to the list of capture templates: >>     ("t" "Test" entry (file "z:/Temp/t.org") >>  

Re: [O] Different (setq org-export-with-section-numbers) depending on HTML or LaTeX export

2011-03-06 Thread Aankhen
on*{Baz} | \label{sec-3} | | \end{document} ` Which seems about right when converted to a PDF. Aankhen

Re: [O] Different (setq org-export-with-section-numbers) depending on HTML or LaTeX export

2011-03-07 Thread Aankhen
On Mon, Mar 7, 2011 at 21:54, Eric S Fraga wrote: > Aankhen writes: >> On Mon, Mar 7, 2011 at 04:37, Jakub Szypulka wrote: >>> I'm trying to hide section numbers in the HTML export, while keeping >>> the sections in the LaTeX export. >>> >>>

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-07 Thread Aankhen
remaining errors. This one seemed easy to fix, so I thought I’d butt in. :-) Hope the format of the patch is right (I’m using hg-git). --8<---cut here---start->8--- # HG changeset patch # User Aankhen # Date 1299568135 -19800 # Node ID 23e761c8a103c521a

Re: [O] latex fragments, dvipng and mathjax

2011-03-08 Thread Aankhen
mments), while Chrome seems to be using the right font. So I guess this is a Firefox thing. The FAQ mentions Firefox’s same-origin policy in the context of image fonts being used instead of web fonts.[1] Seems unlikely to be the culprit in this case though. *shrugs* Hope this helps narrow it down a little. Aankhen [1]: http://www.mathjax.org/resources/faqs/#image-fonts

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Aankhen
Hi Bastien, On Wed, Mar 9, 2011 at 16:06, Bastien wrote: > Aankhen writes: > >> This one seemed easy to fix, so I thought I’d butt in. :-) Hope the >> format of the patch is right (I’m using hg-git). > > The patch was caught by patchwork, but wrongly wrapped. > >

Re: [O] How to change column view background color ?

2011-03-09 Thread Aankhen
.media.tumblr.com/tumblr_lhsnjosKkt1qhjuqco1_400.png > How can I change the background color of column view ? I believe you should be able to do this by changing the ‘org-column’ face. Try ‘M-x customize-face RET org-column’. Aankhen

Re: [O] [BUG] Unmatched #+end-src

2011-03-12 Thread Aankhen
-line)) ((and inlinetask-re (looking-at inlinetask-re)) (org-inlinetask-goto-beginning) (forward-line -1)) ((looking-at "^[ \t]*$") (forward-line -1)) ;; Text at column 0 cannot belong to a list: stop. --8<---cut here---end--->8--- Hope this helps, Aankhen

[O] Automatically clocking into parent items

2011-03-12 Thread Aankhen
anism clocks me into ‘Frob’ (at least, I *think* the hook runs first). I guess what I’m wondering is, what’s a good way to avoid this double-clocking? And while I’m asking for help, can anyone think of some less obnoxious names for the functions, variables and property? :-) I hope all this makes sense. Thanks for your time. Aankhen

[O] Re: [BUG] Unmatched #+end-src

2011-03-12 Thread Aankhen
Hi, On Sun, Mar 13, 2011 at 01:37, Nicolas wrote: > Aankhen writes: > >>> --8<---cut here---start->8--- >>> * Unmatched #+end-src bug >>> >>> #+end_src >>> --8<---cut here

[O] Re: Automatically clocking into parent items

2011-03-14 Thread Aankhen
On Sun, Mar 13, 2011 at 01:30, Aankhen wrote: > I’ve been working on getting org-mode to automatically clock into an > item’s ancestor when clocking out of that item.  The way I have it set > up now, it walks up the tree looking for an item that has a particular > property set.  If t

Re: [O] Re: Merging .org files

2011-03-19 Thread Aankhen
to jump from headline to headline. > > I use this function to jump quickly (via ido) to a first level headline > in my org files: > > [snip] Do you normally have ‘org-completion-use-ido’ turned off or something? (Just wondering why you couldn’t use ‘org-refile’ directly.) Aankhen

[O] Re: Merging .org files

2011-03-19 Thread Aankhen
On Sat, Mar 19, 2011 at 18:23, Matt Lundin wrote: > Aankhen writes: >> [snip] >> >> Do you normally have ‘org-completion-use-ido’ turned off or something? >> (Just wondering why you couldn’t use ‘org-refile’ directly.) > > Yes, that is correct. I normally have

Re: [O] Re: [Bug] MCE for HTML test of export

2011-03-19 Thread Aankhen
soup to them.[1] Org uses XHTML as far as I can tell, so is the correct choice here. Aankhen [1]: Unless you’re serving it up as real XHTML, which I highly doubt. ;-)

Re: [O] Re: Completing with anything

2011-03-22 Thread Aankhen
On Mon, Mar 21, 2011 at 22:34, Julien Danjou wrote: > On Mon, Mar 21 2011, Stefan Monnier wrote: > >> As Tassilo mentions, maybe we could have a post-completion step that can >> perform some kind of expansion/replacement/cleanup once a valid >> completion is selected.  I'm not sure what that would

Re: [O] org-remember and lists

2011-03-25 Thread Aankhen
"Shopping List" ` Take a look at the manual for more.[1] You may need to update your Org installation and add the ‘contrib’ directory to ‘load-path’ in order to use ‘org-capture’. Hope this helps, Aankhen [1]: http://orgmode.org/org.html#Capture

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Aankhen
red with LaTeX.  There are a few > ambiguities in the markup that are hard to resolve without going the > additional step of exporting to HTML or LaTeX and editing that output. > You've just stumbled into one of them... Out of curiosity, how would you return to an enclosing context in LaTeX or DocBook? In HTML, of course, you can nest ‘div’ elements (or proper ‘section’ elements in HTML5) and alternate subsections and text to your heart’s content. As far as I know, there is no equivalent in the other two formats: you need to use other containers within the section, such as lists or tables. Aankhen

Re: [O] latex export settings in init files

2011-03-28 Thread Aankhen
advice I read.[1] It’s a trade-off between failing early if you have errors and speeding up Emacs’s initialization. It can also be less than straightforward to understand… Aankhen [1]: http://a-nickels-worth.blogspot.com/2007/11/effective-emacs.html

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-29 Thread Aankhen
e sense to allow it in org-mode and then have the text end up as part of the last subsection when exported. Aankhen

Re: [O] Re: Test framework needed

2011-03-30 Thread Aankhen
g patches an easier way to perform regression testing and catch any unintended consequences. On the other hand, it /does/ take a lot of effort to keep it in sync with the codebase… maybe we need a Test Fairy. ;-) Aankhen

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-31 Thread Aankhen
LaTeX and DocBook can’t. No idea about the remaining export formats. Aankhen

Re: [O] org-attach link proposal

2011-04-01 Thread Aankhen
a single argument (the text of the link); ‘in-emacs’ will always be ‘nil’, unless you’re also calling it programmatically elsewhere. Aankhen [1]: http://orgmode.org/org.html#Adding-hyperlink-types

[O] Enforcing drawer setup

2011-04-01 Thread Aankhen
Hi, Is there any command I can run to put into effect my ‘org-log-into-drawer’ setting? I recently changed it to ‘t’, but I have a fair number of existing entries where it was ‘nil’, meaning that the files as a whole look rather haphazardly organized. Thanks, Aankhen

[O] Re: Enforcing drawer setup

2011-04-01 Thread Aankhen
Hi Bernt, On Fri, Apr 1, 2011 at 22:31, Bernt Hansen wrote: > Aankhen writes: >> Is there any command I can run to put into effect my >> ‘org-log-into-drawer’ setting?  I recently changed it to ‘t’, but I >> have a fair number of existing entries where it was ‘nil’, meaning

Re: [O] Re: unnumbered subsections in latex export

2011-04-04 Thread Aankhen
hard to make. Could go the other way and provide both in Org and combine them where there’s no distinction, I suppose. Uhm, anyway. Acronyms are natively supported in HTML. That is all. Aankhen

Re: [O] Re: unnumbered subsections in latex export

2011-04-05 Thread Aankhen
Hi Sébastien, 2011/4/5 Sébastien Vauban : > Aankhen wrote: >> [snip] >> Acronyms are natively supported in HTML. That is all. > > Thanks for reporting this. Wasn't aware of it. Though, that does not alter the > need (at least, what I consider so) for acronyms ha

Re: [O] Re: unnumbered subsections in latex export

2011-04-05 Thread Aankhen
On Wed, Apr 6, 2011 at 00:57, Eric S Fraga wrote: > Aankhen writes: > > [...] > >> Thank you for the clarifications.  I’m going to talk a bit more about >> HTML as that’s where I have the most experience.  I am in agreement >> with you when you say that builtin

Re: [O] Re: export options toc:t depends on num:t

2011-04-06 Thread Aankhen
ectioning commands but add this before \begin{document}: , | \setcounter{secnumdepth}{0} ` Aankhen

Re: [O] [BUG] HTML Export/Broken coderef links?

2011-04-13 Thread Aankhen
col(coderef) isn't associated with any program." > > [snip] Try the attached patch for a quick fix. Works here. Aankhen fix-coderefs-in-html.patch Description: Binary data

Re: [O] [BUG] HTML Export/Broken coderef links?

2011-04-13 Thread Aankhen
Oops, looks like I’m rather late. Scratch that. :-) Aankhen

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Aankhen
property-in-string 'org-caption src)) (attr (org-find-text-property-in-string 'org-attributes src)) (label (org-find-text-property-in-string 'org-label src))) @@ -1855,7 +1854,7 @@ lang=\"%s\" xml:lang=\"%s\"> src (if (string-match "\\%s %s" --8<---cut here---end--->8--- Aankhen

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-20 Thread Aankhen
On Wed, Apr 20, 2011 at 13:39, Manuel Giraud wrote: > Aankhen writes: > >> This might not be the best solution. The purpose of the ‘alt’ >> attribute is to provide a textual alternative, which the file name >> really isn’t. It would be better to provide an empty value:

Re: [O] Feature request: modify italic regexp list to include non-breaking space and other characters

2011-04-20 Thread Aankhen
o modify this, or restart Emacs after changing it. | | You can customize this variable. | | [back] ` I’d say that ‘pre’/‘post’ should really contain [[:space:]], but then Org’s syntax table seems to treat the non-breaking space as punctuation, so that wouldn’t help. You could try adding the character itself to both of those categories for a fix. You’ll need to restart Emacs afterwards (unless you used the Customize interface) so that ‘org-emph-re’ is updated accordingly. > Using 7.4. This little problem aside, you might want to upgrade (if not to the development version, at least to 7.5). Aankhen

Re: [O] NEW auto dimension tables doesn't work in orgtbl Text mode

2011-04-20 Thread Aankhen
nsole, and you will see things lining up correctly. Aankhen

Re: [O] Inline Images Showing as Link

2011-04-21 Thread Aankhen
EXTENSIONS) | | Return non-nil if FILE is an image. ` I think you’d need to majorly rejigger them to make Org recognize your link as an image. Aankhen

[O] Timesheet from clocking data

2011-04-21 Thread Aankhen
-contiguous blocks on Thursday. I really have no idea where to begin in order to obtain this sort of report, if it is even possible. Any pointers would be most appreciated! Thanks, Aankhen

Re: [O] Timesheet from clocking data

2011-04-22 Thread Aankhen
Hi Bernt, On Fri, Apr 22, 2011 at 03:25, Bernt Hansen wrote: > Aankhen writes: > >> Greetings, >> >> Given an Org file with clocking data, is there a way to generate a >> timesheet?  This would complement the clock table by focusing on the >> timings rather t

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Aankhen
" t) ("" "longtable" > nil) ("" "float" nil) ("" "wrapfig" nil) ("" "soul" t) ("" "textcomp" nil) > ("" "marvosym" t) ("" "wasysym" t) ("" "latexsym" t) ("" "amssymb" t) ("" > "hyperref" nil) "\\tolerance=1000"))) > > ) > > However, fontenc and textcomp are still in the org-generated tex file. > bug, or feature ? That line you pasted contains both packages. Maybe you forgot to set it after customising it or some such thing? Aankhen

Re: [O] editing "org-export-latex-default-packages-alist" has no effect

2011-04-23 Thread Aankhen
On Sat, Apr 23, 2011 at 23:51, Stinky Wizzleteet wrote: > Stinky Wizzleteet writes: > >> Aankhen writes: > -snip- >>>> However, fontenc and textcomp are still in the org-generated tex file. >>>> bug, or feature ? >>> >>> That line yo

Re: [O] bug: hovering window obscures text

2011-05-02 Thread Aankhen
ify it taking up that space. Meanwhile, for a quick fix, try this user style: http://userstyles.org/styles/47418/worg-disable-fixed-toc Aankhen

Re: [O] bug: hovering window obscures text

2011-05-02 Thread Aankhen
On Tue, May 3, 2011 at 11:11, Jambunathan K wrote: > Aankhen writes: > >> On Mon, May 2, 2011 at 22:39, Samuel Wales wrote: >>> On this page >>> >>>  http://orgmode.org/worg/org-faq.html#closing-outline-sections >>> >>> a hovering window

Re: [O] bug: hovering window obscures text

2011-05-03 Thread Aankhen
(Sorry for replying to my own message.) On Tue, May 3, 2011 at 11:26, Aankhen wrote: > On Tue, May 3, 2011 at 11:11, Jambunathan K wrote: >> Aankhen writes: >> >>> On Mon, May 2, 2011 at 22:39, Samuel Wales wrote: >>>> On this page >>>> &g

Re: [O] Problems with capture in tables

2011-05-05 Thread Aankhen
me: , | (setq org-capture-templates | '(("x" "Testing" table-line | (file+headline "Z:/temp/TestCaptTbl.org" "Heading 1") | "| # | %t | %^{weight} | |" :table-line-pos "II-1"))) ` Hope this helps. Aankhen

Re: [O] insert picture feature request.

2011-05-07 Thread Aankhen
quot;/capture=2" (concat "/convert=" filename) ) | (insert (concat "[[" filename "]]")) | (org-display-inline-images)) ` Seems to work here, although I’m unable to get the resulting image to display inline. Aankhen

Re: [O] [dev] footnotes improvements

2011-05-12 Thread Aankhen
y part, I like Wikipedia’s ‘[1][2]’ style. ‘1, 2’ sounds even better to me, if it can be done. Aankhen

Re: [O] insert picture feature request.

2011-05-16 Thread Aankhen
Sorry for the late response! I forgot about this thread. On Mon, May 9, 2011 at 07:35, Mark S. wrote: > Note to Aankhen: To get inline images to work, you need to install the PNG > and JPEG libraries from http://gnuwin32.sourceforge.net/ . Then put the > resulting C:...gnuwin32/bin

Re: [O] understanding the function outline-level

2011-06-07 Thread Aankhen
unction > that initializes the "Match Data". Where is that last search or match > operation? Here’s a slightly more complicated alternative method: , | (progn | (org-back-to-heading) | (org-reduced-level (org-current-level))) ` This will take into account `org-odd-levels-only'. Aankhen

Re: [O] Define capture template with dynamic id target

2011-06-11 Thread Aankhen
et, the outline path does not contain a file, | only headings. ` So the code would look something like this: , | (org-find-olp '("2011" "May" "Sub-headline") t) ` Aankhen