Memnon Anon writes:
> Well, ledger is still installed.
> Some day, I will have a closer look at this. But for now, I have
> other things to do ...
Ledger might sound scary, but it is actually very easy to use,
especially with the Emacs interface.
Charles
--
"If you want to travel around the
When I have a file containing links like
http://blogs.sun.com/sundararajan/entry/what_s_in_my_java
the underscores become subscripts (when exported as html).
How to turn this off?
(Note the link follows correctly; just how it shows)
___
Emacs-orgmode m
On Wed, Jan 7, 2009 at 5:09 PM, Rustom Mody wrote:
> When I have a file containing links like
> http://blogs.sun.com/sundararajan/entry/what_s_in_my_java
> the underscores become subscripts (when exported as html).
>
> How to turn this off?
> (Note the link follows correctly; just how it shows)
>
"Rustom Mody" writes:
> When I have a file containing links like
> http://blogs.sun.com/sundararajan/entry/what_s_in_my_java
> the underscores become subscripts (when exported as html).
>
> How to turn this off?
> (Note the link follows correctly; just how it shows)
If you want to keep the super
Memnon Anon writes:
> P.S.: btw.: It seems that cc is widely used on this mailinglist.
> So I use it even if I know the person is subscribed.
> Is this the preferred way? Every list has its own conventions :(
>
>
> ___
> Emacs-or
On Jan 7, 2009, at 12:39 PM, Rustom Mody wrote:
When I have a file containing links like
http://blogs.sun.com/sundararajan/entry/what_s_in_my_java
the underscores become subscripts (when exported as html).
How to turn this off?
(Note the link follows correctly; just how it shows)
This was a
i have been running orgmode for awhile now, and using it to export my
files to latex for printing..
for some reason, today, it stopped working..
when i do a C-c C-e and select 'l' to export to latex, i get the following:
Sorting environment...
Removing duplicates... done
Applying style hooks...
Hi Sergio,
are you explicitly trying to hide information?
For example: did you upgrade today?
What is your current version?
Do you have a small example file which does already reproduce the
problem?
You really don't give me anything to work on
- Carsten
On Jan 7, 2009, at 5:35 PM, ser
Hello Carsten,
The image at http://imagebin.org/35260 shows the Orgmode homepage in
IE6 and http://imagebin.org/35261 shows the the same page in FF3. The
page in IE (6) is jumbled up (table of contents mixed up with page
contents) since it (IE6) does not support "position: fixed" used in
the org.
This is what I use in such cases. All styles starting with '*' are read
by IE only. No compromise should be neccessary.
@media screen {
/* ... all your styles here ... */
#table-of-contents
{
position:fixed;
width:198px;
}
* html { overflow-y: hidden; }
* html body {
When the example file below is added to the agenda file list, and
I perform an agenda property search (C-c C-a m), I can't seem to
locate any CLOSED items if I use the date matching format, for
example these don't work...
CLOSED>="<2009-01-01>"
CLOSED="<2009-01-07>"
... but a regexp search li
> Manish writes:
>> Hello Carsten,
>>
>> The image at http://imagebin.org/35260 shows the Orgmode homepage in
>> IE6 and http://imagebin.org/35261 shows the the same page in FF3. The
>> page in IE (6) is jumbled up (table of contents mixed up with page
>> contents) since it (IE6) doe
Bernt Hansen schrieb:
[snipped nice code]
How can I extend this function to wrap the current selection into a
#+BEGIN_SRC
...code...
#+END_SRC
string while also interactively asking the user for a language string?
-
;; ==
os: osx 10.5
GNU Emacs 22.3.1 (powerpc-apple-darwin9.3.0, Carbon Version 1.6.0)
org-mode: Org-mode version 6.17c
i have done the following:
removed old version (6.12-ish) of org-mode..
edited Makefile to read:
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
did a make on the new code..
af
Hi Manish,
Manish writes:
>
> Also, I do not have access to IE7 so I do not know if that works.
>
Either of these sites are nice for seeing what pages look like on
various versions of IE.
http://browsershots.org/
http://ipinfo.info/netrenderer/
- Matt
__
Patrick Drechsler writes:
> Bernt Hansen schrieb:
> [snipped nice code]
>
> How can I extend this function to wrap the current selection into a
>
> #+BEGIN_SRC
> ...code...
> #+END_SRC
>
> string while also interactively asking the user for a language string?
>
> -
Bernt Hansen schrieb:
Patrick Drechsler writes:
Bernt Hansen schrieb:
[snipped nice code]
How can I extend this function to wrap the current selection into a
#+BEGIN_SRC
...code...
#+END_SRC
string while also interactively asking the user for a language string?
Something like this maybe?
Hi Sergio,
your example file exports fine in my setup.
Anyone else can reproduce Sergio's problem?
- Carsten
On Jan 7, 2009, at 10:00 PM, sergio_101 wrote:
os: osx 10.5
GNU Emacs 22.3.1 (powerpc-apple-darwin9.3.0, Carbon Version 1.6.0)
org-mode: Org-mode version 6.17c
i have done the follo
Hi Sebastian,
would you like to make things easy for me and make me a new version of
org.css which will work also on IE, and send it to me
Thanks!
- Carsten
On Jan 7, 2009, at 8:45 PM, Sebastian Rose wrote:
This is what I use in such cases. All styles starting with '*' are
read
by
Carsten Dominik writes:
> Hi Sergio,
>
> your example file exports fine in my setup.
>
> Anyone else can reproduce Sergio's problem?
hi, carsten..
just one more thing that may be of use..
i can take any existing tex files (even really whacky ones) and produce
pdfs just fine..
__
Carsten Dominik writes:
> Hi Sergio,
>
> your example file exports fine in my setup.
>
> Anyone else can reproduce Sergio's problem?
>
> - Carsten
>
LaTeX export is working fine for me with Carbon Emacs (Mac OS X) and
the most recent org from the git repository.
- Matt
__
hi, matt...
can you send me the relevant parts (the top) of your Makefile?
mine looks like this..
# Name of your emacs binary
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
# Where local software is found
prefix=/usr/local
# Where local lisp files go.
lispdir = $(prefix)/share/emacs/site-
Hi Manish,
just make the #table-of-contents limited to a certain height. 100%
should work if nothing else is higher than the visible area in the
browser. If it doesn't, use a pixel value.
@media screen {
/* ... all your styles here ... */
#table-of-contents
{
position:fixed;
width:198px
Carsten Dominik writes:
> Hi Sebastian,
>
> would you like to make things easy for me and make me a new version of org.css
> which will work also on IE, and send it to me
Yes, I'll give it a shot this evening.
Best,
Sebastian
>
> Thanks!
>
> - Carsten
>
> On Jan 7, 2009, at 8:45 PM,
A reminder about accessibility.
With changes to code that creates web pages, remember to try
increasing the font size to very large and looking at all parts of the
page.
Try fonts large enough that the maximized browser can only display 60
characters or so.
Quite often, text overlaps itself vert
That works! Thank you Sebastian.
--
Manish
On Thu, Jan 8, 2009 at 8:23 AM, Sebastian Rose wrote:
> Hi Manish,
>
> just make the #table-of-contents limited to a certain height. 100%
> should work if nothing else is higher than the visible area in the
> browser. If it doesn't, use a pixel value.
Both are wonderful resources. Thanks for sharing.
--
Manish
On Thu, Jan 8, 2009 at 2:56 AM, Matthew Lundin wrote:
>
> Hi Manish,
>
> Manish writes:
>>
>> Also, I do not have access to IE7 so I do not know if that works.
>>
>
> Either of these sites are nice for seeing what pages look like on
>
On Jan 8, 2009, at 1:14 AM, sergio_101 wrote:
Carsten Dominik writes:
Hi Sergio,
your example file exports fine in my setup.
Anyone else can reproduce Sergio's problem?
hi, carsten..
just one more thing that may be of use..
i can take any existing tex files (even really whacky ones) an
28 matches
Mail list logo