Re: [O] Title/Author missing in Markdown export?

2016-05-16 Thread Doherty, Daniel
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

Re: [O] Bug: HTML export ignoring CUSTOM_ID properties

2015-04-20 Thread Daniel Clemente
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

Re: [O] Bug: HTML export ignoring CUSTOM_ID properties

2015-04-23 Thread Daniel Clemente
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

[O] Filters lost after reviving buried, sticky agenda

2015-05-01 Thread Daniel Borchmann
---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)

Re: [O] another example of org being slow, with some analysis

2015-06-18 Thread Daniel Bausch
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

Re: [O] another example of org being slow, with some analysis

2015-06-18 Thread Daniel Bausch
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'

Re: [O] another example of org being slow, with some analysis

2015-06-19 Thread Daniel Bausch
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.

Re: [O] another example of org being slow, with some analysis

2015-06-21 Thread Daniel Bausch
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. &

Re: [O] Filters lost after reviving buried, sticky agenda

2015-06-25 Thread Daniel Borchmann
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

[O] Structuring and (cross)linking information in org-mode

2015-07-03 Thread Daniel Hertrich
): I’d like to do something similar with Emacs / org that was possible with PIM/PE. :-) Thanks for any hints, pointers and ideas, Daniel

Re: [O] Structuring and (cross)linking information in org-mode

2015-07-08 Thread Daniel Hertrich
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

Re: [O] Structuring and (cross)linking information in org-mode

2015-07-08 Thread Daniel Hertrich
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

[O] Color theme loading on startup

2015-07-08 Thread Daniel Hertrich
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

Re: [O] Structuring and (cross)linking information in org-mode

2015-07-08 Thread Daniel Hertrich
> 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

Re: [O] Color theme loading on startup

2015-07-09 Thread Daniel Hertrich
> 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.

[O] Spreadsheet - issue with remote reference to named column

2015-09-10 Thread Daniel Gerber
ros))) #+TBLNAME: rates | ! | abbr | euros | |---+--+---| | | eur | 1 | | | nok | 0.14 | | | sek | 0.12 | | | usd | 0.77 | Thanks for your answers! Daniel

[O] Not all table formulas are updated when swapping columns

2013-12-16 Thread Daniel Gerber
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

[O] re-export using same options

2013-12-22 Thread Daniel Clemente
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

Re: [O] re-export using same options

2013-12-22 Thread Daniel Clemente
> > > > 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?

Re: [O] re-export using same options

2013-12-25 Thread Daniel Clemente
> > > > 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

Re: [O] Implementing Org-mode tools in languages other than ELISP

2014-01-05 Thread Daniel Clemente
> > 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

[O] [PATCH] Strip text properties from string code block arguments

2014-01-07 Thread Daniel Gerber
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

Re: [O] [PATCH] Strip text properties from string code block arguments

2014-01-08 Thread Daniel Gerber
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

Re: [O] [PATCH] Strip text properties from string code block arguments

2014-01-08 Thread Daniel Gerber
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

Re: [O] Parsing Org-mode in Python

2014-01-08 Thread Daniel Clemente
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

[O] "void-variable: tree" in agenda in emacs 23.4.1

2014-01-10 Thread Daniel Clemente
) 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

Re: [O] There can only be one item with priority 1?

2014-01-30 Thread Daniel Clemente
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

Re: [O] IDs w/ human friendly component

2014-02-01 Thread Daniel Clemente
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

Re: [O] [ANN] Lazy cache synchronization

2014-02-26 Thread Daniel Clemente
> 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

[O] [ob-calc] bug when given table data as a variable

2014-03-04 Thread Daniel Hackney
I'm not subscribed to the list. -- Daniel Hackney

Re: [O] [ob-calc] bug when given table data as a variable

2014-03-06 Thread 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

[O] encrypting file uses revoked key

2014-03-23 Thread Daniel Krenn
urrent gpg key, everything was fine. Daniel

[O] <<< >>> radio links should not match empty text

2014-03-31 Thread Daniel Clemente
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

[O] radio links in middle of words. (was: Re: <<< >>> radio links should not match empty text)

