windows.[1] Perhaps it
has special support for font substitution or something…
Aankhen
[1]: http://code.google.com/p/emacs-for-windows/
<>
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.
>>
Thanks for another great release!
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
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
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
Removing that line
fixes the overlap without any apparent problems.
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
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.
--
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
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
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
___
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
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
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
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")
>>
on*{Baz}
| \label{sec-3}
|
| \end{document}
`
Which seems about right when converted to a PDF.
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.
>>>
>>>
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
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
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.
>
>
.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
-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
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
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
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
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
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
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. ;-)
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
"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
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
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
e
sense to allow it in org-mode and then have the text end up as part of
the last subsection when exported.
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
LaTeX and DocBook can’t. No idea
about the remaining export formats.
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
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
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
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
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
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
ectioning commands but add this before
\begin{document}:
,
| \setcounter{secnumdepth}{0}
`
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
Oops, looks like I’m rather late. Scratch that. :-)
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
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:
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
nsole, and you will see things
lining up correctly.
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
-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
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
" 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
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
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
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
(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
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
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
y part, I like Wikipedia’s ‘[1][2]’
style. ‘1, 2’ sounds even better to me, if it can be done.
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
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
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
63 matches
Mail list logo