[O] Indicate programming language on babel export to markdown.

2013-08-11 Thread Konstantin
GitHub support programming language highlight for markdown: ```lisp (some-code) ``` When I use org-md-export-to-markdown for such org snippet #+begin_src emacs-lisp (some-code) #+end_src babel is not indicate `emacs-lisp` in the resulting markdown file. Is it possible? How to achieve that? --

[O] changing "Agenda View (unsaved)" title for agenda export to pdf

2011-09-07 Thread Konstantin Ziegler
is used in the agenda buffer? Or maybe some option in the definition of that particular agenda? Cheers, Konstantin -BEGIN PGP SIGNATURE- Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5n4xAACgkQKOC7q8mJ3ALi8gCgiS8SaYvsdgsHzwE3ci3CnLje 400An1dKHFpuC7zLR

Re: [O] changing "Agenda View (unsaved)" title for agenda export to pdf

2011-09-12 Thread Konstantin Ziegler
ex-template that is used for the pdf-export of the agenda view? Cheers, Konstantin -BEGIN PGP SIGNATURE- Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5uCZ4ACgkQKOC7q8mJ3ALzXQCdF8KBFwbPH/CcePTLNa51qOKE S7IAnim0NtewLY6VO/CI52r/PuuiNTDJ =OX01 -END PGP SIGNATURE-

[Orgmode] embedded/inherited tags

2009-03-29 Thread Konstantin Antipin
Dear org-users, Is there any way to make tags inherited from another tag? For example, I have following tags: :tech: :emacs: :orgmode: :ubuntu: :other: ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] embedded/inherited tags

2009-03-30 Thread Konstantin Antipin
convenient. Is such mechanism exists? My todo's are scatterd over the files, thus I can not use usual tag hierarchy, that is controlled by, for example, "org-use-tag-inheritance". thanks, Kostya On Mon, Mar 30, 2009 at 1:09 PM, Manish wrote: > On Sat, Mar 28, 2009 at 6:59 PM,

Re: [Orgmode] embedded/inherited tags

2009-03-31 Thread Konstantin Antipin
gt; > I am still pretty new to emacs and org-mode, but from what I have read until > now... > Could you use the tag hook to automatically assign the :tech: tag along with > :firefox: and|or :emacs: etc... > This is still not exactly what you wished afaics, but it may make things a

Re: [Orgmode] embedded/inherited tags

2009-03-31 Thread Konstantin Antipin
e future, > according to Carsten, there will be optional Lisp syntax for searches, > which will make it easier.  It might also allow stuff not currently > possible. > > On 2009-03-31, Konstantin Antipin wrote: >> Peter Jones - thanks for the advise. Unfortunately it does no

[Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
ing - When adding new item to the file with remember, or using CLOCK. I understand, that this is the problem with my setup somehow, since I seems to be the only one who have this problem... Need some help with that :) Konstantin -- GNU Emacs 23.0.91. Org-mo

Re: [Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
Hi, This happens inside the file as well... Konstantin On Sat, May 23, 2009 at 1:53 PM, Carsten Dominik wrote: > Hi > > Does this only happen at the end of the file, or anywhere > inside the file as well? > > - Carsten > > On May 23, 2009, at 1:23 PM, Konstantin Anti

[Orgmode] 'new line' problem

2009-05-23 Thread Konstantin Antipin
t only for properties, but basically for everything - When adding new item to the file with remember, or using CLOCK. I understand, that this is the problem with my setup somehow, since I seems to be the only one who have this problem... Need some help with that :)

Re: [Orgmode] Not inserting new lines

2009-05-23 Thread Konstantin Antipin
Dear all, the solution was quite simple - as always. I use longlines-mode with org-mode, and that caused this problem. Once I switched longlines-mode off, everything works as expected. I am not sure if it is a bug or intended behavior, but I hope this will help somebody. my best, Konstantin On

[Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
, for example... If nobody uses proposed feature, please give me a hint how it would be best to do that. my best, Konstantin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
even better idea? best, Konstantin On Mon, May 25, 2009 at 11:25 AM, Daniel Clemente wrote: > > Hi. >  I suppose you talk about estimated efforts. I also have noticed that I work > better if I have defined them, but it is very easy to miss them and work on a > task more time than

Re: [Orgmode] timer for a task

2009-05-25 Thread Konstantin Antipin
? Will this changes be accepted to the orgmode-core? I just saw that in order to contribute, you need to sign some papers.. Is this the only way? I am new to open-source, so I am not really familiar with such things. best, Konstantin On Mon, May 25, 2009 at 12:44 PM, Eraldo Helal wrote: > Sounds g

Re: [Orgmode] timer for a task

2009-05-26 Thread Konstantin Antipin
function. Is it ok, if I do it? best, Konstantin patch is made on the git version of orgmode. On Tue, May 26, 2009 at 3:18 PM, Carsten Dominik wrote: > > On May 25, 2009, at 5:43 PM, Konstantin Antipin wrote: > >> Here is the patch to org-clock.el that does show estimated e

Re: [Orgmode] timer for a task

2009-05-26 Thread Konstantin Antipin
On Tue, May 26, 2009 at 4:45 PM, Carsten Dominik wrote: > > On May 26, 2009, at 4:26 PM, Konstantin Antipin wrote: > >> Carsten, thank you for explanation. >> Hopefully, I will get FSF papers soon. >> >> In a meanwhile, here is another patch that introduces foll

[Orgmode] Re: timer for a task

2009-05-27 Thread Konstantin Antipin
Hi all, On Wed, May 27, 2009 at 3:32 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> On May 27, 2009, at 12:13 AM, Konstantin Antipin wrote: >> >>> Just a suggestion: why don't we use github for org-mode hosting? It >>> would be s simple to

[Orgmode] Makefile: update

2009-06-01 Thread Konstantin Antipin
Hi, I have a very simple feature request. Can we add additional target to the makefile in order to simplify process of keeping up to date with orgmode - development? like so: update: git pull make clean make all sudo make install It would be convenient... best, Kos

Re: [Orgmode] Makefile: update

2009-06-02 Thread Konstantin Antipin
Super! Thanks. Kostya On Tue, Jun 2, 2009 at 10:30 AM, Carsten Dominik wrote: > > On Jun 2, 2009, at 8:27 AM, Konstantin Antipin wrote: > >> Hi, >> I have a very simple feature request. >> Can we add additional target to the makefile in order to simplify >> p

[Orgmode] increase effort estimate on the fly.

2009-06-09 Thread Konstantin Antipin
Dear all, Recently new feature was added - when you set an estimated effort for a task, you can be notified when time is up. (sound is controlled with org-clock-sound variable) I found that pretty often from the beginning I can not correctly estimate what time task will take and I need to give my

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-11-30 Thread Konstantin Kliakhandler
. Thanks in advance, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On Thu, May 22, 2014 at 7:08 PM, Konstantin Kliakhandler wrote: > Hi Bastien, > > I'm willing to sign the FSF copyright papers, provided it isn't too big of > a hassle :-)

[O] Several org-entities to be fixed.