2014-04-02 Thread Daniel Clemente
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 < > > >

Re: [O] radio links in middle of words.

2014-04-04 Thread Daniel Clemente
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

Re: [O] radio links in middle of words.

2014-04-10 Thread Daniel Clemente
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

Re: [O] radio links in middle of words.

2014-04-15 Thread Daniel Clemente
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.

[O] radio links match blank spaces

2014-04-15 Thread Daniel Clemente
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

[O] manipulating org-tables as matrices - operations on org-table in diagonal direction for columns and rows

2014-05-13 Thread Daniel Kiertscher
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

[O] bug in org-element--object-lex seen when exporting (Invalid search bound, wrong side of point)

2016-10-23 Thread Daniel Clemente
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

[O] bug if link description contains percent sign (%)

2016-10-24 Thread Daniel Clemente
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

Re: [O] How are people handling their calendars?

2016-10-24 Thread Daniel Clemente
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

[O] Bug: Lexical scoping in org-clock.el seems to break `org-clock-load' [9.0 (9.0-elpaplus @ /home/exot/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-06 Thread Daniel Borchmann
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

[O] Error when =(stata . t)= added to =org-babel-do-load-languages= in an attempt to evaluate Stata code in org-mode

2017-01-09 Thread Daniel Guinea
(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

[O] Dates in Tables Should be Inactive

2017-01-16 Thread Doherty, 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

[O] Bug: habit module [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2017-03-19 Thread Daniel Fortes
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. --

Re: [O] Bug: habit module [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2017-03-19 Thread Daniel Fortes
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

Re: [O] Scatter-gather idea

2017-04-10 Thread Daniel Clemente
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

[O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Daniel Borchmann
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

Re: [O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Daniel Borchmann
.] 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

Re: [O] Bug: links are not highlighted anymore with Org Mode 9.2

2019-01-03 Thread Daniel Borchmann
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

[O] recent org-mode changes: completion of repeated tasks cause rewriting of LOGBOOK 'Rescheduled from' entries

2019-01-11 Thread Daniel Ortmann
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

[O] recent org-mode changes: completion of repeated tasks reports "10 repeater intervals were not enough to shift date past today"

2019-01-11 Thread Daniel Ortmann
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?

Re: [O] recent org-mode changes: completion of repeated tasks reports "10 repeater intervals were not enough to shift date past today"

2019-01-17 Thread Daniel Ortmann
  :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

[O] [PATCH] org-src.el: Fix org-edit-src-exit with split-window-below

2019-01-22 Thread Daniel Kraus
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,

[O] org-export links to html

2019-02-22 Thread Daniel Herzig
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

Re: [O] org-export links to html

2019-02-22 Thread Daniel Herzig
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

[O] Bug: clocktable error in org-agenda [9.2.2 (release_9.2.2-245-g9d7b1e @ /home/dortmann/src/git-org-mode/lisp/)]

2019-03-04 Thread Daniel Ortmann
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. -

Re: [O] Bug: clocktable error in org-agenda [9.2.2 (release_9.2.2-245-g9d7b1e @ /home/dortmann/src/git-org-mode/lisp/)]

2019-03-04 Thread Daniel Ortmann
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

Re: [O] Bug: clocktable error in org-agenda [9.2.2 (release_9.2.2-245-g9d7b1e @ /home/dortmann/src/git-org-mode/lisp/)]

2019-03-05 Thread Daniel Ortmann
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!  :-/ >>

Re: [O] org-sbe: error when passing strings as parameters to/from Python blocks

2019-03-14 Thread Daniel Herzig
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

[O] passing string to sh source code block

2019-03-16 Thread Daniel Herzig
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

Re: [O] passing string to sh source code block

2019-03-16 Thread Daniel Herzig
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

[O] source-block 'uncomment-region' comments out a second time

2019-04-22 Thread Daniel Herzig
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

Re: [O] source-block 'uncomment-region' comments out a second time

2019-04-24 Thread Daniel Herzig
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,

Re: [O] source-block 'uncomment-region' comments out a second time

2019-04-24 Thread Daniel Herzig
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: >

Re: [O] [ANN] org-conflict add-on: timing conflicts detector and resolver for Org agenda

2019-06-09 Thread Daniel Clemente
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

are multi-hop file urls broken?

2019-12-10 Thread Daniel Ortmann
Today all of my multi-hop urls seem to be broken.  Is anyone else experiencing this issue?

[O] Feature request: Add window-setup options to capture and note taking

2017-12-13 Thread Daniel Kraus
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

Re: [O] Problems with exporting in org-mode 9.1.6

2018-02-12 Thread Daniel Hornung
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

Re: [O] Ridiculously long (2 minutes) startup time for org agenda

2018-02-26 Thread Daniel Clemente
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

Re: [O] let org-git-link.el suport Magit related buffers

2018-03-26 Thread Daniel Kraus
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

[Emacs-orgmode] Re: File link in Windows?

2006-07-23 Thread Daniel Weber
:) Regards, Daniel ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Enhancing text with HTML export

2007-04-18 Thread Daniel Dehennin
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

Re: [Orgmode] Enhancing text with HTML export

2007-04-20 Thread Daniel Dehennin
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

[Orgmode] QUOTE, HTML export and URL handling

2007-04-21 Thread Daniel Dehennin
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

[Orgmode] Time line for current buffer

2007-04-22 Thread Daniel Dehennin
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

[Orgmode] Spreedsheet and row formulas

2007-04-26 Thread Daniel Dehennin
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

Re: [Orgmode] Spreedsheet and row formulas

2007-05-08 Thread Daniel Dehennin
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

[Orgmode] Writing raw [1], *aa*, without being interpreted

2007-08-18 Thread Daniel Clemente
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

Re: [Orgmode] Writing raw [1], *aa*, without being interpreted

2007-08-21 Thread Daniel Clemente
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 > #+

[Orgmode] request: face for „...“ a t collapsed sections

2007-08-26 Thread Daniel Clemente
" 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

Re: [Orgmode] Re: request: face for „...“ at collapsed sections

2007-08-26 Thread Daniel Clemente
> | (lambda (c) > | (make-glyph-code c > 'selective-display)) > | "..."))) > ` > Wow, that seems a very low-level solution, but i

