Thanks for pointing out that my manual was out of date. Looks to me like I
needed to delete the stock org manual before the package-based one would
show up in info.
Daniel E. Doherty
Law Offices of Daniel E. Doherty
7300 W. 110th Street
El Sat, 18 Apr 2015 15:57:15 +0200 Rasmus va escriure:
> >
> > Note that this also breaks any CSS styling for the section with the
> > CUSTOM_ID (which I also use). If I used a CUSTOM_ID because wanted a
> > swanky background for the heading saying "Bill Clinton", the current
> > export not only d
El Tue, 21 Apr 2015 09:25:13 +0200 Nicolas Goaziou va escriure:
>
> Hello,
>
> Daniel Clemente writes:
>
> > I also saw this change (diff format):
> >
> > -
> > -1.4.3.1.2
> > tercer error con stash
> > +
> > +1.4.3.1.2
> > terc
---8<---
then the bug (seems to) disappear.
My question is now: is this correct, or did I understand something
wrong? If my understanding is correct, how this bug be fixed more
elegantly?
Best,
Daniel
--
Daniel Borchmann http://daniel.kxpq.de
GPG (Mail)
ally is not an org-mode problem but depends on how
(count-lines 1 (point)) works, as it is using regex searches for the
line endings. I can imagine that the regex parser for utf-8 can be
inefficient.
Regards,
Daniel
--
MSc. Daniel Bausch
Research Assistant (Computer Science)
Technische Universität Darmstadt
http://www.dvs.tu-darmstadt.de/staff/dbausch
Daniel Bausch writes:
> I think it actually is not an org-mode problem but depends on how
> (count-lines 1 (point)) works, as it is using regex searches for the
> line endings. I can imagine that the regex parser for utf-8 can be
> inefficient.
I just looked again at Eric'
Eric S Fraga writes:
> On Friday, 19 Jun 2015 at 08:19, Daniel Bausch wrote:
>
> [...]
>
>> Line 6000 is indeed quite "lame". I have similar problems like Eric. A
>> table recalculation at line 43868 takes about a minute at my quite fast
>> machine.
Eric S Fraga writes:
> On Friday, 19 Jun 2015 at 10:28, Daniel Bausch wrote:
>
> [...]
>
>> If anyone could give me a hint how to reliably set the preferred (or
>> internal) encoding I could check wether it might have something to do
>> with the system locale.
&
patch does seem to fix that. If it's ok, I can push it.
It works for me.
Thanks!
Daniel
--
~~~~~~
Dr. rer. nat. Daniel Borchmann
Postdoctoral Research Associate
Technische Universität Dresden
Fakultät Informatik
Institut für Theoretische Informatik
Lehrstu
): I’d like to do something similar with Emacs / org that was
possible with PIM/PE. :-)
Thanks for any hints, pointers and ideas,
Daniel
component of my new system! Thanks!
Daniel
> Am 03.07.2015 um 14:25 schrieb Pascal Fleury :
>
> I think properties can be used for this. I personally like the org-secretary
> module, described nicely here by the author:
> http://juanreyero.com/article/emacs/org-team
his?
>
>>
>> - I’d like to be able to archive chunks of information, e.g. a
>> MEETINGNOTE that’s obsolete, equally as I can do it with tasks
>
> C-c C-x a will archive a headline. you can only archive headlines, not
> pieces of text.
Good enough I guess. Great! :-)
>
>>
>> - I’d like to filter, i.e. have Emacs only show me e.g. the
>> „MEETINGNOTES“ entries with all their text, but filter out everything
>> else. Maybe even only „MEETINGNOTES“ with tag „XY“… combined
>> filtering. Possible via Agenda, as I understand it, at least
>> partially. Matching tags and combinations of tags etc.
>
> This sounds pretty doable with tag/property searches.
Great!
Slowly my image of what my setup might look like gets clearer and clearer.
Thanks!
Daniel
the correct lisp-compatible name of the theme. How to know what it is?
And where are new themes for this method installed to? As far as I understood,
both methods take different format theme files?
Thanks!
Daniel
> Am 05.07.2015 um 04:21 schrieb Haider Rizvi :
>
> I use a yasnippet for writing down my meeting minutes, that also
> creates some properties. Daniel may find it useful.
Indeed I do!
This is great, and will probably have its place in my future setup.
I will look into this.
Thanks,
Daniel
> Am 09.07.2015 um 04:45 schrieb Samuel W. Flint :
>
> Daniel Hertrich writes:
>
>> Hi guys,
>>
>> quick question, as I don’t really see any root cause for this:
>> Whenever I try to load a color theme directly from .emacs using
>> load-theme, e.
ros)))
#+TBLNAME: rates
| ! | abbr | euros |
|---+--+---|
| | eur | 1 |
| | nok | 0.14 |
| | sek | 0.12 |
| | usd | 0.77 |
Thanks for your answers!
Daniel
Hi,
A minor bug with spreadsheets: when swapping two columns in a table
(alt+left), column formulas are updated only when defined in the first
#+TBLFM: line.
That is, this table
| | |
#+TBLFM: $1=1::$2=2
after swapping becomes (correctly)
| | |
#+TBLFM: $2=1::$1=2
but with this on
Hi, after exporting a subtree to HTML, I do some change and want to export
again. I find that I have to do a long process to get there:
C-spaceC-c C-u C-c C-e C-s h HC-u space
This works, but for every little change I do I have to select again which
subtree and which format I want
> >
> > Can I re-export using the last settings?
>
> C-u C-c C-e
Thanks, that makes it faster, but you need to be in the same subtree. Is
there something that also remembers which subtree was exported?
> > > > Can I re-export using the last settings?
> > >
> > > C-u C-c C-e
> >
> > Thanks, that makes it faster, but you need to be in the same subtree.
>
> Not so.
>
With org-mode from some days ago it was failing: only moving to a new subtree
would make C-u C-c C-e export the new su
>
> I dream of having a general Python parser for Org mode files, knowing
> every bit about the current syntax for Org files, surrounded by enough
> Python machinery to make it useful.
>
Try PyOrgMode (https://github.com/bjonnh/PyOrgMode), it works for some files
(but still needs corrections: i
Hi,
This change in org-babel-python-var-to-python makes python code blocks
accept a string with text properties (as one gets when referring another
code block). I guess there should be something similar for other languages.
diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index 1457682..baa
Hi Bastien,
On 07/01/2014 18:31, Bastien wrote:
Daniel Gerber writes:
This change in org-babel-python-var-to-python makes python code blocks
accept a string with text properties (as one gets when referring
another code block). I guess there should be something similar for
other languages.
I
On 08/01/2014 17:31, Bastien wrote:
Daniel Gerber writes:
This change in org-babel-python-var-to-python makes python code blocks
accept a string with text properties (as one gets when referring
another code block). I guess there should be something similar for
other languages.
I've now
El Wed, 08 Jan 2014 10:42:17 -0500 Brett Viren va escriure:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00415.html
>
> In any case, here is the salient chunk:
>
> #+BEGIN_SRC elisp
> (require 'json)
> (let* ((tree (org-element-parse-buffer 'object nil)))
> (org-eleme
)
Thanks,
Daniel
Backtrace:
Debugger entered--Lisp error: (void-variable tree)
(avl-tree--dummyroot tree)
(avl-tree--node-left (avl-tree--dummyroot tree))
(avl-tree--root org-element--cache)
(let ((node ...) last) (catch (quote found) (while node ...) last))
(if (not (wholenump k
El Thu, 30 Jan 2014 14:49:59 +0100 Fredrik va escriure:
> I know there is the ABC but that doesn't support what I shown here where I add
> an item in the middle of the list changes the priority of everything below it?
>
If you consider section order as priority, then you already have it: when y
Have you tried changing the strange ID to the ID that you want? (e.g.
7f3b531b-f1c9-41aa-854b-37235500495f → introduction). They should be unique.
I use my manually written IDs for some important headers which I want to
detect from outside org.
In addition there's CUSTOM_ID, but I think th
> Nicolas Goaziou writes:
> > Now, synchronization happens lazily, which means the cache is only
> > updated when and where needed, or during idle time. Therefore the cache
> > mechanism scales a lot better.
>
I had been regularly tracking the performance of org-mode for big files, e.g.
a 18
I'm not subscribed to the list.
--
Daniel Hackney
6
This pattern could be used for variable binding. It would mean wrapping
the code to be evaluated in =evalv=. If I get some time, I might
investigate writing a patch to do this.
--
Daniel Hackney
urrent gpg key, everything was fine.
Daniel
make-target-link-regexp): Allow radio links after
an apostrophe and mid-word. Small refactoring.
* testing/lisp/test-ox.el (test-org-export/resolve-radio-link): Add
test.
See http://permalink.gmane.org/gmane.emacs.orgmode/84108.
#+END_QUOTE
Greetings,
Daniel
El Wed, 02 Apr 2014 14:59:42 +0200 Nicolas Goaziou va escriure:
> > Hi, recently this syntax: <<< >>> started highlighting all spaces (spaces
> > between words) as if they were links. I see them with a blue underline.
> > I found this because I used some Unicode-art like < >
> >
El Wed, 02 Apr 2014 18:57:13 +0200 Nicolas Goaziou va escriure:
>
> > ** Languages
> > *** <<>> language
> > *** <<>>
> > *** etc.
> > Etc. ← should the C in etc be highlighted as a link to „C“? Now it is and
> > it's a bit annoying. This is new behaviour.
>
> Indeed, this is expected. The patch
atch-p "[^[:alpha:]]" "á")
So a radio link with LINK_TEXT should not only be a match of the regexp
"LINK_TEXT" but of "[^[:alpha:]]LINK_TEXT[^[:alpha:]]" (well, make it something
like "(^|non-letter)LINK_TEXT($|non-text)".
I think that's better than the current solution and stills allows for radio
links which contain non-letters, like <<>>.
What do you think?
Daniel
El Thu, 10 Apr 2014 23:43:41 +0200 Nicolas Goaziou va escriure:
>
> It could work. But I think [:alnum:] is needed instead of [:alpha:].
> Here's a patch implementing it.
>
Now it's much better. Thanks.
Hi, after the recent change to radio links, <<>> link will make the 2
spaces around THIS word become blue, as if they were part of the link.
I wanted to write a test. I have been inspecting org-element's result but I
can't understand the :begin and :end properties; they seem to be too high, e
Hello,
org-tables already support very helpful operations for manipulating the
order of rows and columns. But we could implement some operations based
on the concept of matrices, making org-tables even more usefull for
drafting ideas using matrix layouts.
Maybe you are interested in the operati
first-section nil nil nil (org-data nil))
org-element-parse-buffer(nil nil)
…
It happens with one-letter radios. I found it because I had <<>> and r-cran
in the same file.
Greetings,
Daniel
s-end 33 :post-blank 0 :post-affiliated 1
:parent (section (:begin 1 :end 33 :contents-begin 1 :contents-end 33
:post-blank 0 :post-affiliated 1 :parent ...) #4)) #("See " 0 4 (:parent #4))
#2 #(".\
n" 0 2 (:parent #4 #("the m%n syntax" 0 14 (:parent #2))
org-org-link(…)
org-export-data(…)
Greetings,
Daniel
I only tried the visualization part a few days ago, by exporting to
iCalendar (.ics). But the process was too slow: after fixing some export
errors it was still taking more than 1 hour for a large .org file.
After that I wanted to use Iceowl/Lightning (extension to
Icedove/Thunderbird) to open the
ode version 9.0 (9.0-elpaplus @
/home/exot/.emacs.d/elpa/org-plus-contrib-20161102/)
--
Daniel Borchmann
GPG (Mail)0849 473E 6BF0 B504 DF0B D640 455E 3610 01FF 778F
.
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
(comint-use-prompt-regexp . t)
(inferior-ess-start-file . inferior-STA-start-file)
;"~/.ess-stata")
(inferior-ess-start-args . inferior-STA-start-args)
(ess-get-help-topics-function . 'ess-get-STA-help-topics)
(inferior-ess-search-list-command . "set more off\n search()\n")
(comment-start. "/\* ")
(comment-end . " \*/")
(comment-start-skip . "/\\*+ *")
(comment-use-syntax . t) ;; needed for multiline
(ess-execute-screen-options-command . "set linesize %s\n")
)
"Variables to customize for Stata.")
>From here on I am lost. I have checked the corresponding scripts for
other languages and in them =inferior-ess-program= is also and correctly
assigned to their inferior program name. I don't understand why this
does not happen with Stata.
Any help is greatly appreciated! I normally use R but Stata is
the industry standard in econometrics and I am bound to use it when
working with colleagues.
Thank you very much,
Daniel
as inactive timestamps?
====
Daniel E. Doherty
Law Offices of Daniel E. Doherty
7300 W. 110th Street, Suite 930
Overland Park, KS 66210
913.338.7182 (Phone)
913.338.7164 (FAX)
ded-...@ddoherty.net
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.
--
Maybe this is language related? My weekdays appear in portuguese, when I
remove the weekday it works
Em seg, 13 de mar de 2017 às 18:31, Daniel Fortes
escreveu:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to
On Mon, Apr 3, 2017 at 6:34 AM, Bob Newell wrote:
>
> Or even simpler: you want to group together a bunch of scattered
> headlines that you now see as being related. Yes, you can do this by
> moving each one around individually, but I'd like a faster method---
> just mark them and relocate them a
ce, and thus this form returns ‘nil’ instead
of the default ‘org-link’ face if no :face keyword is given.
Best,
Daniel
PS: Thanks a ton for Org Mode, I literally couldn’t live without it! :)
--
Daniel Borchmann
GPG (Mail)0849 473E 6BF0 B504 DF0B D640 455E 3610 01FF 778F
signatur
.]
M-x emacs-version returns
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2018-12-26, modified by Debian
So this is more likely an issue of Emacs itself? Maybe it has been
fixed in a later version?
Thanks!
Daniel
--
Daniel Borchmann
GPG (Mail)0849 473E 6BF0 B504 DF0B D640 455E 3610 01FF 778F
signature.asc
Description: PGP signature
ghItlhpu' Daniel Borchmann :
> I get (in the *scratch* buffer):
>
> (facep nil) → [face unspecified unspecified unspecified unspecified
> unspecified unspecified unspecified unspecified unspecified unspecified
> unspecified ...]
Seems this an issue with my configurati
I have a daily scheduled task with ...
SCHEDULED: <2019-01-11 Fri 07:50 .+1d>
Recently, when I complete the task it not only moves the schedule to the
next day
... but it also /_rewrites_/ all of the "Rescheduled from ..." entries
in the LOGBOOK.
For example,
- Rescheduled from "[2019-01-11 F
I have a weekly scheduled task with ...
DEADLINE: <2019-01-18 Fri ++1w -0d>
Recently, when I complete the task it reports the following:
Clock stopped at [2019-01-11 Fri 17:03] after 0:05
10 repeater intervals were not enough to shift date past today.
Continue? (y or n) n
Thoughts?
:END:
:LOGBOOK:
- State "CANCELED" from "TODO" [2019-01-17 Thu 10:39]
- State "DONE" from "TODO" [2019-01-09 Wed 14:14]
...
:END:
On 1/15/19 8:43 AM, Bernt Hansen wrote:
> Daniel Ortmann writes:
>
>> No other tasks. Here
This fixes a bug that got introduced in 819e98afd where you end up with
3 split windows if you exit an org source buffer with your
`org-src-window-setup` function set to `split-window-below`.
>From 7b3df7891d7c8ecdb489edda0e908a306090ebfc Mon Sep 17 00:00:00 2001
From: Daniel Kraus
Date: Tue,
rrectly expands to 'file:///x/y/file.org', but when I export it to
.html, the link expands as 'file:///x/y/file.html'.
Does anyone have a hint, how to avoid this behaviour?
Thanks,
Daniel
Perfect, thank you!
Daniel
Nicolas Goaziou writes:
> Hello,
>
> Daniel Herzig writes:
>
>> I'm facing an interesting issue here (emacs 25.1 & orgmode 8.2.10) when
>> exporting an org-file to html.
>>
>> In my file there is a link to the origin
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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
-
This is crazy! After months of problems, I myself no longer can
reproduce this issue! :-/
Comments welcome (Please!) ... but this issue no longer is actually a bug.
On 3/4/19 3:22 PM, Daniel Ortmann wrote:
> Remember to cover the basics, that is, what you expected to happen and
> what i
n clock reports or logging on)
> then move forwards again and you can't turn it off.
>
> HTH.
>
> Regards,
> Bernt
>
> Daniel Ortmann writes:
>
>> This is crazy! After months of problems, I myself no longer can
>> reproduce this issue! :-/
>>
6 on GNU Emacs 26.0.90 and GNU Emacs 25.1.1
>
>
> I started a reddit thread[1]. In this thread, somebody was posting
> this table showing the error:
>
> #+NAME: myfunc
> #+BEGIN_SRC python :var n="1"
>
> return "ok"
> #+END_SRC
>
> | 10.3 | 9 | -18 | a | 14 | 11 | 1 |
> | ok | ok | ok | #ERROR | ok | ok | ok |
>
> #+TBLFM: @2='(org-sbe myfunc (n @1))
>
>
> However, using the comment from the manual about strings, I
> prepended the reference with "$" ...
>
> | 10.3 | 9 | -18 | a | 14 | 11 | 1 |
> | ok | ok | ok | ok | ok | ok | ok |
>
> #+TBLFM: @2='(org-sbe mytestfunc (n $@1))
>
> ... which now looks OK ;-)
>
>
> So, back to the initial situation: what is my error or do we have a
> bug in Org?
>
>
> [1]
> https://www.reddit.com/r/orgmode/comments/b0ll1v/embedding_python_code_in_table_formula/
I hope this helps, I'm on orgmode 8.2.1 here.
Cheers,
Daniel
way to pass the path to the source
codeblock, without having to enter the path inside the block?
Any hint appreciated, thanks in advance,
cheers,
Daniel
Sorry, I found my mistake. I'll post it anyway, maybe it's of use to
someone.
My path contains spaces, so I had to change the code a bit (see below).
Daniel Herzig writes:
> Hi!
>
> I am trying to pass a path to an org-source-codeblock using the :var tag
> in the head
d of workflow is not intended, and I usually
work inside C-c ' for obvious reasions. I just pointing at it, as in
this case 'comment-region' and 'uncomment-region' seem to do the same,
which is somewhat unexpected.
Best regards,
Daniel
Hi!
"Berry, Charles" writes:
>> On Apr 22, 2019, at 3:49 AM, Daniel Herzig wrote:
>>
>> I found a minor problem when editing source code blocks. I am on
>> Org-Mode 8.2.10 that comes with Emacs 25.1.1 on Debian.
>
> With more modern versions (9.2.3,
M-; is definitely what I've been searching for!
Thanks for the advice,
Daniel
"Berry, Charles" writes:
> My bad. See inline.
>
>> On Apr 24, 2019, at 8:45 AM, Daniel Herzig wrote:
>>
>> Hi!
>>
>> "Berry, Charles" writes:
>
Hi,
I'm surprised that noone answered yet.
This package is great! You're addressing one of the large shortcomings of
org-mode's planning features: org has information about several planning
details (estimation, duration, holidays, start date, deadline, …) and still
doesn't use any of that to of
Today all of my multi-hop urls seem to be broken. Is anyone else
experiencing this issue?
aly in the note taking (`org-add-log-note`),
org capture (`org-capture-place-template`) and the first view
when you call org-agenda (`org-agenda-get-restriction-and-command`).
Thanks,
Daniel
signature.asc
Description: PGP signature
e ELPA package and reinstalling, but the problem
remains. Any idea what exactly I could look for?
Cheers,
Daniel
--
Max-Planck-Institute for Dynamics and Self-Organization
Research Group Biomedical Physics
Am Fassberg 17
D-37077 Goettingen
(+49) 551 39 63687
You can obtain my public key 0
It can be many things. My emacs was taking 6 minutes to open for some
years, due to many reasons: a slow computer, many org files and very large
(>100 files, >25 Mb in total), lack of optimizations from my side and from
org-mode's side. I got used to it but it's a very bad experience, specially
whe
Hi!
stardiviner writes:
> I hope can combine Org-mode links with Magit through `org-git-link.el`.
> [...]
> Is there anyone want to or can implement this?
There is https://github.com/magit/orgit
Cheers,
Daniel
:)
Regards,
Daniel
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
a subscribe to emacs-orgmode list instead of
the emacs-orgmode-request.
--
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
We will see...
Thanks.
--
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hello,
Using the quote environment for command-line examples, I discover a
strange behaviour, let's see my example:
: wget http://www.example.org/a-page.html
When I export to HTML it gives me:
wget [[http://www.example.org/a-page.html][http://www.example.org/a-page.html]]
Regards.
--
D
Hello,
I like the C-a L (time line for current buffer) feature, I use it
extensively to track appointments on a per project basis.
Is it possible to include a time grid like with the Agenda ? The
agenda is limited to the current day or week.
Regards.
--
Daniel Dehennin
Récupérer ma clef GPG
Hello,
This is a feature request as it doesn't seems to exists.
I would like to have row formulas, like colum formulas.
It's always possible to invert a table to make the formulas on colums
instead of row, but it changes the meaning of the table.
Thanks.
--
Daniel Dehennin
Récupér
format for the table, telling that column 1 and row
1 are header ?
Regards.
--
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman
a
type of element: this goes [1] *aa* /aa/
unprocessed.
Any idea?
Greetings,
Daniel
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Maybe escape manually a caracter: \[1], maybe a block:
\{[1]\}, maybe a null token inside the interpreted string:
[\don't_interpret{}1], ...
-- Daniel.
2007/8/21, Carsten Dominik <[EMAIL PROTECTED]>:
> Hi Daniel,
>
> in the next version, also something like
>
> With
> #+
" from org-mode to be
shown in another face.
Greetings,
Daniel
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> | (lambda (c)
> | (make-glyph-code c
> 'selective-display))
> | "...")))
> `
>
Wow, that seems a very low-level solution, but i
some? Or would it be useful to include an
example in the package?
If you publish some tutorial written with org-mode, it would be
good to publish the source too! Then other people can learn from it.
What do you think?
Daniel
PS: an example I found:
http://www.cognition.ens.fr/~guerry/u/self
Hi, I attach a test file for some problems in org-5.07 when using
property names with characters like á é í...
Greetings,
Daniel
bug-properties.org
Description: Binary data
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org
rograms which don't support Unicode", that's
not a reason to not using Unicode; what we must do --in my opinion--
is fix the programs.
Greetings,
Daniel
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ist):
MD5: 3c7973375c78fdf4183d2d209b0b330a
Wrote with emacs 22.1 on Debian.
From the mailing list archive, the file can be correctly fetched:
http://cache.gmane.org//gmane/emacs/orgmode/2881-001.bin
Anyway, the problem is not on org-mode, luckily.
Greetings,
Daniel
__
sparaelFAQdeconsultas.htm#ap22
„Índice" is ok; sometimes it's also used „Índice de contenidos" but
„Índice" is the most common.
And shouldn't the french „Table des Matières" be written „Table des
matières"? I think that the capitalization on titles is just typi
://validator.w3.org/
(eg: element should be closed, also , ...).
That will be impossible since GoDaddy adds incorrect code to the
page (after ). If you really sent the XHTML as
application/xhtml+xml (which is the correct way), the page wouldn't
show. Sending it as tex
e dinner"". Or simply
„Set tag DONE", or „Changed from TODO to DONE".
Just like paren-mode when the matched parenthesis is too far away.
5.09, Emacs21.
Thanks,
Daniel
___
Emacs-orgmode mailing list
Remember: use `Reply
Oops!
-- : dash, not hyphen :-)
„hyphen" is -
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi,
Bastien suggested in other thread adding ~ to get a „protected
space" in LaTeX, and now I discover that a \nbsp is also to get a
protected space in HTML. So why can't we use the same syntax for
LaTeX and HTML?
Some other similar signs:
\- : breaking allowed
~ : protected space
--
Le 5175 Septembre 1993, Bastien a tapoté:
> Daniel Dehennin <[EMAIL PROTECTED]> writes:
>
>> I have 2 problems:
>>
>> - the underscore "_" is not escaped,
>
> Can you provide an example with context for both the input and the
> output? Maybe t
Hello,
Using org mode for near everything, I want to use LaTeX export.
I have 2 problems:
- the underscore "_" is not escaped,
- I use non-breakable spaces in my input files, like « some text »,
is-it possible to replace this by "~" ?
Regards.
--
Daniel Dehennin
Récupé
LaTeX's \- And
that would leave ~ untouched and just use \- and \~ for hyphenation.
Greets,
Daniel
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hello,
Using org mode for near everything, I want to use LaTeX export.
I have 2 problems:
- the underscore "_" is not escaped,
- I use non-breakable spaces in my input files, like « some text »,
is-it possible to replace this by "~" ?
Regards.
--
Daniel Dehennin
Récupé
Is it better to enter the unicode character directly, or offering
something like \~ ? I suppose both could be changed at the exporting,
so maybe it's a matter of taste.
Daniel
___
Emacs-orgmode mailing list
Remember: use `Reply All'
" because ~
already writes the tilde unconverted. \~ is still free to other uses.
Sometimes the \ means „don't escape", sometimes not. For instance
at \- it wouldn't mean „insert a hyphen", but „breaking allowed".
Yes, that's confusing...
Daniel
laces
:-)... It was at German and I had written sentences like:
... (z. B. die Aussagen „/Vegetarisch/ zu sein ist gut" und „Der
/Vegetarismus/ ist gut"), ...
Grüße,
Daniel
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
But we said that if someone writes ~ in an org-file, then it is
expected that ~ appears at the result. Therefore:
~ is for the sign ~
other sign (maybe \~ ) is for the non-breaking space
I know this behaviour it's not the same as LaTeX, but I don't think
it's a problem.
501 - 600 of 1035 matches
Mail list logo