2014-12-10 Thread Konstantin Kliakhandler
ke-through. Attached is a patch that exchanges between the inverted symbols, and replaces the W symbol by the unicode 'SET MINUS' symbol. Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( 0001-Corrected-several-symbols-in-org-entities.patch Description: Binary data

[O] BUG: swapped utf-8 symbols in org-entities

2016-06-28 Thread Konstantin Kliakhandler
Hello, The unicode letters for 'varphi' and for 'phi' are swapped. Here is a patch correcting this: diff --git a/lisp/org-entities.el b/lisp/org-entities.el index 4044432..6f6d054 100644 --- a/lisp/org-entities.el +++ b/lisp/org-entities.el @@ -204,9 +204,8 @@ packages to be loaded, add these pa

[O] Why no secure code retrieval

2016-06-28 Thread Konstantin Kliakhandler
Hello everyone, I have continually been perplexed by the (apparent) lack of ways to retrieve the code for org-mode in a secure fashion, but always thought that I just haven't tried hard enough. Today it dawned on me that there probably simply is no such way. I know that https can be a bit tedious

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-06-30 Thread Konstantin Kliakhandler
Hello Nicolas, Attached is the patch, as requested. I'm not sure what were the conclusions of the side discussion, but I do want to point out that my change is in accordance with unicode symbol names and with the symbols that pdflatex prints on paper. Thanks and regards, Kosta -- Konst

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-07-03 Thread Konstantin Kliakhandler
Thanks! I have an additional, similar patch - In this one I changed the unicode symbol for \circ from something looking like ^ to [image: \circ] (#x2218 = "ring operator" = \circ in TeX input method). Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°(

Re: [O] Why no secure code retrieval

2016-07-03 Thread Konstantin Kliakhandler
e comes down to such consideration, that gogs seems much more polished from a user perspective. Thanks, Kosta -- )°))°((°( Konstantin Kliakhandler Sent on the go. I think that the original question was looking at a different problem, and discussion of hosted tooling may be a distraction. The issues that

Re: [O] Why no secure code retrieval

2016-07-03 Thread Konstantin Kliakhandler
Hello, On 3 July 2016 at 23:12, Robert Horn wrote: > > The SHA1's are reference elements used throughout git, and are primarily > for integrity protection against accidents, not against attackers. Hence > it's sufficient that > they be maintained by the git processes. > Sufficient for what? I

Re: [O] Why no secure code retrieval

2016-07-03 Thread Konstantin Kliakhandler
Thanks for the clarification and the detailed analysis. Sounds like you did you homework - I have a lot lo learn. Anyway, I would say that we agree on most points, and I'm more than content to leave it at that :-). Best Regards, Kosta -- )°))°((°( Konstantin Kliakhandler Sent on the go. On

[O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
/kkkjlfejijcjgjllecmnejhogpbcigdc Enjoy, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°(

Re: [O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
link and the shorter for the full quote, and it might not matter. Could you try to make your "p" template similar to mine and see if it works? Alternatively, can you paste the templates you used? Cheers, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (

Re: [O] New Chrome Extension

2015-07-07 Thread Konstantin Kliakhandler
L/... > > If you don't specify "L" or "c" then would it let me choose which template > the capture gets sent to? Seems like it might be an extra keystroke to then > choose the template, but also more powerful... > > -k. > > > On 2015-07-07 at

[O] org-do-**mote does not work properly on empty headings

2015-09-02 Thread Konstantin Kliakhandler
ps to reproduce: 1. Make a heading with some text underneath 2. M-Return to create a new heading 3. M-Right, M-Left would get you to the same heading level, but the cursor would be further to the right than started with. -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°(

Re: [O] org-do-**mote does not work properly on empty headings

2015-09-02 Thread Konstantin Kliakhandler
;CREDENTIAL($)" "OBJECT(o)" > "TEMP(e)") > (type "EVENT(n)") > (type "PROJECT(p!)" "|" "COMPLETE(m@)") > (type "(-)") > )) Disregard that there are key collisions, and

Re: [O] org-do-**mote does not work properly on empty headings

2015-09-02 Thread Konstantin Kliakhandler
Good to know, thanks! -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On 2 September 2015 at 22:22, Kyle Meyer wrote: > Konstantin Kliakhandler writes: > > >(setq org-todo-keywords > > '((type "TODO(t!)" "|" "

[O] Bug: \uline produced inside \section in latex export [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/user/.emacs.d/elpa/org-20140303/)]

2014-03-21 Thread Konstantin Kliakhandler
Hello, It appears that org-mode produces invalid latex code. An example follows. Best, Kosta Insert the following example text into an org buffer: === * _Example Text_ === Then export as latex. The following is produced: === % Created 2014-03-21 Fri 17:45 \documentclass[11pt]{article} \usepac

Re: [O] Bug: \uline produced inside \section in latex export [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/user/.emacs.d/elpa/org-20140303/)]

2014-03-22 Thread Konstantin Kliakhandler
Thanks! On Sat, Mar 22, 2014 at 1:32 AM, Bastien wrote: > Hi Konstantin, > > Konstantin Kliakhandler writes: > > > It appears that org-mode produces invalid latex code. An example > > follows. > > Fixed, thanks, > > -- > Bastien >

Re: [O] Bug: \uline produced inside \section in latex export [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/user/.emacs.d/elpa/org-20140303/)]

2014-03-22 Thread Konstantin Kliakhandler
Nicolas Goaziou writes: > This comes from commit 4fc03ec1fe23c6ddccffaa064a282b258ca8b6b8. > > See thread at: > > http://comments.gmane.org/gmane.emacs.orgmode/67741 If it matters, I think that it would be preferable to solve it in a way that exports the intended emphasis, rather than deletes i

Re: [O] Bug: \uline produced inside \section in latex export [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/user/.emacs.d/elpa/org-20140303/)]

2014-03-22 Thread Konstantin Kliakhandler
Hello, On Mar 22, 2014 7:06 PM, "Nicolas Richard" wrote: > I'd go even a little further : assuming it makes sense to underline > within a section header, does it also make sense to propagate that > formatting to the toc and/or header of the document ? If not, I suggest > exporting as: > \section[

[O] Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)]

2014-03-27 Thread Konstantin Kliakhandler
Hello, Pretty much what the headline says. This incorrect interpretation means that if for example one tries to use org-cdlatex completions in that line or later in the block, they won't work: Instead, new cells will be created. Example code: \begin{align*} |x \end{align*} Emacs : GNU Emacs 2

[O] Bug: Kill ring contains non-killed output after an export to pdf [8.2.5h (8.2.5h-30-gdd810b-elpa @ /Users/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-05 Thread Konstantin Kliakhandler
Hello, Whenever I export an org file to pdf, subsequently my kill-ring contains the tex code of the intermediate latex stage. Steps to reproduce: 1. Paste the following into an org buffer: * test * another test 2. Press [C-c C-e l p] to export to pdf (note: on my machine the pdf didn't compile,

Re: [O] Kill ring contains non-killed output after an export

2014-04-06 Thread Konstantin Kliakhandler
Hi Richard, Richard Lawrence writes: > ... > The behavior you are seeing is as expected, though I agree that this > behavior is usually not all that useful. See the variable > org-export-copy-to-kill-ring if you want to turn it off. Thanks! Now the export is much more usable for me. Out of cur

Re: [O] Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-16 Thread Konstantin Kliakhandler
Thanks! On Wed, Apr 16, 2014 at 6:26 PM, Bastien wrote: > Hi Konstantin, > > Konstantin Kliakhandler writes: > > > Pretty much what the headline says. This incorrect interpretation means > > that if for example one tries to use org-cdlatex completions in that > &

Re: [O] Bug: text jumps left and right while typing math when org-indent-mode and linum-mode are enabled. [8.2.5h (8.2.5h-98-g0820d0-elpa @ /Users/kosta/.emacs.d/elpa/org-20140407/)]

2014-04-19 Thread Konstantin Kliakhandler
Thanks! On Sat, Apr 19, 2014 at 3:06 PM, Bastien wrote: > Hi Konstantin, > > Konstantin Kliakhandler writes: > > > I've discovered a bug that hinders typing when org-indent-mode and > > linum-mode are both enabled. > > Yes, I see this glitch too, and I conf

[O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-06 Thread Konstantin Kliakhandler
Hello, [This behavior appears in a previous and the following org versions: Org-mode version 8.2.6 (8.2.6-14-g063c8b-elpa @ /home/kosta/.emacs.d/elpa/org-20140505/)] I recently began seeing weird behavior when trying to run `org-mobile-push' in an agenda buffer; It appears the files are indeed pu

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-06 Thread Konstantin Kliakhandler
ng, simpler version? ;;;###autoload (defun org-store-agenda-views (&rest parameters) "Store agenda views." (interactive) (org-batch-store-agenda-views)) If so, what is it? Thanks in advance for furthering my education, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-06 Thread Konstantin Kliakhandler
d the problems in both org-agenda.el and am including the patch. Thanks, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On Tue, May 6, 2014 at 6:54 PM, Konstantin Kliakhandler wrote: > While investigating the previous issue, I came upon this code: > >

Re: [O] Weird behavior in `org-agenda-redo' and/or `org-mobile-push'

2014-05-22 Thread Konstantin Kliakhandler
r variable, then executing the regular functionality of org-batch-store-agenda-views, and finally restoring the plist of org-agenda-category-filter variable. In case something falls through with the FSF papers, I think this should be enough to implement a similar fix. Thanks, Kosta --

Re: [O] BUG: swapped utf-8 symbols in org-entities

2016-08-29 Thread Konstantin Kliakhandler
ebase it to the maint branch... Weird. Hopefully this is good enough. Best, Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°( On 5 July 2016 at 22:13, Nicolas Goaziou wrote: > Hello, > > Konstantin Kliakhandler writes: > > > I have an additional,

[O] Exporting fuzzy links using LaTeX's autoref

2016-10-13 Thread Konstantin Kliakhandler
Hi Clément, I don’t know if you’ve found a satisfactory solution yet, but I found the following to work quite well in my case: ;; Define an export function for autoref links (defun kk/org-autoref-export (path desc format) "Export an autoref type reference for the given path" (case fo

[O] Org-mode icon license

2017-07-16 Thread Konstantin Kliakhandler
Kosta -- Konstantin Kliakhandler http://slumpy.org )°) )°( (°(

[BUG] org-babel-detangle not working with noweb [9.7.31 (9.7.31-??-4e6d38d1a @ ~/.config/emacs.doom/.local/straight/build-30.1/org/)]

2025-08-02 Thread Konstantin Borisov
dle" # NOWEB <> # NOWEB <> ends here echo "end" # SRC 1 ends here #+end_example Then noweb reference =<>= will be recovered: #+begin_example bash # ORG-FILE src.org # SRC 1 echo "begin" <> echo "middle" # NOWEB <> # NOWEB <> ends here echo "end" # SRC 1 ends here #+end_example Then noweb reference =<>= will be recovered: #+begin_example bash # ORG-FILE src.org # SRC 1 echo "begin" <> echo "middle" <> echo "end" # SRC 1 ends here #+end_example Now source block 1 can be detangled: #+begin_example bash # ORG-FILE src.org #+end_example And detangling complete. -- Looking forward for your message, Konstantin

Re: [BUG] org-babel-detangle not working with noweb [9.7.31 (9.7.31-??-4e6d38d1a @ ~/.config/emacs.doom/.local/straight/build-30.1/org/)]

2025-08-03 Thread Konstantin Borisov
Ihor Radchenko writes: > Konstantin Borisov writes: > >> Currently there is a possibility to use `:comments noweb' header option >> in src block, that adds comments with links to source block to the >> tangled files. And this option works great with `org-babel-deta