[Orgmode] Example .org-files at the web

2007-08-29 Thread Daniel Clemente
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

[Orgmode] Bug with Unicode text on properties

2007-08-31 Thread Daniel Clemente
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

Re: [Orgmode] Bug with Unicode text on properties

2007-09-01 Thread Daniel Clemente
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

Re: [Orgmode] Bug with Unicode text on properties

2007-09-03 Thread Daniel Clemente
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 __

Re: [Orgmode] typo in org-export-language-setup

2007-09-04 Thread Daniel Clemente
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

Re: [Orgmode] HTML help needed

2007-09-04 Thread Daniel Clemente
://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

[Orgmode] Inform about unviewable changes

2007-09-17 Thread Daniel Clemente
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

Re: [Orgmode] XHTML export -   etc.

2007-11-02 Thread Daniel Clemente
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

Re: [Orgmode] XHTML export -   etc.

2007-11-02 Thread Daniel Clemente
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 --

Re: [Orgmode] LaTeX export

2007-11-02 Thread Daniel Dehennin
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

[Orgmode] LaTeX export

2007-11-02 Thread Daniel Dehennin
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é

Re: [Orgmode] XHTML export -   etc.

2007-11-02 Thread Daniel Clemente
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

[Orgmode] LaTeX export

2007-11-02 Thread Daniel Dehennin
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é

Re: [Orgmode] XHTML export -   etc.

2007-11-03 Thread Daniel Clemente
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'

Re: [Orgmode] XHTML export -   etc.

2007-11-07 Thread Daniel Clemente
" 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

[Orgmode] Emphasis and bold in quotation

2007-11-07 Thread Daniel Clemente
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

Re: [Orgmode] XHTML export -   etc.

2007-11-07 Thread Daniel Clemente
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.

<    1   2   3   4   5   6   7   8   9   10   >